ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/AnaEmu.h
Revision: 1.2
Committed: Fri Dec 2 10:01:53 2011 UTC (13 years, 5 months ago) by konec
Content type: text/plain
Branch: MAIN
CVS Tags: Mikolaj_cmssw533, Mikolaj_cmssw52x
Changes since 1.1: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 konec 1.1 #ifndef UserCode_L1RpcTriggerAnalysis_AnaEmu_H
2     #define UserCode_L1RpcTriggerAnalysis_AnaEmu_H
3    
4     class TObjArray;
5     class TH1D;
6     class MuonObj;
7     class L1ObjColl;
8     class L1Obj;
9 konec 1.2 class EventObj;
10 konec 1.1 #include <vector>
11     #include <map>
12     #include <string>
13    
14     class AnaEmu {
15     public:
16     AnaEmu(TObjArray& histos);
17 konec 1.2 void run( const EventObj* event, const MuonObj* muon,
18 konec 1.1 const L1ObjColl *l1RpcCollEmu,
19     const L1ObjColl *l1RpcColl);
20     bool debug;
21    
22     private:
23     };
24    
25     #endif