ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/EffMod.cc
(Generate patch)

Comparing UserCode/MitPhysics/Mods/src/EffMod.cc (file contents):
Revision 1.2 by loizides, Mon Jun 29 08:41:50 2009 UTC vs.
Revision 1.3 by loizides, Fri Jul 10 14:04:43 2009 UTC

# Line 113 | Line 113 | void EffMod::SlaveBegin()
113   {
114    // Create and add histograms to the output list.
115  
116 <  AddTH1(fCol1Pt,"hCol1Pt",";p_{T} [GeV];#",100,0,300);
116 >  AddTH1(fCol1Pt,"hCol1Pt",";p_{t} [GeV];#",100,0,300);
117    AddTH1(fCol1Eta,"hCol1Eta",";#eta;#",50,-5,5);
118 <  AddTH1(fCol2Pt,"hCol2Pt",";p_{T} [GeV];#",100,0,300);
118 >  AddTH1(fCol2Pt,"hCol2Pt",";p_{t} [GeV];#",100,0,300);
119    AddTH1(fCol2Eta,"hCol2Eta",";#eta;#",50,-5,5);
120 <  AddTH1(fGoodPt,"hGoodPt",";p_{T} [GeV];#",100,0,300);
120 >  AddTH1(fGoodPt,"hGoodPt",";p_{t} [GeV];#",100,0,300);
121    AddTH1(fGoodEta,"hGoodEta",";#eta;#",50,-5,5);
122 <  AddTH1(fFakePt,"hFakePt",";p_{T} [GeV];#",100,0,300);
122 >  AddTH1(fFakePt,"hFakePt",";p_{t} [GeV];#",100,0,300);
123    AddTH1(fFakeEta,"hFakeEta",";#eta;#",50,-5,5);
124   }
125  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines