Skip to content

Commit

Permalink
for plot updated of MuonRecoAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgia committed May 28, 2008
1 parent cf8bf80 commit 2c07fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQMOffline/Muon/src/MuonTrackResidualsTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* See header file for a description of this class.
*
* $Date: 2008/04/17 15:59:46 $
* $Revision: 1.2 $
* $Date: 2008/05/06 11:02:25 $
* $Revision: 1.3 $
* \author G. Mila - INFN Torino
*/

Expand Down Expand Up @@ -73,7 +73,7 @@ void MuonTrackResidualsTest::beginJob(const edm::EventSetup& context){
MeanHistoName = "MeanTest_" + type[c];
SigmaHistoName = "SigmaTest_" + type[c];

histName = "Res_StaGlb_"+type[c];
histName = "Res_GlbSta_"+type[c];
histoNames[type[c]].push_back(histName);
histName = "Res_TkGlb_"+type[c];
histoNames[type[c]].push_back(histName);
Expand Down

0 comments on commit 2c07fef

Please sign in to comment.