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.3 by loizides, Tue Dec 9 10:18:33 2008 UTC vs.
Revision 1.4 by loizides, Wed Dec 10 16:29:30 2008 UTC

# Line 52 | Line 52 | namespace mithep
52        const Collection<T>     *fCol;        //!pointer to collection
53        TH1D                    *fPtHist;     //!pt histogram
54        TH1D                    *fEtaHist;    //!eta histogram
55      TH1D                    *fMassHist;   //!mass histogram
56      TH1D                    *fMtHist;     //!mt histogram
55  
56        ClassDefT(PlotKineMod,1) // Plot kinematics module
57    };
# Line 75 | Line 73 | mithep::PlotKineMod<T>::PlotKineMod(cons
73   {
74    // Constructor.
75  
76 <  this->SetFillHist(1);
76 >  SetFillHist(1);
77   }
78  
79   //--------------------------------------------------------------------------------------------------
# Line 99 | Line 97 | void mithep::PlotKineMod<T>::Process()
97    // Process entries of the tree: Just load the branch and fill the histograms.
98  
99    if (!Load()) {
100 <    this->SendError(kAbortModule, "Process", "Could not load data!");
100 >    SendError(kAbortModule, "Process", "Could not load data!");
101      return;
102    }
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines