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); } |
27 |
|
RPCReadOutMapping * theCabling; |
28 |
|
const reco::Muon * theMuon; |
29 |
|
SynchroSelectorMuon theSelector; |
30 |
+ |
bool deltaR_MuonToDetUnit_cutoff, checkInside; |
31 |
+ |
bool theNoSynchroWarning; |
32 |
|
}; |
33 |
|
#endif |