Revision: | 1.1 |
Committed: | Fri May 17 13:04:51 2013 UTC (11 years, 11 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Artur_11_07_2013_B, Artur_11_07_2013_A, Artur_11_07_2013, Artur_28_06_2013, HEAD |
Error occurred while calculating annotation data. | |
Log Message: | extenstion for OTF |
# | Content |
---|---|
1 | #ifndef L1RpcTriggerAnalysis_BestSimulatedMuonFinder_H |
2 | #define L1RpcTriggerAnalysis_BestSimulatedMuonFinder_H |
3 | |
4 | namespace edm { class Event; class EventSetup; } |
5 | class SimTrack; |
6 | |
7 | class BestSimulatedMuonFinder { |
8 | |
9 | public: |
10 | BestSimulatedMuonFinder( ){}; |
11 | const SimTrack *result(const edm::Event &ev, const edm::EventSetup &es); |
12 | private: |
13 | }; |
14 | |
15 | |
16 | #endif |