ATLAS Offline Software
Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
LVL1::TrigT1TRT Class Reference

level 1 TRT trigger simulation More...

#include <TrigT1TRT.h>

Inheritance diagram for LVL1::TrigT1TRT:
Collaboration diagram for LVL1::TrigT1TRT:

Public Member Functions

 TrigT1TRT (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual StatusCode initialize () override
 
virtual StatusCode execute (const EventContext &ctx) const override
 
virtual StatusCode sysInitialize () override
 Override sysInitialize. More...
 
virtual bool isClonable () const override
 Specify if the algorithm is clonable. More...
 
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
 
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm. More...
 
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies. More...
 
virtual bool filterPassed (const EventContext &ctx) const
 
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &t)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc="none")
 Declare a new Gaudi property. More...
 
void updateVHKA (Gaudi::Details::PropertyBase &)
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
 
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed. More...
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

int BarrelChipToBoard (int chip) const
 
int EndcapChipToBoard (int chip) const
 
int EndcapStrawNumber (int strawNumber, int strawLayerNumber, int LayerNumber, int phi_stack, int side) const
 
int BarrelStrawNumber (int strawNumber, int strawlayerNumber, int LayerNumber) const
 
int BarrelStrawLayerNumber (int strawLayerNumber, int LayerNumber) const
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

SG::WriteHandleKey< TrtCTPm_trtCTPLocation {this, "TrtCTPLocation", LVL1::DEFAULT_TrtCTPLocation, "Write handle key for TrtCTP"}
 
SG::ReadHandleKey< TRT_RDO_Containerm_trtRDOKey {this, "TrtRDOLocation", "TRT_RDOs", "Read handle key for TRT_RDO_Container"}
 
ToolHandle< ITRT_StrawStatusSummaryToolm_ConditionsSummary
 
ServiceHandle< ITRT_StrawNeighbourSvcm_TRTStrawNeighbourSvc
 
const InDetDD::TRT_DetectorManagerm_mgr {}
 
const TRT_IDm_pTRTHelper {}
 
Gaudi::Property< int > m_TTCMultiplicity {this, "TTCMultiplicity", 4, "TTC board multiplicity required to fire the trigger"}
 
Gaudi::Property< std::string > m_maskedChipsFile {this, "maskedChipsFile", "TrigT1TRT/fastORmaskedChips.json", "path to file with list of masked chips"}
 
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsBarrel
 
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsEc
 
unsigned char m_mat_chip_barrel [64][1642] {}
 
unsigned char m_mat_chip_endcap [64][3840] {}
 
int m_numberOfStraws [75] {}
 
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
 
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Detailed Description

level 1 TRT trigger simulation

Definition at line 32 of file TrigT1TRT.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ TrigT1TRT()

LVL1::TrigT1TRT::TrigT1TRT ( const std::string &  name,
ISvcLocator *  pSvcLocator 
)

Definition at line 19 of file TrigT1TRT.cxx.

19  :
20  AthReentrantAlgorithm(name, pSvcLocator),
21  m_ConditionsSummary("TRT_StrawStatusSummaryTool", this),
22  m_TRTStrawNeighbourSvc("TRT_StrawNeighbourSvc", name)
23  {
24  declareProperty("ConditionsSummaryTool",m_ConditionsSummary);
25  }

Member Function Documentation

◆ BarrelChipToBoard()

int LVL1::TrigT1TRT::BarrelChipToBoard ( int  chip) const
private

Definition at line 306 of file TrigT1TRT.cxx.

306  {
307  // return logical board index:
308  // 0 for Board 1S (has 10 chips) 0 - 9
309  // 1 for 1L (11) 10 - 20
310  // 2 for 2S (15) 21 - 35
311  // 3 for 2L, first 9 chips 36 - 44
312  // 4 for 2L, second 9 chips 45 - 53
313  // 5 for 3S, first 11 54 - 64
314  // 6 for 3S, second 12 65 - 76
315  // 7 for 3L, first 13 77 - 89
316  // 8 for 3L, second 14 90 - 103
317 
318  int list[] = {10, 11, 15, 9, 9, 11, 12, 13, 14};
319  int count = 0;
320  chip--;
321 
322  for (int i=0; i<9; i++) {
323  count += list[i];
324  if (chip < count) return i+1;
325  else if (chip == 104) return 9;
326  }
327 
328  throw std::runtime_error("Board not found!");
329  return -1;
330  }

◆ BarrelStrawLayerNumber()

int LVL1::TrigT1TRT::BarrelStrawLayerNumber ( int  strawLayerNumber,
int  LayerNumber 
) const
private

Definition at line 424 of file TrigT1TRT.cxx.

424  {
425  if(LayerNumber==0) {
426  strawLayerNumber+=0;
427  } else if(LayerNumber==1) {
428  strawLayerNumber+=19;
429  } else if(LayerNumber==2) {
430  strawLayerNumber+=43;
431  }
432  return strawLayerNumber;
433  }

◆ BarrelStrawNumber()

int LVL1::TrigT1TRT::BarrelStrawNumber ( int  strawNumber,
int  strawlayerNumber,
int  LayerNumber 
) const
private

Definition at line 409 of file TrigT1TRT.cxx.

409  {
410  int addToStrawNumber=0;
411  int addToStrawNumberNext=0;
412  int i=0;
413 
414  do {
415  i++;
416  addToStrawNumber+=m_numberOfStraws[i-1];
417  addToStrawNumberNext = addToStrawNumber+m_numberOfStraws[i];
418  }
419  while(BarrelStrawLayerNumber(strawlayerNumber,LayerNumber)!=i-1);
420  strawNumber = addToStrawNumberNext - strawNumber-1;
421  return strawNumber;
422  }

◆ cardinality()

unsigned int AthReentrantAlgorithm::cardinality ( ) const
overridevirtualinherited

Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.

Override this to return 0 for reentrant algorithms.

Override this to return 0 for reentrant algorithms.

Definition at line 55 of file AthReentrantAlgorithm.cxx.

56 {
57  return 0;
58 }

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyArrayType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKeyArray>

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleType  
)
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleBase>

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 245 of file AthCommonDataStore.h.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 221 of file AthCommonDataStore.h.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.

Definition at line 333 of file AthCommonDataStore.h.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.

Definition at line 352 of file AthCommonDataStore.h.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

95 { return m_detStore; }

◆ EndcapChipToBoard()

int LVL1::TrigT1TRT::EndcapChipToBoard ( int  chip) const
private

Definition at line 332 of file TrigT1TRT.cxx.

332  {
333  int Board = -1;
334 
335  int remainder = (chip-1) % 12;
336  Board = int(((chip -1) - remainder) / 12);
337  return Board;
338  }

◆ EndcapStrawNumber()

int LVL1::TrigT1TRT::EndcapStrawNumber ( int  strawNumber,
int  strawLayerNumber,
int  LayerNumber,
int  phi_stack,
int  side 
) const
private

Definition at line 340 of file TrigT1TRT.cxx.

340  {
341 
342  // before perfoming map, corrections need to be perfomed.
344 
345  // for eca, rotate triplets by 180 for stacks 9-16, and 25-32.
346  static const int TripletOrientation[2][32] = {
347  {1,1,1,1,1,1,1,1,
348  0,0,0,0,0,0,0,0,
349  1,1,1,1,1,1,1,1,
350  0,0,0,0,0,0,0,0},
351  {1,1,1,1,1,1,1,1,
352  0,0,0,0,0,0,0,0,
353  1,1,1,1,1,1,1,1,
354  0,0,0,0,0,0,0,0}
355  };
356 
357  int phi1=-1;
358  if(side==2) phi1=phi_stack, side=1;
359  else if (side==-2) phi1=31-phi_stack, side=0;
360  if (phi1>-1){
361  if (TripletOrientation[side][phi1]){
362  // change straw number from 0-23 in straw layer to 0-192
363  if (strawLayerNumber < 8)strawNumber = strawNumber + 24*strawLayerNumber;
364  if (strawLayerNumber > 7)strawNumber = strawNumber + 24*(strawLayerNumber -8);
365  strawNumber = (192-1)*TripletOrientation[side][phi1]+strawNumber*(1-2*TripletOrientation[side][phi1]);//actual rotation
366 
367  // take strawNumber back to 0-23
368  if (strawLayerNumber<8) strawLayerNumber = int(strawNumber/24);
369  if (strawLayerNumber>7) strawLayerNumber = int(strawNumber/24) + 8;
370  strawNumber = strawNumber%24;
371  }
372 
373  // finish rotation
374 
375  // flip straw in layer.
376 
377  if (side==0) strawNumber = 23 - strawNumber;
378 
379  // finish flipping
380  }
381 
382  // done with corrections
383 
384  // start mapping from athena identifiers to TRTViewer maps
385  int strawNumberNew=0;
386 
387  if(LayerNumber<6 && strawLayerNumber>7) {
388  strawNumberNew=strawNumberNew+(384*LayerNumber);
389  strawNumberNew=strawNumberNew+192+(strawLayerNumber%8)+(strawNumber*8);
390  }
391  else if(LayerNumber<6 && strawLayerNumber<8) {
392  strawNumberNew=strawNumberNew+(384*LayerNumber);
393  strawNumberNew=strawNumberNew + (strawLayerNumber%8) + (strawNumber*8);
394  }
395  else if(LayerNumber>5 && strawLayerNumber>7) {
396  strawNumberNew = strawNumberNew + 2304 + 192*(LayerNumber-6);
397  strawNumberNew = strawNumberNew + 192 + (strawLayerNumber%8) + (8*strawNumber);
398  }
399  else if(LayerNumber>5 && strawLayerNumber<8) {
400  strawNumberNew = strawNumberNew + 2304 + 192*(LayerNumber-6);
401  strawNumberNew = strawNumberNew + (strawLayerNumber%8) + (8*strawNumber);
402  }
403 
404  strawNumber=strawNumberNew;
405 
406  return strawNumber;
407  }

◆ evtStore() [1/2]

ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

85 { return m_evtStore; }

◆ evtStore() [2/2]

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( ) const
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ execute()

StatusCode LVL1::TrigT1TRT::execute ( const EventContext &  ctx) const
overridevirtual

Definition at line 167 of file TrigT1TRT.cxx.

167  {
168 
169  // initialise and empty board score table
170  int barrel_trigger_board[2][32][9] = {{{0}}};
171  int endcap_trigger_board[2][32][20] = {{{0}}};
172 
173  // initialise and empty empty ttc score table
174  int barrel_trigger_ttc[2][8] = {{0}};
175  int endcap_trigger_ttc[2][16] = {{0}};
176 
177  // access TRT RDO hits container
179 
180  ATH_CHECK( trtRDOs.isValid() );
181 
182  for (const auto trtRDO : *trtRDOs) {
183  const InDetRawDataCollection<TRT_RDORawData>* TRT_Collection(trtRDO);
184 
185  if(!TRT_Collection) {
186  ATH_MSG_WARNING("InDetRawDataCollection<TRT_RDORawData> is empty");
187  continue;
188  }
189  else {
190  // loop over TRT RDOs
191  for (const auto p_rdo : *TRT_Collection) {// p_rdo is pointer to trt rdo data vector
192  if(!p_rdo)
193  ATH_MSG_WARNING("pointer to TRT_RDORawData is nullptr");
194  else {
195  Identifier TRT_Identifier = p_rdo->identify();
196 
197  int barrel_ec = m_pTRTHelper->barrel_ec(TRT_Identifier);
198 
199  const TRT_LoLumRawData* p_lolum = dynamic_cast<const TRT_LoLumRawData*>(p_rdo);
200  if(!p_lolum) continue;
201 
202  // get TRT Identifier (need to know phi module, module layer, straw layer, and straw # with in the layer, to get proper straw numbering.
203  TRT_Identifier = p_lolum->identify();
204  int phi_module = m_pTRTHelper->phi_module(TRT_Identifier);
205  int layer_or_wheel = m_pTRTHelper->layer_or_wheel(TRT_Identifier);
206  int straw_layer = m_pTRTHelper->straw_layer(TRT_Identifier);
207  int straw = m_pTRTHelper->straw(TRT_Identifier);
208  int strawNumber = 0;
209  int chip = 0;
210  int board = 0;
211 
212  // Require good straw status
213  if (m_ConditionsSummary->getStatus(TRT_Identifier,ctx) != TRTCond::StrawStatus::Good)
214  continue;
215 
216  if (barrel_ec == 1 || barrel_ec == -1) {
217  int side = barrel_ec>0?1:0;
218  strawNumber = BarrelStrawNumber(straw, straw_layer, layer_or_wheel);
219  chip = m_mat_chip_barrel[phi_module][strawNumber];
220  board = BarrelChipToBoard(chip);
221  if (board < 0) {
222  ATH_MSG_FATAL( "Failure in BarrelChipToBoard" );
223  return StatusCode::FAILURE;
224  }
225 
226  // check if chip is masked
227  std::vector<int> maskedChips = m_maskedChipsBarrel.at(side).at(phi_module);
228  if(std::find(maskedChips.begin(), maskedChips.end(), chip) != maskedChips.end())
229  continue;
230 
231  if ( (p_lolum)->highLevel() ) {
232  barrel_trigger_board[side][phi_module][board]++;
233  }
234 
235  }
236  else if (barrel_ec == 2 || barrel_ec == -2) {
237 
238  int side = barrel_ec>0?1:0;
239  strawNumber = EndcapStrawNumber(straw, straw_layer, layer_or_wheel, phi_module, barrel_ec);
240  chip = m_mat_chip_endcap[phi_module][strawNumber];
241  board = EndcapChipToBoard(chip);
242 
243  // check if chip is masked
244  std::vector<int> maskedChips = m_maskedChipsEc.at(side).at(phi_module);
245  if(std::find(maskedChips.begin(), maskedChips.end(), chip) != maskedChips.end())
246  continue;
247 
248  if ( (p_lolum)->highLevel() ) {
249  endcap_trigger_board[side][phi_module][board]++;
250  }
251  }
252  }
253  }
254  }
255  }
256 
257  // analyse board score table - fill ttc score table
258  for (int i=0; i<2; i++) {
259  for (int j=0; j<32; j++) {
260  for (int k=0; k<9; k++) {
261  if (barrel_trigger_board[i][j][k]) {
262  barrel_trigger_ttc[i][j%4]++;
263  }
264  }
265  for (int k=0; k<20; k++) {
266  if (endcap_trigger_board[i][j][k]) {
267  endcap_trigger_ttc[i][j%2]++;
268  }
269  }
270  }
271  }
272 
273  unsigned int cableWord0 = 0;
274 
275  // analyse ttc score table - set cable word
276  for (int i=0; i<2; i++) {
277  for (int j=0; j<8; j++) {
278  if (barrel_trigger_ttc[i][j] >= m_TTCMultiplicity) {
279  cableWord0 |= (uint64_t(0x1) << 21); // use of hard coded cable start
280  }
281  }
282  for (int j=0; j<16; j++) {
283  if (endcap_trigger_ttc[i][j] >= m_TTCMultiplicity) {
284  cableWord0 |= (uint64_t(0x1) << 21); // use of hard coded cable start
285  }
286  }
287  }
288 
289  ATH_MSG_DEBUG( " cableWord: " << cableWord0 );
290 
291  // form CTP obejct
293 
294  // record CTP object
295  ATH_CHECK(trtCTP.record(std::make_unique<TrtCTP>(cableWord0)));
296  ATH_MSG_DEBUG("Stored TRT CTP object with bit " << std::dec << cableWord0);
297 
298  return StatusCode::SUCCESS;
299  }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase &  ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 79 of file AthReentrantAlgorithm.cxx.

80 {
81  // If we didn't find any symlinks to add, just return the collection
82  // from the base class. Otherwise, return the extended collection.
83  if (!m_extendedExtraObjects.empty()) {
85  }
86  return Algorithm::extraOutputDeps();
87 }

◆ filterPassed()

virtual bool AthReentrantAlgorithm::filterPassed ( const EventContext &  ctx) const
inlinevirtualinherited

Definition at line 135 of file AthReentrantAlgorithm.h.

135  {
136  return execState( ctx ).filterPassed();
137  }

◆ initialize()

StatusCode LVL1::TrigT1TRT::initialize ( )
overridevirtual

Definition at line 31 of file TrigT1TRT.cxx.

31  {
32 
33  ATH_CHECK( m_trtCTPLocation.initialize() );
34 
35  ATH_CHECK( m_trtRDOKey.initialize() );
36 
37  ATH_CHECK( detStore()->retrieve(m_mgr, "TRT") );
38  ATH_MSG_DEBUG( "Connected to TRT DetectorManager" );
39 
40  ATH_CHECK( detStore()->retrieve(m_pTRTHelper, "TRT_ID") );
41  ATH_MSG_DEBUG( "Connected to TRT Helper" );
42 
43  ATH_CHECK( m_ConditionsSummary.retrieve() );
44 
45  ATH_CHECK( m_TRTStrawNeighbourSvc.retrieve() );
46 
47  ATH_MSG_INFO("Setting Fast-OR trigger multiplicity" << m_TTCMultiplicity );
48 
49  // Find the full path to filename:
50  std::string file = PathResolver::find_file(m_maskedChipsFile, "DATAPATH");
51  ATH_MSG_INFO("Reading file " << file);
52  std::ifstream fin(file.c_str());
53  if(!fin){
54  ATH_MSG_ERROR("Can not read file: " << file);
55  return StatusCode::FAILURE;
56  }
58 
59  m_maskedChipsBarrel = data["Barrel"].template get<std::array<std::array<std::vector<int>, 32>, 2>>();
60  m_maskedChipsEc = data["Endcap"].template get<std::array<std::array<std::vector<int>, 32>, 2>>();
61 
62  // initialize numberOfStraws array for use in strawNumber function.
63  for(int j=0; j<75; j++) {
64  m_numberOfStraws[j]=0;
65  }
66 
67  // numberofstraws in a phi module layer. m_numberOfStraws[<layer number>]
68  m_numberOfStraws[1]=15;
73  m_numberOfStraws[19]=18;
74  m_numberOfStraws[20]=19;
80  m_numberOfStraws[43]=23;
81  m_numberOfStraws[44]=23;
88  m_numberOfStraws[73]=28;
89 
90  // loop over straw hash index to create straw number mapping for TRTViewer
91  unsigned int maxHash = m_pTRTHelper->straw_layer_hash_max();
92  for (unsigned int index = 0; index < maxHash; index++) {
93  IdentifierHash idHash = index;
94  Identifier id = m_pTRTHelper->layer_id(idHash);
95 
96  int idBarrelEndcap = m_pTRTHelper->barrel_ec(id);
97  int idLayerWheel = m_pTRTHelper->layer_or_wheel(id);
98  int idPhiModule = m_pTRTHelper->phi_module(id);
99  int idStrawLayer = m_pTRTHelper->straw_layer(id);
100 
101  const InDetDD::TRT_BaseElement * element= nullptr;
102 
103  // BARREL
104  if (m_pTRTHelper->is_barrel(id)) {
105  int idSide = idBarrelEndcap?1:-1;
106  if(m_pTRTHelper->barrel_ec(id)==-1) {
107  element = m_mgr->getBarrelElement(idSide, idLayerWheel, idPhiModule, idStrawLayer);
108  if (element == nullptr) continue;
109 
110  for(unsigned int istraw = 0; istraw < element->nStraws(); istraw++) {
111 
112  Identifier strawID = m_pTRTHelper->straw_id(id, int(istraw));
113  int i_chip;
114 
115  int tempStrawNumber = BarrelStrawNumber(istraw, idStrawLayer, idLayerWheel);
116 
117  m_TRTStrawNeighbourSvc->getChip(strawID,i_chip);
118 
119  //21 chips in mod layer 0
120  //33 chips in mod layer 1
121  //50 chips in mod layer 2
122  if (idLayerWheel == 1) i_chip+=21;
123  if (idLayerWheel == 2) i_chip+=54;
124 
125  m_mat_chip_barrel[idPhiModule][tempStrawNumber]=i_chip;
126  m_mat_chip_barrel[idPhiModule+32][tempStrawNumber]=i_chip;
127  }
128  }
129  }
130  // ENDCAP
131  else if (m_pTRTHelper->barrel_ec(id)!=1) {
132  int idSide = idBarrelEndcap?2:-2;
133  if(((m_pTRTHelper->barrel_ec(id)==-2) || (m_pTRTHelper->barrel_ec(id)==2))) {
134 
135  if (m_pTRTHelper->barrel_ec(id)==-2) idSide =0;
136  else idSide=1;
137 
138  element = m_mgr->getEndcapElement(idSide, idLayerWheel, idStrawLayer, idPhiModule);
139  if (element == nullptr) continue;
140 
141  for(unsigned int istraw = 0; istraw < element->nStraws(); istraw++) {
142 
143  int tempStrawNumber = EndcapStrawNumber(istraw, idStrawLayer, idLayerWheel, idPhiModule, idSide);
144 
145  Identifier strawID = m_pTRTHelper->straw_id(id, int(istraw));
146 
147  int i_chip = 0;
148 
149  m_TRTStrawNeighbourSvc->getChip(strawID,i_chip);
150  i_chip -= 103;
151 
152  m_mat_chip_endcap[idPhiModule][tempStrawNumber]=i_chip;
153  m_mat_chip_endcap[idPhiModule+32][tempStrawNumber]=i_chip;
154  }
155  }
156  }
157  }
158 
159  ATH_MSG_DEBUG("TrigT1TRT initilized");
160  return StatusCode::SUCCESS;
161  }

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ isClonable()

bool AthReentrantAlgorithm::isClonable ( ) const
overridevirtualinherited

◆ msg() [1/2]

MsgStream& AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24  {
25  return this->msgStream();
26  }

◆ msg() [2/2]

MsgStream& AthCommonMsg< Gaudi::Algorithm >::msg ( const MSG::Level  lvl) const
inlineinherited

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30  {
31  return this->msgLevel(lvl);
32  }

◆ outputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t<std::is_void_v<std::result_of_t<decltype(&T::renounce)(T)> > && !std::is_base_of_v<SG::VarHandleKeyArray, T> && std::is_base_of_v<Gaudi::DataHandle, T>, void> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T &  h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381  {
382  h.renounce();
383  PBASE::renounce (h);
384  }

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364  {
365  handlesArray.renounce();
366  }

◆ setFilterPassed()

virtual void AthReentrantAlgorithm::setFilterPassed ( bool  state,
const EventContext &  ctx 
) const
inlinevirtualinherited

Definition at line 139 of file AthReentrantAlgorithm.h.

139  {
140  execState( ctx ).setFilterPassed( state );
141  }

◆ sysExecute()

StatusCode AthReentrantAlgorithm::sysExecute ( const EventContext &  ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Definition at line 67 of file AthReentrantAlgorithm.cxx.

68 {
69  return Gaudi::Algorithm::sysExecute (ctx);
70 }

◆ sysInitialize()

StatusCode AthReentrantAlgorithm::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in InputMakerBase, and HypoBase.

Definition at line 96 of file AthReentrantAlgorithm.cxx.

96  {
98 
99  if (sc.isFailure()) {
100  return sc;
101  }
102 
103  ServiceHandle<ICondSvc> cs("CondSvc",name());
104  for (auto h : outputHandles()) {
105  if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
106  // do this inside the loop so we don't create the CondSvc until needed
107  if ( cs.retrieve().isFailure() ) {
108  ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
109  return StatusCode::SUCCESS;
110  }
111  if (cs->regHandle(this,*h).isFailure()) {
112  sc = StatusCode::FAILURE;
113  ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
114  << " with CondSvc");
115  }
116  }
117  }
118  return sc;
119 }

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase &  )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308  {
309  // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310  // << " size: " << m_vhka.size() << endmsg;
311  for (auto &a : m_vhka) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_ConditionsSummary

ToolHandle<ITRT_StrawStatusSummaryTool> LVL1::TrigT1TRT::m_ConditionsSummary
private

Definition at line 50 of file TrigT1TRT.h.

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 153 of file AthReentrantAlgorithm.h.

◆ m_maskedChipsBarrel

std::array<std::array<std::vector<int>, 32>, 2> LVL1::TrigT1TRT::m_maskedChipsBarrel
private

Definition at line 64 of file TrigT1TRT.h.

◆ m_maskedChipsEc

std::array<std::array<std::vector<int>, 32>, 2> LVL1::TrigT1TRT::m_maskedChipsEc
private

Definition at line 65 of file TrigT1TRT.h.

◆ m_maskedChipsFile

Gaudi::Property<std::string> LVL1::TrigT1TRT::m_maskedChipsFile {this, "maskedChipsFile", "TrigT1TRT/fastORmaskedChips.json", "path to file with list of masked chips"}
private

Definition at line 61 of file TrigT1TRT.h.

◆ m_mat_chip_barrel

unsigned char LVL1::TrigT1TRT::m_mat_chip_barrel[64][1642] {}
private

Definition at line 74 of file TrigT1TRT.h.

◆ m_mat_chip_endcap

unsigned char LVL1::TrigT1TRT::m_mat_chip_endcap[64][3840] {}
private

Definition at line 75 of file TrigT1TRT.h.

◆ m_mgr

const InDetDD::TRT_DetectorManager* LVL1::TrigT1TRT::m_mgr {}
private

Definition at line 56 of file TrigT1TRT.h.

◆ m_numberOfStraws

int LVL1::TrigT1TRT::m_numberOfStraws[75] {}
private

Definition at line 77 of file TrigT1TRT.h.

◆ m_pTRTHelper

const TRT_ID* LVL1::TrigT1TRT::m_pTRTHelper {}
private

Definition at line 57 of file TrigT1TRT.h.

◆ m_trtCTPLocation

SG::WriteHandleKey<TrtCTP> LVL1::TrigT1TRT::m_trtCTPLocation {this, "TrtCTPLocation", LVL1::DEFAULT_TrtCTPLocation, "Write handle key for TrtCTP"}
private

Definition at line 44 of file TrigT1TRT.h.

◆ m_trtRDOKey

SG::ReadHandleKey<TRT_RDO_Container> LVL1::TrigT1TRT::m_trtRDOKey {this, "TrtRDOLocation", "TRT_RDOs", "Read handle key for TRT_RDO_Container"}
private

Definition at line 47 of file TrigT1TRT.h.

◆ m_TRTStrawNeighbourSvc

ServiceHandle<ITRT_StrawNeighbourSvc> LVL1::TrigT1TRT::m_TRTStrawNeighbourSvc
private

Definition at line 53 of file TrigT1TRT.h.

◆ m_TTCMultiplicity

Gaudi::Property<int> LVL1::TrigT1TRT::m_TTCMultiplicity {this, "TTCMultiplicity", 4, "TTC board multiplicity required to fire the trigger"}
private

Definition at line 60 of file TrigT1TRT.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
LVL1::TrigT1TRT::m_numberOfStraws
int m_numberOfStraws[75]
Definition: TrigT1TRT.h:77
plotBeamSpotCompare.x1
x1
Definition: plotBeamSpotCompare.py:216
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
TRT_ID::layer_id
Identifier layer_id(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
For an individual straw layer.
Definition: TRT_ID.h:500
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
TRT::Hit::straw
@ straw
Definition: HitInfo.h:82
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
find
std::string find(const std::string &s)
return a remapped string
Definition: hcg.cxx:135
PathResolver::find_file
static std::string find_file(const std::string &logical_file_name, const std::string &search_path, SearchType search_type=LocalSearch)
Definition: PathResolver.cxx:251
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
json
nlohmann::json json
Definition: HistogramDef.cxx:9
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
TRT_LoLumRawData
Definition: TRT_LoLumRawData.h:25
index
Definition: index.py:1
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
InDetDD::TRT_DetectorManager::getBarrelElement
const TRT_BarrelElement * getBarrelElement(unsigned int positive, unsigned int moduleIndex, unsigned int phiIndex, unsigned int strawLayerIndex) const
Access Barrel Elements:---------------—(Fast)-------------------------—.
Definition: TRT_DetectorManager.cxx:103
TRT_ID::straw_layer_hash_max
size_type straw_layer_hash_max(void) const
Definition: TRT_ID.h:920
LVL1::TrigT1TRT::EndcapChipToBoard
int EndcapChipToBoard(int chip) const
Definition: TrigT1TRT.cxx:332
InDetDD::TRT_BaseElement::nStraws
unsigned int nStraws() const
Number of straws in the element.
parse
std::map< std::string, std::string > parse(const std::string &list)
Definition: egammaLayerRecalibTool.cxx:1054
AthCommonDataStore::renounce
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
Definition: AthCommonDataStore.h:380
LVL1::TrigT1TRT::BarrelChipToBoard
int BarrelChipToBoard(int chip) const
Definition: TrigT1TRT.cxx:306
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
LVL1::TrigT1TRT::m_maskedChipsBarrel
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsBarrel
Definition: TrigT1TRT.h:64
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LVL1::TrigT1TRT::BarrelStrawNumber
int BarrelStrawNumber(int strawNumber, int strawlayerNumber, int LayerNumber) const
Definition: TrigT1TRT.cxx:409
LVL1::TrigT1TRT::m_mat_chip_endcap
unsigned char m_mat_chip_endcap[64][3840]
Definition: TrigT1TRT.h:75
XMLtoHeader.count
count
Definition: XMLtoHeader.py:85
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:95
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
LVL1::TrigT1TRT::EndcapStrawNumber
int EndcapStrawNumber(int strawNumber, int strawLayerNumber, int LayerNumber, int phi_stack, int side) const
Definition: TrigT1TRT.cxx:340
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:29
TRT::Hit::side
@ side
Definition: HitInfo.h:83
SG::makeHandle
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Definition: ReadCondHandle.h:270
TRT_ID::straw
int straw(const Identifier &id) const
Definition: TRT_ID.h:902
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
highLevel
bool highLevel(unsigned int m_word)
Definition: driftCircle.h:88
AthCommonDataStore
Definition: AthCommonDataStore.h:52
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
lumiFormat.i
int i
Definition: lumiFormat.py:85
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
InDetRawDataCollection
Definition: InDetRawDataCollection.h:31
file
TFile * file
Definition: tile_monitor.h:29
LVL1::TrigT1TRT::m_maskedChipsEc
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsEc
Definition: TrigT1TRT.h:65
LVL1::TrigT1TRT::m_pTRTHelper
const TRT_ID * m_pTRTHelper
Definition: TrigT1TRT.h:57
xAOD::uint64_t
uint64_t
Definition: EventInfo_v1.cxx:123
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
LVL1::TrigT1TRT::m_mgr
const InDetDD::TRT_DetectorManager * m_mgr
Definition: TrigT1TRT.h:56
histSizes.list
def list(name, path='/')
Definition: histSizes.py:38
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
TRT_ID::barrel_ec
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition: TRT_ID.h:866
TRT_ID::straw_layer
int straw_layer(const Identifier &id) const
Definition: TRT_ID.h:893
TRT_ID::layer_or_wheel
int layer_or_wheel(const Identifier &id) const
Definition: TRT_ID.h:884
AthReentrantAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Definition: AthReentrantAlgorithm.h:153
TRTCond::StrawStatus::Good
@ Good
Definition: StrawStatus.h:18
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
InDetDD::TRT_DetectorManager::getEndcapElement
const TRT_EndcapElement * getEndcapElement(unsigned int positive, unsigned int wheelIndex, unsigned int strawLayerIndex, unsigned int phiIndex) const
Access Endcap Elements:---------------—(Fast)--------------------------—.
Definition: TRT_DetectorManager.cxx:119
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
remainder
std::vector< std::string > remainder(const std::vector< std::string > &v1, const std::vector< std::string > &v2)
list of entries in a vector that are not in another
Definition: compareFlatTrees.cxx:44
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
AthReentrantAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthReentrantAlgorithm.cxx:96
LVL1::TrigT1TRT::m_trtCTPLocation
SG::WriteHandleKey< TrtCTP > m_trtCTPLocation
Definition: TrigT1TRT.h:44
LVL1::TrigT1TRT::m_TTCMultiplicity
Gaudi::Property< int > m_TTCMultiplicity
Definition: TrigT1TRT.h:60
TRT_ID::phi_module
int phi_module(const Identifier &id) const
Definition: TRT_ID.h:875
SG::WriteHandle
Definition: StoreGate/StoreGate/WriteHandle.h:76
DeMoScan.index
string index
Definition: DeMoScan.py:364
TRT_ID::is_barrel
bool is_barrel(const Identifier &id) const
Test for barrel.
Definition: TRT_ID.h:857
a
TList * a
Definition: liststreamerinfos.cxx:10
h
LVL1::TrigT1TRT::m_maskedChipsFile
Gaudi::Property< std::string > m_maskedChipsFile
Definition: TrigT1TRT.h:61
SG::WriteHandle::record
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
LVL1::TrigT1TRT::m_mat_chip_barrel
unsigned char m_mat_chip_barrel[64][1642]
Definition: TrigT1TRT.h:74
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
compute_lumi.fin
fin
Definition: compute_lumi.py:19
LVL1::TrigT1TRT::m_TRTStrawNeighbourSvc
ServiceHandle< ITRT_StrawNeighbourSvc > m_TRTStrawNeighbourSvc
Definition: TrigT1TRT.h:53
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
InDetRawData::identify
virtual Identifier identify() const override final
Definition: InDetRawData.h:41
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition: IdentifierHash.h:25
LVL1::TrigT1TRT::BarrelStrawLayerNumber
int BarrelStrawLayerNumber(int strawLayerNumber, int LayerNumber) const
Definition: TrigT1TRT.cxx:424
LVL1::TrigT1TRT::m_trtRDOKey
SG::ReadHandleKey< TRT_RDO_Container > m_trtRDOKey
Definition: TrigT1TRT.h:47
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
LVL1::TrigT1TRT::m_ConditionsSummary
ToolHandle< ITRT_StrawStatusSummaryTool > m_ConditionsSummary
Definition: TrigT1TRT.h:50
fitman.k
k
Definition: fitman.py:528
InDetDD::TRT_BaseElement
Definition: TRT_BaseElement.h:57
TRT_ID::straw_id
Identifier straw_id(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw) const
Three ways of getting id for a single straw:
Definition: TRT_ID.h:581
ServiceHandle< ICondSvc >
Identifier
Definition: IdentifierFieldParser.cxx:14