Revision: | 1.1 |
Committed: | Mon Nov 28 18:31:03 2011 UTC (13 years, 5 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mikolaj_cmssw533, Mikolaj_cmssw52x |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | konec | 1.1 | #ifndef UserCode_L1RpcTriggerAnalysis_AnaMuonDistribution_H |
2 | #define UserCode_L1RpcTriggerAnalysis_AnaMuonDistribution_H | ||
3 | |||
4 | |||
5 | class TObjArray; | ||
6 | class MuonObj; | ||
7 | |||
8 | class AnaMuonDistribution { | ||
9 | public: | ||
10 | AnaMuonDistribution(TObjArray& histos); | ||
11 | void run(const MuonObj* muon); | ||
12 | }; | ||
13 | #endif |