# | Line 12 | Line 12 | public: | |
---|---|---|
12 | void init(TObjArray& histos); | |
13 | bool filter(const MuonObj* muon); | |
14 | private: | |
15 | < | double ptMin; |
15 | > | double ptMin, etaMax; |
16 | unsigned int minNumberOfMatchedStations, minNumberRpcHits, minNumberDtCscHits; | |
17 | }; | |
18 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |