 |
ATLAS Offline Software
|
level 1 TRT trigger simulation
More...
#include <TrigT1TRT.h>
|
| 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, V, H > &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 |
|
|
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, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
|
SG::WriteHandleKey< TrtCTP > | m_trtCTPLocation {this, "TrtCTPLocation", LVL1::DEFAULT_TrtCTPLocation, "Write handle key for TrtCTP"} |
|
SG::ReadHandleKey< TRT_RDO_Container > | m_trtRDOKey {this, "TrtRDOLocation", "TRT_RDOs", "Read handle key for TRT_RDO_Container"} |
|
ToolHandle< ITRT_StrawStatusSummaryTool > | m_ConditionsSummary {this, "ConditionsSummaryTool", "TRT_StrawStatusSummaryTool"} |
|
ServiceHandle< ITRT_StrawNeighbourSvc > | m_TRTStrawNeighbourSvc {this, "StrawNeighbourSvc", "TRT_StrawNeighbourSvc"} |
|
const InDetDD::TRT_DetectorManager * | m_mgr {} |
|
const TRT_ID * | m_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 |
|
level 1 TRT trigger simulation
Definition at line 32 of file TrigT1TRT.h.
◆ StoreGateSvc_t
◆ TrigT1TRT()
LVL1::TrigT1TRT::TrigT1TRT |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ BarrelChipToBoard()
int LVL1::TrigT1TRT::BarrelChipToBoard |
( |
int |
chip | ) |
const |
|
private |
Definition at line 303 of file TrigT1TRT.cxx.
315 int list[] = {10, 11, 15, 9, 9, 11, 12, 13, 14};
319 for (
int i=0;
i<9;
i++) {
321 if (chip <
count)
return i+1;
322 else if (chip == 104)
return 9;
325 throw std::runtime_error(
"Board not found!");
◆ BarrelStrawLayerNumber()
int LVL1::TrigT1TRT::BarrelStrawLayerNumber |
( |
int |
strawLayerNumber, |
|
|
int |
LayerNumber |
|
) |
| const |
|
private |
Definition at line 421 of file TrigT1TRT.cxx.
424 }
else if(LayerNumber==1) {
425 strawLayerNumber+=19;
426 }
else if(LayerNumber==2) {
427 strawLayerNumber+=43;
429 return strawLayerNumber;
◆ BarrelStrawNumber()
int LVL1::TrigT1TRT::BarrelStrawNumber |
( |
int |
strawNumber, |
|
|
int |
strawlayerNumber, |
|
|
int |
LayerNumber |
|
) |
| const |
|
private |
Definition at line 406 of file TrigT1TRT.cxx.
407 int addToStrawNumber=0;
408 int addToStrawNumberNext=0;
417 strawNumber = addToStrawNumberNext - strawNumber-1;
◆ cardinality()
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 75 of file AthCommonReentrantAlgorithm.cxx.
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation 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.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [6/6]
◆ detStore()
◆ EndcapChipToBoard()
int LVL1::TrigT1TRT::EndcapChipToBoard |
( |
int |
chip | ) |
const |
|
private |
◆ EndcapStrawNumber()
int LVL1::TrigT1TRT::EndcapStrawNumber |
( |
int |
strawNumber, |
|
|
int |
strawLayerNumber, |
|
|
int |
LayerNumber, |
|
|
int |
phi_stack, |
|
|
int |
side |
|
) |
| const |
|
private |
Definition at line 337 of file TrigT1TRT.cxx.
343 static const int TripletOrientation[2][32] = {
356 else if (
side==-2) phi1=31-phi_stack,
side=0;
358 if (TripletOrientation[
side][phi1]){
360 if (strawLayerNumber < 8)strawNumber = strawNumber + 24*strawLayerNumber;
361 if (strawLayerNumber > 7)strawNumber = strawNumber + 24*(strawLayerNumber -8);
362 strawNumber = (192-1)*TripletOrientation[
side][phi1]+strawNumber*(1-2*TripletOrientation[
side][phi1]);
365 if (strawLayerNumber<8) strawLayerNumber =
int(strawNumber/24);
366 if (strawLayerNumber>7) strawLayerNumber =
int(strawNumber/24) + 8;
367 strawNumber = strawNumber%24;
374 if (
side==0) strawNumber = 23 - strawNumber;
382 int strawNumberNew=0;
384 if(LayerNumber<6 && strawLayerNumber>7) {
385 strawNumberNew=strawNumberNew+(384*LayerNumber);
386 strawNumberNew=strawNumberNew+192+(strawLayerNumber%8)+(strawNumber*8);
388 else if(LayerNumber<6 && strawLayerNumber<8) {
389 strawNumberNew=strawNumberNew+(384*LayerNumber);
390 strawNumberNew=strawNumberNew + (strawLayerNumber%8) + (strawNumber*8);
392 else if(LayerNumber>5 && strawLayerNumber>7) {
393 strawNumberNew = strawNumberNew + 2304 + 192*(LayerNumber-6);
394 strawNumberNew = strawNumberNew + 192 + (strawLayerNumber%8) + (8*strawNumber);
396 else if(LayerNumber>5 && strawLayerNumber<8) {
397 strawNumberNew = strawNumberNew + 2304 + 192*(LayerNumber-6);
398 strawNumberNew = strawNumberNew + (strawLayerNumber%8) + (8*strawNumber);
401 strawNumber=strawNumberNew;
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode LVL1::TrigT1TRT::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 164 of file TrigT1TRT.cxx.
167 int barrel_trigger_board[2][32][9] = {{{0}}};
168 int endcap_trigger_board[2][32][20] = {{{0}}};
171 int barrel_trigger_ttc[2][8] = {{0}};
172 int endcap_trigger_ttc[2][16] = {{0}};
179 for (
const auto trtRDO : *trtRDOs) {
182 if(!TRT_Collection) {
188 for (
const auto p_rdo : *TRT_Collection) {
192 Identifier TRT_Identifier = p_rdo->identify();
197 if(!p_lolum)
continue;
200 TRT_Identifier = p_lolum->
identify();
213 if (barrel_ec == 1 || barrel_ec == -1) {
214 int side = barrel_ec>0?1:0;
220 return StatusCode::FAILURE;
225 if(
std::find(maskedChips.begin(), maskedChips.end(), chip) != maskedChips.end())
229 barrel_trigger_board[
side][phi_module][board]++;
233 else if (barrel_ec == 2 || barrel_ec == -2) {
235 int side = barrel_ec>0?1:0;
242 if(
std::find(maskedChips.begin(), maskedChips.end(), chip) != maskedChips.end())
246 endcap_trigger_board[
side][phi_module][board]++;
255 for (
int i=0;
i<2;
i++) {
256 for (
int j=0; j<32; j++) {
257 for (
int k=0;
k<9;
k++) {
258 if (barrel_trigger_board[
i][j][
k]) {
259 barrel_trigger_ttc[
i][j%4]++;
262 for (
int k=0;
k<20;
k++) {
263 if (endcap_trigger_board[
i][j][
k]) {
264 endcap_trigger_ttc[
i][j%2]++;
270 unsigned int cableWord0 = 0;
273 for (
int i=0;
i<2;
i++) {
274 for (
int j=0; j<8; j++) {
279 for (
int j=0; j<16; j++) {
293 ATH_MSG_DEBUG(
"Stored TRT CTP object with bit " << std::dec << cableWord0);
295 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
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()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ filterPassed()
◆ initialize()
StatusCode LVL1::TrigT1TRT::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 28 of file TrigT1TRT.cxx.
49 std::ifstream
fin(
file.c_str());
52 return StatusCode::FAILURE;
57 m_maskedChipsEc =
data[
"Endcap"].template get<std::array<std::array<std::vector<int>, 32>, 2>>();
60 for(
int j=0; j<75; j++) {
102 int idSide = idBarrelEndcap?1:-1;
105 if (element ==
nullptr)
continue;
107 for(
unsigned int istraw = 0; istraw < element->
nStraws(); istraw++) {
119 if (idLayerWheel == 1) i_chip+=21;
120 if (idLayerWheel == 2) i_chip+=54;
129 int idSide = idBarrelEndcap?2:-2;
136 if (element ==
nullptr)
continue;
138 for(
unsigned int istraw = 0; istraw < element->
nStraws(); istraw++) {
140 int tempStrawNumber =
EndcapStrawNumber(istraw, idStrawLayer, idLayerWheel, idPhiModule, idSide);
157 return StatusCode::SUCCESS;
◆ inputHandles()
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()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
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 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
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 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_ConditionsSummary
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_maskedChipsBarrel
std::array<std::array<std::vector<int>, 32>, 2> LVL1::TrigT1TRT::m_maskedChipsBarrel |
|
private |
◆ m_maskedChipsEc
std::array<std::array<std::vector<int>, 32>, 2> LVL1::TrigT1TRT::m_maskedChipsEc |
|
private |
◆ m_maskedChipsFile
◆ m_mat_chip_barrel
unsigned char LVL1::TrigT1TRT::m_mat_chip_barrel[64][1642] {} |
|
private |
◆ m_mat_chip_endcap
unsigned char LVL1::TrigT1TRT::m_mat_chip_endcap[64][3840] {} |
|
private |
◆ m_mgr
◆ m_numberOfStraws
int LVL1::TrigT1TRT::m_numberOfStraws[75] {} |
|
private |
◆ m_pTRTHelper
◆ m_trtCTPLocation
◆ m_trtRDOKey
◆ m_TRTStrawNeighbourSvc
◆ m_TTCMultiplicity
Gaudi::Property<int> LVL1::TrigT1TRT::m_TTCMultiplicity {this, "TTCMultiplicity", 4, "TTC board multiplicity required to fire the trigger"} |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
char data[hepevt_bytes_allocation_ATLAS]
Identifier layer_id(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
For an individual straw layer.
std::string find(const std::string &s)
return a remapped string
const TRT_BarrelElement * getBarrelElement(unsigned int positive, unsigned int moduleIndex, unsigned int phiIndex, unsigned int strawLayerIndex) const
Access Barrel Elements:---------------—(Fast)-------------------------—.
int EndcapChipToBoard(int chip) const
unsigned int nStraws() const
Number of straws in the element.
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)
int BarrelChipToBoard(int chip) const
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsBarrel
int BarrelStrawNumber(int strawNumber, int strawlayerNumber, int LayerNumber) const
unsigned char m_mat_chip_endcap[64][3840]
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
An algorithm that can be simultaneously executed in multiple threads.
int EndcapStrawNumber(int strawNumber, int strawLayerNumber, int LayerNumber, int phi_stack, int side) const
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
int straw(const Identifier &id) const
bool highLevel(unsigned int m_word)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
std::array< std::array< std::vector< int >, 32 >, 2 > m_maskedChipsEc
const TRT_ID * m_pTRTHelper
const InDetDD::TRT_DetectorManager * m_mgr
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
int straw_layer(const Identifier &id) const
int layer_or_wheel(const Identifier &id) const
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
const TRT_EndcapElement * getEndcapElement(unsigned int positive, unsigned int wheelIndex, unsigned int strawLayerIndex, unsigned int phiIndex) const
Access Endcap Elements:---------------—(Fast)--------------------------—.
std::vector< std::string > remainder(const std::vector< std::string > &v1, const std::vector< std::string > &v2)
SG::WriteHandleKey< TrtCTP > m_trtCTPLocation
Gaudi::Property< int > m_TTCMultiplicity
int phi_module(const Identifier &id) const
bool is_barrel(const Identifier &id) const
Test for barrel.
Gaudi::Property< std::string > m_maskedChipsFile
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
#define ATH_MSG_WARNING(x)
static std::string find_file(const std::string &logical_file_name, const std::string &search_path)
unsigned char m_mat_chip_barrel[64][1642]
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
ServiceHandle< ITRT_StrawNeighbourSvc > m_TRTStrawNeighbourSvc
virtual Identifier identify() const override final
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
size_type straw_layer_hash_max() const
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
int BarrelStrawLayerNumber(int strawLayerNumber, int LayerNumber) const
SG::ReadHandleKey< TRT_RDO_Container > m_trtRDOKey
ToolHandle< ITRT_StrawStatusSummaryTool > m_ConditionsSummary
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: