98 myStr <<
"\nL1T Global Parameters \n" << std::endl;
109 myStr <<
"\n Number of muons received by L1 GT = " <<
read_->
m_numberL1Mu << std::endl;
112 myStr <<
" Number of e/gamma objects received by L1 GT = " <<
read_->
m_numberL1EG << std::endl;
115 myStr <<
"\n Number of jets received by L1 GT = " <<
read_->
m_numberL1Jet << std::endl;
129 myStr <<
" Order of chips for algorithm word = {";
138 myStr <<
"}" << std::endl;
140 myStr <<
"\n" << std::endl;
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 &)
void setTotalBxInEvent(const int &)
int m_totalBxInEvent
bx in event
L1TGlobalParameters * write_
GlobalParamsHelper(L1TGlobalParameters *w)
unsigned int m_numberL1EG
e/gamma objects
unsigned int m_numberL1Tau
taus
unsigned int m_numberChips
hardware
void setNumberL1Mu(const unsigned int &)
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)