ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/interface/PlotKineMod.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/interface/PlotKineMod.h (file contents):
Revision 1.5 by loizides, Wed Dec 10 16:52:42 2008 UTC vs.
Revision 1.6 by loizides, Wed Dec 10 17:25:16 2008 UTC

# Line 55 | Line 55 | namespace mithep
55        TH1D                    *fPtHist;     //!pt histogram
56        TH1D                    *fEtaHist;    //!eta histogram
57  
58 <      ClassDefT(PlotKineMod,1) // Plot kinematics module
58 >      ClassDefT(PlotKineMod, 1) // Plot kinematics module
59    };
60   }
61  
# Line 129 | Line 129 | template<class T>
129   void mithep::PlotKineMod<T>::SlaveBegin()
130   {
131    // Request a branch and create the histograms.
132 <
132 >  
133    if (GetLoadBranch())
134      ReqBranch(GetColName(), fCol);
135  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines