# | Line 15 | Line 15 | class AnaTimingL1 { | |
---|---|---|
15 | public: | |
16 | AnaTimingL1() : debug(false) {} | |
17 | void init(TObjArray& histos); | |
18 | < | void run(const EventObj* ev, const MuonObj* muon, const L1ObjColl *l1RpcColl, const L1ObjColl *l1OtherColl, const L1ObjColl *l1GmtColl); |
18 | > | void run(const EventObj* ev, const MuonObj* muon, const L1ObjColl *l1Coll); |
19 | void resume(TObjArray& histos); | |
20 | bool debug; | |
21 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |