Revision: | 1.2 |
Committed: | Mon Oct 1 19:19:57 2012 UTC (12 years, 7 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.1: | +1 -1 lines |
Log Message: | major changes, |
# | 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 | konec | 1.2 | void init(TObjArray& histos); |
11 | konec | 1.1 | void run(const MuonObj* muon); |
12 | }; | ||
13 | #endif |