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 |
|
}; |
73 |
|
{ |
74 |
|
// Constructor. |
75 |
|
|
76 |
< |
this->SetFillHist(1); |
76 |
> |
SetFillHist(1); |
77 |
|
} |
78 |
|
|
79 |
|
//-------------------------------------------------------------------------------------------------- |
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 |
|
|