# | Line 17 | Line 17 | public: | |
---|---|---|
17 | void init(TObjArray& histos); | |
18 | bool filter(const EventObj* ev, const TrackObj * simu, const HitSpecObj * hitSpec); | |
19 | private: | |
20 | < | double ptMin, etaMinRef, etaMaxRef, phiMinRef, phiMaxRef; |
20 | > | double ptMin, ptMax, etaMinRef, etaMaxRef, phiMinRef, phiMaxRef; |
21 | bool checkMatchedDets; | |
22 | std::vector<uint32_t> matchedDets; | |
23 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |