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  public:
13  L1DataEmulResult(bool event_match, std::string collname);
14  L1DataEmulResult(bool event_match,
15  int pt_mismatch,
16  int etaphi_mismatch,
17  int n_mismatch,
18  int n_dataonly,
19  int n_emulonly,
20  int add1,
21  int add2,
22  std::string collname);
24 
25  public:
26  bool Event_match();
28  int PT_mismatch();
29  int ETAPHI_mismatch();
30  int N_mismatch();
31  int N_dataonly();
32  int N_emulonly();
33  int Add1();
34  int Add2();
35 
36  private:
44  int add1_;
45  int add2_;
46  };
47 }; // namespace l1t
48 
49 #endif
BXVector< L1DataEmulResult > L1DataEmulResultBxCollection
delete x;
Definition: CaloConfig.h:22