1 #ifndef GLOBALPARAMSHELPER_H__ 2 #define GLOBALPARAMSHELPER_H__ 96 void print(std::ostream&)
const;
unsigned int numberL1Jet() const
get / set the number of L1 jets received by GT
void setNumberL1Tau(const unsigned int &)
void setNumberL1Jet(const unsigned int &)
unsigned int m_pinsOnChip
number of pins on the GTL condition chips
unsigned int m_numberL1Mu
trigger objects
void setNumberChips(const unsigned int &)
std::vector< int > m_orderOfChip
correspondence "condition chip - GTL algorithm word" in the hardware
unsigned int m_numberL1Jet
jets
void setOrderOfChip(const std::vector< int > &)
void print(std::ostream &) const
print all the L1 GT parameters
static const GlobalParamsHelper * readFromEventSetup(const L1TGlobalParameters *es)
void setNumberL1EG(const unsigned int &)
unsigned int numberPhysTriggers() const
get / set the number of physics trigger algorithms
void setTotalBxInEvent(const int &)
unsigned int numberChips() const
get / set the number of condition chips in GTL
unsigned int numberL1EG() const
get / set the number of L1 e/gamma objects received by GT
unsigned int numberL1Mu() const
get / set the number of L1 muons received by GT
int m_totalBxInEvent
bx in event
int totalBxInEvent() const
get / set the number of bx in hardware
L1TGlobalParameters * write_
const L1TGlobalParameters * getReadInstance() const
GlobalParamsHelper(L1TGlobalParameters *w)
unsigned int pinsOnChip() const
get / set the number of pins on the GTL condition chips
unsigned int m_numberL1EG
e/gamma objects
unsigned int m_numberL1Tau
taus
unsigned int m_numberChips
hardware
void setNumberL1Mu(const unsigned int &)
L1TGlobalParameters * getWriteInstance()
const std::vector< int > & orderOfChip() const
unsigned int numberL1Tau() const
get / set the number of L1 tau received by GT
const L1TGlobalParameters * read_
void setPinsOnChip(const unsigned int &)
unsigned int m_numberPhysTriggers
trigger decision
void setNumberPhysTriggers(const unsigned int &)
static GlobalParamsHelper * readAndWriteFromEventSetup(const L1TGlobalParameters *es)