# | Line 18 | Line 18 | class TObjArray; | |
---|---|---|
18 | class SynchroCountsGrabber { | |
19 | public: | |
20 | SynchroCountsGrabber(const edm::ParameterSet& cfg); | |
21 | + | ~SynchroCountsGrabber(); |
22 | RPCRawSynchro::ProdItem counts(const edm::Event &ev, const edm::EventSetup &es); | |
23 | void setMuon(const reco::Muon *aMuon) { theMuon = aMuon; } | |
24 | void initHistos(TObjArray & histos) {theSelector.initHistos(histos); } | |
# | Line 26 | Line 27 | private: | |
27 | RPCReadOutMapping * theCabling; | |
28 | const reco::Muon * theMuon; | |
29 | SynchroSelectorMuon theSelector; | |
30 | + | bool theNoSynchroWarning; |
31 | }; | |
32 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |