ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsGrabber.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsGrabber.h (file contents):
Revision 1.1 by konec, Mon Oct 1 19:19:57 2012 UTC vs.
Revision 1.2 by konec, Wed Oct 24 11:09:40 2012 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines