CMS 3D CMS Logo

L1DataEmulResult.h
Go to the documentation of this file.
1 #ifndef DataFormats_L1Trigger_L1DataEmulResult_h
2 #define DataFormats_L1Trigger_L1DataEmulResult_h
3 
5 
6 namespace l1t {
9 
11 
12  public:
13 
15  L1DataEmulResult(bool event_match, std::string collname);
16  L1DataEmulResult(bool event_match, int pt_mismatch, int etaphi_mismatch, int n_mismatch, int n_dataonly, int n_emulonly, int add1, int add2, std::string collname);
18 
19  public:
20 
21  bool Event_match();
23  int PT_mismatch();
24  int ETAPHI_mismatch();
25  int N_mismatch();
26  int N_dataonly();
27  int N_emulonly();
28  int Add1();
29  int Add2();
30 
31  private:
32 
40  int add1_;
41  int add2_;
42  };
43 };
44 
45 #endif
46 
47 
48 
49 
50 
BXVector< L1DataEmulResult > L1DataEmulResultBxCollection
delete x;
Definition: CaloConfig.h:22