CMS 3D CMS Logo

CSCGEMTriggerLUTGenerator.h
Go to the documentation of this file.
1 #ifndef L1Trigger_CSCTriggerPrimitives_CSCGEMTriggerLUTGenerator_h
2 #define L1Trigger_CSCTriggerPrimitives_CSCGEMTriggerLUTGenerator_h
3 
8 
9 #include <vector>
10 
12 {
13 public:
14 
17 
19  void setCSCGeometry(const CSCGeometry *g) { csc_g = g; }
20  void setGEMGeometry(const GEMGeometry *g) { gem_g = g; }
21 
22  void generateLUTsME11(unsigned theEndcap, unsigned theStation, unsigned theSector, unsigned theSubSector, unsigned theTrigChamber);
23  void generateLUTsME21(unsigned theEndcap, unsigned theStation, unsigned theSector, unsigned theSubSector, unsigned theTrigChamber);
24 
25  int assignGEMRoll(const std::vector<std::pair<double,double> >&, double eta);
26 
27  private:
30 };
31 
32 #endif
void setGEMGeometry(const GEMGeometry *g)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
int assignGEMRoll(const std::vector< std::pair< double, double > > &, double eta)
void generateLUTsME11(unsigned theEndcap, unsigned theStation, unsigned theSector, unsigned theSubSector, unsigned theTrigChamber)
void setCSCGeometry(const CSCGeometry *g)
set CSC and GEM geometries for the matching needs
void generateLUTsME21(unsigned theEndcap, unsigned theStation, unsigned theSector, unsigned theSubSector, unsigned theTrigChamber)