CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
GlobalStableParameters Class Reference

#include <GlobalStableParameters.h>

Public Member Functions

 GlobalStableParameters ()
 
unsigned int gtIfCaloEtaNumberBits () const
 get / set the number of bits for eta of calorimeter objects More...
 
unsigned int gtIfMuEtaNumberBits () const
 get / set the number of bits for eta of muon objects More...
 
unsigned int gtNumberConditionChips () const
 hardware stuff More...
 
unsigned int gtNumberL1CenJet () const
 get / set the number of L1 central jets received by GT More...
 
unsigned int gtNumberL1ForJet () const
 get / set the number of L1 forward jets received by GT More...
 
unsigned int gtNumberL1IsoEG () const
 get / set the number of L1 isolated e/gamma objects received by GT More...
 
unsigned int gtNumberL1JetCounts () const
 get / set the number of L1 jet counts received by GT More...
 
unsigned int gtNumberL1Mu () const
 get / set the number of L1 muons received by GT More...
 
unsigned int gtNumberL1NoIsoEG () const
 get / set the number of L1 e/gamma objects received by GT More...
 
unsigned int gtNumberL1TauJet () const
 get / set the number of L1 tau jets received by GT More...
 
unsigned int gtNumberPhysTriggers () const
 get / set the number of physics trigger algorithms More...
 
unsigned int gtNumberPhysTriggersExtended () const
 get / set the additional number of physics trigger algorithms More...
 
int gtNumberPsbBoards () const
 get / set the number of PSB boards in GT More...
 
unsigned int gtNumberTechnicalTriggers () const
 get / set the number of technical triggers More...
 
const std::vector< int > & gtOrderConditionChip () const
 
unsigned int gtPinsOnConditionChip () const
 get / set the number of pins on the GTL condition chips More...
 
int gtUnitLength () const
 get / set one UnitLength More...
 
int gtWordLength () const
 get / set WordLength More...
 
void print (std::ostream &) const
 print all the L1 GT stable parameters More...
 
void setGtIfCaloEtaNumberBits (const unsigned int &)
 
void setGtIfMuEtaNumberBits (const unsigned int &)
 
void setGtNumberConditionChips (const unsigned int &)
 
void setGtNumberL1CenJet (const unsigned int &)
 
void setGtNumberL1ForJet (const unsigned int &)
 
void setGtNumberL1IsoEG (const unsigned int &)
 
void setGtNumberL1JetCounts (const unsigned int &)
 
void setGtNumberL1Mu (const unsigned int &)
 
void setGtNumberL1NoIsoEG (const unsigned int &)
 
void setGtNumberL1TauJet (const unsigned int &)
 
void setGtNumberPhysTriggers (const unsigned int &)
 
void setGtNumberPhysTriggersExtended (const unsigned int &)
 
void setGtNumberPsbBoards (const int &)
 
void setGtNumberTechnicalTriggers (const unsigned int &)
 
void setGtOrderConditionChip (const std::vector< int > &)
 
void setGtPinsOnConditionChip (const unsigned int &)
 
void setGtUnitLength (const int &)
 
void setGtWordLength (const int &)
 
virtual ~GlobalStableParameters ()
 

Private Attributes

unsigned int m_ifCaloEtaNumberBits
 number of bits for eta of calorimeter objects More...
 
unsigned int m_ifMuEtaNumberBits
 number of bits for eta of muon objects More...
 
unsigned int m_numberConditionChips
 hardware More...
 
unsigned int m_numberL1CenJet
 central, forward and tau jets More...
 
unsigned int m_numberL1ForJet
 
unsigned int m_numberL1IsoEG
 
unsigned int m_numberL1JetCounts
 jet counts More...
 
unsigned int m_numberL1Mu
 trigger objects More...
 
unsigned int m_numberL1NoIsoEG
 e/gamma and isolated e/gamma objects More...
 
unsigned int m_numberL1TauJet
 
unsigned int m_numberPhysTriggers
 trigger decision More...
 
unsigned int m_numberPhysTriggersExtended
 additional number of physics trigger algorithms More...
 
int m_numberPsbBoards
 number of PSB boards in GT More...
 
unsigned int m_numberTechnicalTriggers
 number of technical triggers More...
 
std::vector< int > m_orderConditionChip
 
unsigned int m_pinsOnConditionChip
 number of pins on the GTL condition chips More...
 
int m_unitLength
 one unit in the word is UnitLength bits More...
 
int m_wordLength
 GT DAQ record organized in words of WordLength bits. More...
 

Detailed Description

Description: L1 GT stable parameters.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 33 of file GlobalStableParameters.h.

Constructor & Destructor Documentation

GlobalStableParameters::GlobalStableParameters ( )

Definition at line 31 of file GlobalStableParameters.cc.

GlobalStableParameters::~GlobalStableParameters ( )
virtual

Definition at line 36 of file GlobalStableParameters.cc.

Member Function Documentation

unsigned int GlobalStableParameters::gtIfCaloEtaNumberBits ( ) const
inline

get / set the number of bits for eta of calorimeter objects

Definition at line 148 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtIfMuEtaNumberBits ( ) const
inline

get / set the number of bits for eta of muon objects

Definition at line 155 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberConditionChips ( ) const
inline

hardware stuff

get / set the number of condition chips in GTL

Definition at line 119 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1CenJet ( ) const
inline

get / set the number of L1 central jets received by GT

Definition at line 89 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1ForJet ( ) const
inline

get / set the number of L1 forward jets received by GT

Definition at line 96 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1IsoEG ( ) const
inline

get / set the number of L1 isolated e/gamma objects received by GT

Definition at line 82 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1JetCounts ( ) const
inline

get / set the number of L1 jet counts received by GT

Definition at line 110 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1Mu ( ) const
inline

get / set the number of L1 muons received by GT

Definition at line 68 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1NoIsoEG ( ) const
inline

get / set the number of L1 e/gamma objects received by GT

Definition at line 75 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberL1TauJet ( ) const
inline

get / set the number of L1 tau jets received by GT

Definition at line 103 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberPhysTriggers ( ) const
inline

get / set the number of physics trigger algorithms

Definition at line 47 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberPhysTriggersExtended ( ) const
inline

get / set the additional number of physics trigger algorithms

Definition at line 54 of file GlobalStableParameters.h.

int GlobalStableParameters::gtNumberPsbBoards ( ) const
inline

get / set the number of PSB boards in GT

Definition at line 141 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtNumberTechnicalTriggers ( ) const
inline

get / set the number of technical triggers

Definition at line 61 of file GlobalStableParameters.h.

const std::vector<int>& GlobalStableParameters::gtOrderConditionChip ( ) const
inline

get / set the correspondence "condition chip - GTL algorithm word" in the hardware

Definition at line 134 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::gtPinsOnConditionChip ( ) const
inline

get / set the number of pins on the GTL condition chips

Definition at line 126 of file GlobalStableParameters.h.

int GlobalStableParameters::gtUnitLength ( ) const
inline

get / set one UnitLength

Definition at line 169 of file GlobalStableParameters.h.

int GlobalStableParameters::gtWordLength ( ) const
inline

get / set WordLength

Definition at line 162 of file GlobalStableParameters.h.

void GlobalStableParameters::print ( std::ostream &  myStr) const

print all the L1 GT stable parameters

Definition at line 184 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtIfCaloEtaNumberBits ( const unsigned int &  ifCaloEtaNumberBitsValue)

Definition at line 154 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtIfMuEtaNumberBits ( const unsigned int &  ifMuEtaNumberBitsValue)

Definition at line 162 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberConditionChips ( const unsigned int &  numberConditionChipsValue)

Definition at line 122 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1CenJet ( const unsigned int &  numberL1CenJetValue)

Definition at line 88 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1ForJet ( const unsigned int &  numberL1ForJetValue)

Definition at line 96 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1IsoEG ( const unsigned int &  numberL1IsoEGValue)

Definition at line 80 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1JetCounts ( const unsigned int &  numberL1JetCountsValue)

Definition at line 112 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1Mu ( const unsigned int &  numberL1MuValue)

Definition at line 65 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1NoIsoEG ( const unsigned int &  numberL1NoIsoEGValue)

Definition at line 72 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberL1TauJet ( const unsigned int &  numberL1TauJetValue)

Definition at line 104 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberPhysTriggers ( const unsigned int &  numberPhysTriggersValue)

Definition at line 41 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberPhysTriggersExtended ( const unsigned int &  numberPhysTriggersExtendedValue)

Definition at line 49 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberPsbBoards ( const int &  numberPsbBoardsValue)

Definition at line 147 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtNumberTechnicalTriggers ( const unsigned int &  numberTechnicalTriggersValue)

Definition at line 57 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtOrderConditionChip ( const std::vector< int > &  orderConditionChipValue)

Definition at line 139 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtPinsOnConditionChip ( const unsigned int &  pinsOnConditionChipValue)

Definition at line 130 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtUnitLength ( const int &  unitLengthValue)

Definition at line 177 of file GlobalStableParameters.cc.

void GlobalStableParameters::setGtWordLength ( const int &  wordLengthValue)

Definition at line 170 of file GlobalStableParameters.cc.

Member Data Documentation

unsigned int GlobalStableParameters::m_ifCaloEtaNumberBits
private

number of bits for eta of calorimeter objects

Definition at line 226 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_ifMuEtaNumberBits
private

number of bits for eta of muon objects

Definition at line 229 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberConditionChips
private

hardware

number of condition chips

Definition at line 213 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1CenJet
private

central, forward and tau jets

Definition at line 201 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1ForJet
private

Definition at line 202 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1IsoEG
private

Definition at line 198 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1JetCounts
private

jet counts

Definition at line 206 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1Mu
private

trigger objects

muons

Definition at line 194 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1NoIsoEG
private

e/gamma and isolated e/gamma objects

Definition at line 197 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberL1TauJet
private

Definition at line 203 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberPhysTriggers
private

trigger decision

number of physics trigger algorithms

Definition at line 183 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberPhysTriggersExtended
private

additional number of physics trigger algorithms

Definition at line 186 of file GlobalStableParameters.h.

int GlobalStableParameters::m_numberPsbBoards
private

number of PSB boards in GT

Definition at line 223 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_numberTechnicalTriggers
private

number of technical triggers

Definition at line 189 of file GlobalStableParameters.h.

std::vector<int> GlobalStableParameters::m_orderConditionChip
private

correspondence "condition chip - GTL algorithm word" in the hardware chip 2: 0 - 95; chip 1: 96 - 128 (191)

Definition at line 220 of file GlobalStableParameters.h.

unsigned int GlobalStableParameters::m_pinsOnConditionChip
private

number of pins on the GTL condition chips

Definition at line 216 of file GlobalStableParameters.h.

int GlobalStableParameters::m_unitLength
private

one unit in the word is UnitLength bits

Definition at line 237 of file GlobalStableParameters.h.

int GlobalStableParameters::m_wordLength
private

GT DAQ record organized in words of WordLength bits.

Definition at line 234 of file GlobalStableParameters.h.