# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |