1 #ifndef L1Trigger_CSCTriggerPrimitives_CSCUpgradeMotherboardLUTGenerator_h 2 #define L1Trigger_CSCTriggerPrimitives_CSCUpgradeMotherboardLUTGenerator_h 23 void generateLUTs(
unsigned e,
unsigned s,
unsigned se,
unsigned sb,
unsigned c)
const;
24 void generateLUTsME11(
unsigned e,
unsigned se,
unsigned sb,
unsigned c)
const;
25 void generateLUTsME21(
unsigned e,
unsigned se,
unsigned sb,
unsigned c)
const;
26 int assignRoll(
const std::vector<std::pair<double,double> >&,
double eta)
const;
34 const std::vector<std::pair<double,double> >&,
35 std::vector<std::pair<int,int> >&)
const;
51 std::ostream &operator <<(std::ostream &os, const std::vector<std::pair<T,T> >&
v)
54 os <<
"{" << std::endl;
55 for(
const auto&
p :
v) {
56 os <<
" {" <<
p.first <<
", " <<
p.second <<
"}, ";
57 if (i%8==0) os << std::endl;
60 os <<
"}" << std::endl;
67 std::ostream &operator <<(std::ostream &os, const std::vector<T>&
v)
70 os <<
"{" << std::endl;
71 for(
const auto&
p :
v) {
72 os <<
" " <<
p <<
",";
73 if (i%10==0) os << std::endl;
76 os <<
"}" << std::endl;
const CSCGeometry * csc_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
int assignRoll(const std::vector< std::pair< double, double > > &, double eta) const
void cscHsToGemPadLUT(const CSCLayer *, const GEMEtaPartition *, int minH, int maxH, std::vector< std::pair< int, int > > &) const
void gemRollToEtaLimitsLUT(const GEMChamber *c, std::vector< std::pair< double, double > > &) const
void cscWgToEtaLimitsLUT(const CSCLayer *, std::vector< std::pair< double, double > > &) const
void setCSCGeometry(const CSCGeometry *g)
set CSC and GEM geometries for the matching needs
~CSCUpgradeMotherboardLUTGenerator()
void cscWgToRollLUT(const std::vector< std::pair< double, double > > &, const std::vector< std::pair< double, double > > &, std::vector< std::pair< int, int > > &) const
void generateLUTsME21(unsigned e, unsigned se, unsigned sb, unsigned c) const
CSCUpgradeMotherboardLUTGenerator()
void generateLUTs(unsigned e, unsigned s, unsigned se, unsigned sb, unsigned c) const
generate and print LUT
const GEMGeometry * gem_g
void setGEMGeometry(const GEMGeometry *g)
void generateLUTsME11(unsigned e, unsigned se, unsigned sb, unsigned c) const
void gemPadToCscHsLUT(const CSCLayer *, const GEMEtaPartition *, std::vector< int > &) const