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
|