ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/HLTExampleMod.cc
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/src/HLTExampleMod.cc (file contents):
Revision 1.4 by loizides, Mon Jun 15 15:00:16 2009 UTC vs.
Revision 1.5 by loizides, Fri Jul 10 14:17:08 2009 UTC

# Line 45 | Line 45 | void HLTExampleMod::SlaveBegin()
45    // other analysis objects and request branches. For this module,
46    // we request a branch of the MitTree.
47  
48 <  fPtHist  = new TH1D("hPtHist",";p_{t};#",250,0.,500.);
48 >  fPtHist  = new TH1D("hPtHist",";p_{t} [GeV];#",250,0.,500.);
49    AddOutput(fPtHist);
50    fEtaHist = new TH1D("hEtaHist",";#eta;#",160,-8.,8.);
51    AddOutput(fEtaHist);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines