Revision: | 1.1 |
Committed: | Thu Jun 17 00:48:14 2010 UTC (14 years, 10 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mikolaj_cmssw533, Mikolaj_cmssw52x, Kasia_30_04_2012, Mikolaj_08_10_2011, Mikolaj_05_10_2011, Mikolaj_14_09_2011, Artur_27_07_2011, Artur_25_07_2011, V00-02-01, V00-02-00, V00-01-00 |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | konec | 1.1 | #ifndef SynchroSelectorMuon_H |
2 | #define SynchroSelectorMuon_H | ||
3 | |||
4 | #include "UserCode/L1RpcTriggerAnalysis/interface/SynchroSelector.h" | ||
5 | |||
6 | class TObjArray; | ||
7 | class TH1F; | ||
8 | |||
9 | class SynchroSelectorMuon : public SynchroSelector { | ||
10 | public: | ||
11 | SynchroSelectorMuon(const edm::ParameterSet&, TObjArray& ); | ||
12 | virtual ~SynchroSelectorMuon(){} | ||
13 | virtual bool takeIt(const RPCDetId & det, const edm::Event&ev, const edm::EventSetup& es); | ||
14 | private: | ||
15 | TH1F * hDxy ; | ||
16 | }; | ||
17 | #endif |