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.

31  {
32  // empty
33 }
GlobalStableParameters::~GlobalStableParameters ( )
virtual

Definition at line 36 of file GlobalStableParameters.cc.

36  {
37  // empty
38 }

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.

References m_ifCaloEtaNumberBits.

148  {
149  return m_ifCaloEtaNumberBits;
150  }
unsigned int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
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.

References m_ifMuEtaNumberBits.

155  {
156  return m_ifMuEtaNumberBits;
157  }
unsigned int m_ifMuEtaNumberBits
number of bits for eta of muon objects
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.

References m_numberConditionChips.

119  {
120  return m_numberConditionChips;
121  }
unsigned int m_numberConditionChips
hardware
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.

References m_numberL1CenJet.

89  {
90  return m_numberL1CenJet;
91  }
unsigned int m_numberL1CenJet
central, forward and tau jets
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.

References m_numberL1ForJet.

96  {
97  return m_numberL1ForJet;
98  }
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.

References m_numberL1IsoEG.

82  {
83  return m_numberL1IsoEG;
84  }
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.

References m_numberL1JetCounts.

110  {
111  return m_numberL1JetCounts;
112  }
unsigned int m_numberL1JetCounts
jet counts
unsigned int GlobalStableParameters::gtNumberL1Mu ( ) const
inline

get / set the number of L1 muons received by GT

Definition at line 68 of file GlobalStableParameters.h.

References m_numberL1Mu.

68  {
69  return m_numberL1Mu;
70  }
unsigned int m_numberL1Mu
trigger objects
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.

References m_numberL1NoIsoEG.

75  {
76  return m_numberL1NoIsoEG;
77  }
unsigned int m_numberL1NoIsoEG
e/gamma and isolated e/gamma objects
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.

References m_numberL1TauJet.

103  {
104  return m_numberL1TauJet;
105  }
unsigned int GlobalStableParameters::gtNumberPhysTriggers ( ) const
inline

get / set the number of physics trigger algorithms

Definition at line 47 of file GlobalStableParameters.h.

References m_numberPhysTriggers.

47  {
48  return m_numberPhysTriggers;
49  }
unsigned int m_numberPhysTriggers
trigger decision
unsigned int GlobalStableParameters::gtNumberPhysTriggersExtended ( ) const
inline

get / set the additional number of physics trigger algorithms

Definition at line 54 of file GlobalStableParameters.h.

References m_numberPhysTriggersExtended.

54  {
56  }
unsigned int m_numberPhysTriggersExtended
additional number of physics trigger algorithms
int GlobalStableParameters::gtNumberPsbBoards ( ) const
inline

get / set the number of PSB boards in GT

Definition at line 141 of file GlobalStableParameters.h.

References m_numberPsbBoards.

141  {
142  return m_numberPsbBoards;
143  }
int m_numberPsbBoards
number of PSB boards in GT
unsigned int GlobalStableParameters::gtNumberTechnicalTriggers ( ) const
inline

get / set the number of technical triggers

Definition at line 61 of file GlobalStableParameters.h.

References m_numberTechnicalTriggers.

61  {
63  }
unsigned int m_numberTechnicalTriggers
number of technical triggers
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.

References m_orderConditionChip.

134  {
135  return m_orderConditionChip;
136  }
std::vector< int > m_orderConditionChip
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.

References m_pinsOnConditionChip.

126  {
127  return m_pinsOnConditionChip;
128  }
unsigned int m_pinsOnConditionChip
number of pins on the GTL condition chips
int GlobalStableParameters::gtUnitLength ( ) const
inline

get / set one UnitLength

Definition at line 169 of file GlobalStableParameters.h.

References m_unitLength.

169  {
170  return m_unitLength;
171  }
int m_unitLength
one unit in the word is UnitLength bits
int GlobalStableParameters::gtWordLength ( ) const
inline

get / set WordLength

Definition at line 162 of file GlobalStableParameters.h.

References m_wordLength.

162  {
163  return m_wordLength;
164  }
int m_wordLength
GT DAQ record organized in words of WordLength bits.
void GlobalStableParameters::print ( std::ostream &  myStr) const

print all the L1 GT stable parameters

Definition at line 184 of file GlobalStableParameters.cc.

References m_ifCaloEtaNumberBits, m_ifMuEtaNumberBits, m_numberConditionChips, m_numberL1CenJet, m_numberL1ForJet, m_numberL1IsoEG, m_numberL1JetCounts, m_numberL1Mu, m_numberL1NoIsoEG, m_numberL1TauJet, m_numberPhysTriggers, m_numberPhysTriggersExtended, m_numberPsbBoards, m_numberTechnicalTriggers, m_orderConditionChip, m_pinsOnConditionChip, m_unitLength, and m_wordLength.

184  {
185  myStr << "\nL1 GT Stable Parameters \n" << std::endl;
186 
187  // trigger decision
188 
189  // number of physics trigger algorithms
190  myStr << "\n Number of physics trigger algorithms = "
191  << m_numberPhysTriggers << std::endl;
192 
193  // additional number of physics trigger algorithms
194  myStr << " Additional number of physics trigger algorithms = "
195  << m_numberPhysTriggersExtended << std::endl;
196 
197  // number of technical triggers
198  myStr << " Number of technical triggers = "
199  << m_numberTechnicalTriggers << std::endl;
200 
201  // muons
202  myStr << "\n Number of muons received by L1 GT = "
203  << m_numberL1Mu << std::endl;
204 
205  // e/gamma and isolated e/gamma objects
206  myStr << " Number of e/gamma objects received by L1 GT = "
207  << m_numberL1NoIsoEG << std::endl;
208  myStr << " Number of isolated e/gamma objects received by L1 GT = "
209  << m_numberL1IsoEG << std::endl;
210 
211  // central, forward and tau jets
212  myStr << "\n Number of central jets received by L1 GT = "
213  << m_numberL1CenJet << std::endl;
214  myStr << " Number of forward jets received by L1 GT = "
215  << m_numberL1ForJet << std::endl;
216  myStr << " Number of tau jets received by L1 GT = "
217  << m_numberL1TauJet << std::endl;
218 
219  // jet counts
220  myStr << "\n Number of jet counts received by L1 GT = "
221  << m_numberL1JetCounts << std::endl;
222 
223  // hardware
224 
225  // number of condition chips
226  myStr << "\n Number of condition chips = "
227  << m_numberConditionChips << std::endl;
228 
229  // number of pins on the GTL condition chips
230  myStr << " Number of pins on the GTL condition chips = "
231  << m_pinsOnConditionChip << std::endl;
232 
233  // correspondence "condition chip - GTL algorithm word" in the hardware
234  // chip 2: 0 - 95; chip 1: 96 - 128 (191)
235  myStr << " Order of condition chips for GTL algorithm word = {";
236 
237  for (unsigned int iChip = 0; iChip < m_orderConditionChip.size(); ++iChip) {
238  myStr << m_orderConditionChip[iChip];
239  if (iChip != (m_orderConditionChip.size() - 1)) {
240  myStr << ", ";
241  }
242  }
243 
244  myStr << "}" << std::endl;
245 
246  // number of PSB boards in GT
247  myStr << "\n Number of PSB boards in GT = " << m_numberPsbBoards
248  << std::endl;
249 
250  // number of bits for eta of calorimeter objects
251  myStr << "\n Number of bits for eta of calorimeter objects = "
252  << m_ifCaloEtaNumberBits << std::endl;
253 
254  // number of bits for eta of muon objects
255  myStr << "\n Number of bits for eta of muon objects = "
256  << m_ifMuEtaNumberBits << std::endl;
257 
258  // GT DAQ record organized in words of WordLength bits
259  myStr << "\n Word length (bits) for GT records = " << m_wordLength
260  << std::endl;
261 
262  // one unit in the word is UnitLength bits
263  myStr << " Unit length (bits) for GT records = " << m_unitLength
264  << std::endl;
265 
266  myStr << "\n" << std::endl;
267 
268 }
unsigned int m_numberPhysTriggers
trigger decision
unsigned int m_numberPhysTriggersExtended
additional number of physics trigger algorithms
unsigned int m_numberL1NoIsoEG
e/gamma and isolated e/gamma objects
unsigned int m_pinsOnConditionChip
number of pins on the GTL condition chips
std::vector< int > m_orderConditionChip
int m_numberPsbBoards
number of PSB boards in GT
unsigned int m_numberConditionChips
hardware
int m_wordLength
GT DAQ record organized in words of WordLength bits.
int m_unitLength
one unit in the word is UnitLength bits
unsigned int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
unsigned int m_numberL1JetCounts
jet counts
unsigned int m_numberL1Mu
trigger objects
unsigned int m_ifMuEtaNumberBits
number of bits for eta of muon objects
unsigned int m_numberL1CenJet
central, forward and tau jets
unsigned int m_numberTechnicalTriggers
number of technical triggers
void GlobalStableParameters::setGtIfCaloEtaNumberBits ( const unsigned int &  ifCaloEtaNumberBitsValue)

Definition at line 154 of file GlobalStableParameters.cc.

References m_ifCaloEtaNumberBits.

155  {
156 
157  m_ifCaloEtaNumberBits = ifCaloEtaNumberBitsValue;
158 
159 }
unsigned int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
void GlobalStableParameters::setGtIfMuEtaNumberBits ( const unsigned int &  ifMuEtaNumberBitsValue)

Definition at line 162 of file GlobalStableParameters.cc.

References m_ifMuEtaNumberBits.

163  {
164 
165  m_ifMuEtaNumberBits = ifMuEtaNumberBitsValue;
166 
167 }
unsigned int m_ifMuEtaNumberBits
number of bits for eta of muon objects
void GlobalStableParameters::setGtNumberConditionChips ( const unsigned int &  numberConditionChipsValue)

Definition at line 122 of file GlobalStableParameters.cc.

References m_numberConditionChips.

123  {
124 
125  m_numberConditionChips = numberConditionChipsValue;
126 
127 }
unsigned int m_numberConditionChips
hardware
void GlobalStableParameters::setGtNumberL1CenJet ( const unsigned int &  numberL1CenJetValue)

Definition at line 88 of file GlobalStableParameters.cc.

References m_numberL1CenJet.

89  {
90 
91  m_numberL1CenJet = numberL1CenJetValue;
92 
93 }
unsigned int m_numberL1CenJet
central, forward and tau jets
void GlobalStableParameters::setGtNumberL1ForJet ( const unsigned int &  numberL1ForJetValue)

Definition at line 96 of file GlobalStableParameters.cc.

References m_numberL1ForJet.

97  {
98 
99  m_numberL1ForJet = numberL1ForJetValue;
100 
101 }
void GlobalStableParameters::setGtNumberL1IsoEG ( const unsigned int &  numberL1IsoEGValue)

Definition at line 80 of file GlobalStableParameters.cc.

References m_numberL1IsoEG.

81  {
82 
83  m_numberL1IsoEG = numberL1IsoEGValue;
84 
85 }
void GlobalStableParameters::setGtNumberL1JetCounts ( const unsigned int &  numberL1JetCountsValue)

Definition at line 112 of file GlobalStableParameters.cc.

References m_numberL1JetCounts.

113  {
114 
115  m_numberL1JetCounts = numberL1JetCountsValue;
116 
117 }
unsigned int m_numberL1JetCounts
jet counts
void GlobalStableParameters::setGtNumberL1Mu ( const unsigned int &  numberL1MuValue)

Definition at line 65 of file GlobalStableParameters.cc.

References m_numberL1Mu.

65  {
66 
67  m_numberL1Mu = numberL1MuValue;
68 
69 }
unsigned int m_numberL1Mu
trigger objects
void GlobalStableParameters::setGtNumberL1NoIsoEG ( const unsigned int &  numberL1NoIsoEGValue)

Definition at line 72 of file GlobalStableParameters.cc.

References m_numberL1NoIsoEG.

73  {
74 
75  m_numberL1NoIsoEG = numberL1NoIsoEGValue;
76 
77 }
unsigned int m_numberL1NoIsoEG
e/gamma and isolated e/gamma objects
void GlobalStableParameters::setGtNumberL1TauJet ( const unsigned int &  numberL1TauJetValue)

Definition at line 104 of file GlobalStableParameters.cc.

References m_numberL1TauJet.

105  {
106 
107  m_numberL1TauJet = numberL1TauJetValue;
108 
109 }
void GlobalStableParameters::setGtNumberPhysTriggers ( const unsigned int &  numberPhysTriggersValue)

Definition at line 41 of file GlobalStableParameters.cc.

References m_numberPhysTriggers.

42  {
43 
44  m_numberPhysTriggers = numberPhysTriggersValue;
45 
46 }
unsigned int m_numberPhysTriggers
trigger decision
void GlobalStableParameters::setGtNumberPhysTriggersExtended ( const unsigned int &  numberPhysTriggersExtendedValue)

Definition at line 49 of file GlobalStableParameters.cc.

References m_numberPhysTriggersExtended.

50  {
51 
52  m_numberPhysTriggersExtended = numberPhysTriggersExtendedValue;
53 
54 }
unsigned int m_numberPhysTriggersExtended
additional number of physics trigger algorithms
void GlobalStableParameters::setGtNumberPsbBoards ( const int &  numberPsbBoardsValue)

Definition at line 147 of file GlobalStableParameters.cc.

References m_numberPsbBoards.

147  {
148 
149  m_numberPsbBoards = numberPsbBoardsValue;
150 
151 }
int m_numberPsbBoards
number of PSB boards in GT
void GlobalStableParameters::setGtNumberTechnicalTriggers ( const unsigned int &  numberTechnicalTriggersValue)

Definition at line 57 of file GlobalStableParameters.cc.

References m_numberTechnicalTriggers.

58  {
59 
60  m_numberTechnicalTriggers = numberTechnicalTriggersValue;
61 
62 }
unsigned int m_numberTechnicalTriggers
number of technical triggers
void GlobalStableParameters::setGtOrderConditionChip ( const std::vector< int > &  orderConditionChipValue)

Definition at line 139 of file GlobalStableParameters.cc.

References m_orderConditionChip.

140  {
141 
142  m_orderConditionChip = orderConditionChipValue;
143 
144 }
std::vector< int > m_orderConditionChip
void GlobalStableParameters::setGtPinsOnConditionChip ( const unsigned int &  pinsOnConditionChipValue)

Definition at line 130 of file GlobalStableParameters.cc.

References m_pinsOnConditionChip.

131  {
132 
133  m_pinsOnConditionChip = pinsOnConditionChipValue;
134 
135 }
unsigned int m_pinsOnConditionChip
number of pins on the GTL condition chips
void GlobalStableParameters::setGtUnitLength ( const int &  unitLengthValue)

Definition at line 177 of file GlobalStableParameters.cc.

References m_unitLength.

177  {
178 
179  m_unitLength = unitLengthValue;
180 
181 }
int m_unitLength
one unit in the word is UnitLength bits
void GlobalStableParameters::setGtWordLength ( const int &  wordLengthValue)

Definition at line 170 of file GlobalStableParameters.cc.

References m_wordLength.

170  {
171 
172  m_wordLength = wordLengthValue;
173 
174 }
int m_wordLength
GT DAQ record organized in words of WordLength bits.

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.

Referenced by gtIfCaloEtaNumberBits(), print(), and setGtIfCaloEtaNumberBits().

unsigned int GlobalStableParameters::m_ifMuEtaNumberBits
private

number of bits for eta of muon objects

Definition at line 229 of file GlobalStableParameters.h.

Referenced by gtIfMuEtaNumberBits(), print(), and setGtIfMuEtaNumberBits().

unsigned int GlobalStableParameters::m_numberConditionChips
private

hardware

number of condition chips

Definition at line 213 of file GlobalStableParameters.h.

Referenced by gtNumberConditionChips(), print(), and setGtNumberConditionChips().

unsigned int GlobalStableParameters::m_numberL1CenJet
private

central, forward and tau jets

Definition at line 201 of file GlobalStableParameters.h.

Referenced by gtNumberL1CenJet(), print(), and setGtNumberL1CenJet().

unsigned int GlobalStableParameters::m_numberL1ForJet
private

Definition at line 202 of file GlobalStableParameters.h.

Referenced by gtNumberL1ForJet(), print(), and setGtNumberL1ForJet().

unsigned int GlobalStableParameters::m_numberL1IsoEG
private

Definition at line 198 of file GlobalStableParameters.h.

Referenced by gtNumberL1IsoEG(), print(), and setGtNumberL1IsoEG().

unsigned int GlobalStableParameters::m_numberL1JetCounts
private

jet counts

Definition at line 206 of file GlobalStableParameters.h.

Referenced by gtNumberL1JetCounts(), print(), and setGtNumberL1JetCounts().

unsigned int GlobalStableParameters::m_numberL1Mu
private

trigger objects

muons

Definition at line 194 of file GlobalStableParameters.h.

Referenced by gtNumberL1Mu(), print(), and setGtNumberL1Mu().

unsigned int GlobalStableParameters::m_numberL1NoIsoEG
private

e/gamma and isolated e/gamma objects

Definition at line 197 of file GlobalStableParameters.h.

Referenced by gtNumberL1NoIsoEG(), print(), and setGtNumberL1NoIsoEG().

unsigned int GlobalStableParameters::m_numberL1TauJet
private

Definition at line 203 of file GlobalStableParameters.h.

Referenced by gtNumberL1TauJet(), print(), and setGtNumberL1TauJet().

unsigned int GlobalStableParameters::m_numberPhysTriggers
private

trigger decision

number of physics trigger algorithms

Definition at line 183 of file GlobalStableParameters.h.

Referenced by gtNumberPhysTriggers(), print(), and setGtNumberPhysTriggers().

unsigned int GlobalStableParameters::m_numberPhysTriggersExtended
private

additional number of physics trigger algorithms

Definition at line 186 of file GlobalStableParameters.h.

Referenced by gtNumberPhysTriggersExtended(), print(), and setGtNumberPhysTriggersExtended().

int GlobalStableParameters::m_numberPsbBoards
private

number of PSB boards in GT

Definition at line 223 of file GlobalStableParameters.h.

Referenced by gtNumberPsbBoards(), print(), and setGtNumberPsbBoards().

unsigned int GlobalStableParameters::m_numberTechnicalTriggers
private

number of technical triggers

Definition at line 189 of file GlobalStableParameters.h.

Referenced by gtNumberTechnicalTriggers(), print(), and setGtNumberTechnicalTriggers().

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.

Referenced by gtOrderConditionChip(), print(), and setGtOrderConditionChip().

unsigned int GlobalStableParameters::m_pinsOnConditionChip
private

number of pins on the GTL condition chips

Definition at line 216 of file GlobalStableParameters.h.

Referenced by gtPinsOnConditionChip(), print(), and setGtPinsOnConditionChip().

int GlobalStableParameters::m_unitLength
private

one unit in the word is UnitLength bits

Definition at line 237 of file GlobalStableParameters.h.

Referenced by gtUnitLength(), print(), and setGtUnitLength().

int GlobalStableParameters::m_wordLength
private

GT DAQ record organized in words of WordLength bits.

Definition at line 234 of file GlobalStableParameters.h.

Referenced by gtWordLength(), print(), and setGtWordLength().