CMS 3D CMS Logo

EMTFConfiguration.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_EMTFConfiguration_h
2 #define L1Trigger_L1TMuonEndCapPhase2_EMTFConfiguration_h
3 
6 
7 namespace emtf::phase2 {
8 
9  // Class
11  public:
13 
15 
16  // Event configuration
17  void update(const edm::Event&, const edm::EventSetup&);
18 
19  // Config
21 
22  // Validation
24 
25  // Neural Network
28 
29  // Trigger
30  int min_bx_;
31  int max_bx_;
33 
34  // Subsystems
35  bool csc_en_;
36  bool rpc_en_;
37  bool gem_en_;
38  bool me0_en_;
39  bool ge0_en_;
40 
45 
51 
52  // Primitive Selectoin
54  };
55 } // namespace emtf::phase2
56 
57 #endif // L1Trigger_L1TMuonEndCapPhase2_EMTFConfiguration_h not defined
void update(const edm::Event &, const edm::EventSetup &)
EMTFConfiguration(const edm::ParameterSet &)