Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
#include <StripClusterSiHitDecoratorAlg.h>
|
| StripClusterSiHitDecoratorAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~StripClusterSiHitDecoratorAlg ()=default |
|
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 |
|
|
SG::ReadHandleKey< xAOD::TrackMeasurementValidationContainer > | m_inputMeasurementsKey {this, "Measurements", ""} |
|
SG::ReadHandleKey< xAOD::StripClusterContainer > | m_inputClustersKey {this, "Clusters", ""} |
|
SG::ReadHandleKey< InDetSimDataCollection > | m_SDOcontainer_key {this, "SDOs", ""} |
|
SG::ReadHandleKey< SiHitCollection > | m_siHitsKey {this, "SiHits", ""} |
|
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > | m_stripDetEleCollKey {this, "StripDetEleCollKey", "ITkStripDetectorElementCollection"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sdo_words {this, "SdoWords", "sdo_words"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sdo_depositsBarcode {this, "SdoDepositsBarcode", "sdo_depositsBarcode"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sdo_depositsEnergy {this, "SdoDepositsEnergy", "sdo_depositsEnergy"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_energyDeposit_decor_key {this, "SiHitEnergyDeposit", "sihit_energyDeposit"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_meanTime_decor_key {this, "SiHitMeanTime", "sihit_meanTime"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_barcode_decor_key {this, "SiHitBarcode", "sihit_barcode"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_pdgid_decor_key {this, "SiHitPdgId", "sihit_pdgid"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_startPosX_decor_key {this, "SiHitStartPosX", "sihit_startPosX"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_startPosY_decor_key {this, "SiHitStartPosY", "sihit_startPosY"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_startPosZ_decor_key {this, "SiHitStartPosZ", "sihit_startPosZ"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_endPosX_decor_key {this, "SiHitStopPosX", "sihit_endPosX"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_endPosY_decor_key {this, "SiHitStopPosY", "sihit_endPosY"} |
|
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > | m_sihit_endPosZ_decor_key {this, "SiHitStopPosZ", "sihit_endPosZ"} |
|
const SCT_ID * | m_StripHelper {nullptr} |
|
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 |
|
◆ StoreGateSvc_t
◆ StripClusterSiHitDecoratorAlg()
ActsTrk::StripClusterSiHitDecoratorAlg::StripClusterSiHitDecoratorAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~StripClusterSiHitDecoratorAlg()
virtual ActsTrk::StripClusterSiHitDecoratorAlg::~StripClusterSiHitDecoratorAlg |
( |
| ) |
|
|
virtualdefault |
◆ 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()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode ActsTrk::StripClusterSiHitDecoratorAlg::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 70 of file StripClusterSiHitDecoratorAlg.cxx.
123 for (
const SiHit& siHit: *siHits) {
124 if ( not siHit.isSCT() ) {
126 return StatusCode::FAILURE;
130 siHit.getLayerDisk(),
131 siHit.getPhiModule(),
132 siHit.getEtaModule(),
139 return StatusCode::FAILURE;
141 siHitsCollections[wafer_hash].push_back(&siHit);
148 stripElements->size());
151 const auto& allIdHashes = stripAccessor.allIdentifiers();
152 for (
const auto& hashId : allIdHashes) {
155 ATH_MSG_FATAL(
"Invalid strip detector element for hash " << hashId);
156 return StatusCode::FAILURE;
159 auto [startRange, stopRange] = stripAccessor.rangesForIdentifierDirect(hashId).front();
160 const std::vector< const SiHit* >& siHitsWithCurrentHash = siHitsCollections.at(hashId);
162 for (
auto itr = startRange; itr != stopRange; ++itr) {
171 startPosX, startPosY, startPosZ,
175 decor_sdo_words(*measurement) = std::move(word);
176 decor_sdo_depositsBarcode(*measurement) = std::move(depositsBarcode);
177 decor_sdo_depositsEnergy(*measurement) = std::move(depositsEnergy);
180 decor_sihit_energyDeposit(*measurement) = std::move(
energyDeposit);
181 decor_sihit_meanTime(*measurement) = std::move(meanTime);
182 decor_sihit_barcode(*measurement) = std::move(
barcode);
183 decor_sihit_pdgid(*measurement) = std::move(pdgid);
185 decor_sihit_startPosX(*measurement) = std::move(startPosX);
186 decor_sihit_startPosY(*measurement) = std::move(startPosY);
187 decor_sihit_startPosZ(*measurement) = std::move(startPosZ);
189 decor_sihit_endPosX(*measurement) = std::move(endPosX);
190 decor_sihit_endPosY(*measurement) = std::move(endPosY);
191 decor_sihit_endPosZ(*measurement) = std::move(endPosZ);
195 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()
◆ findAllHitsCompatibleWithCluster()
Definition at line 199 of file StripClusterSiHitDecoratorAlg.cxx.
203 std::vector<SiHit> matchingHits {};
204 std::vector<const SiHit*> multiMatchingHits {};
206 for (
const SiHit* siHit: siHits) {
209 HepGeom::Point3D<double> averagePosition = 0.5 * (siHit->localStartPosition() + siHit->localEndPosition());
213 for (
const auto& hitIdentifier:
cluster.rdoList()) {
217 multiMatchingHits.push_back(siHit);
226 for ( ; siHitIter != multiMatchingHits.end(); ++siHitIter) {
227 const SiHit* lowestXPos = *siHitIter;
228 const SiHit* highestXPos = *siHitIter;
231 std::vector<const SiHit* > ajoiningHits;
232 ajoiningHits.push_back( *siHitIter );
234 siHitIter2 = siHitIter + 1;
235 while ( siHitIter2 != multiMatchingHits.end() ) {
238 (*siHitIter2)->particleLink()) ) {
244 if (std::abs((highestXPos->
localEndPosition().x()-(*siHitIter2)->localStartPosition().x()))<0.00005 &&
245 std::abs((highestXPos->
localEndPosition().y()-(*siHitIter2)->localStartPosition().y()))<0.00005 &&
246 std::abs((highestXPos->
localEndPosition().z()-(*siHitIter2)->localStartPosition().z()))<0.00005 ) {
247 highestXPos = *siHitIter2;
248 ajoiningHits.push_back( *siHitIter2 );
251 siHitIter2 = multiMatchingHits.erase( siHitIter2 );
252 }
else if (std::abs((lowestXPos->
localStartPosition().x()-(*siHitIter2)->localEndPosition().x()))<0.00005 &&
253 std::abs((lowestXPos->
localStartPosition().y()-(*siHitIter2)->localEndPosition().y()))<0.00005 &&
254 std::abs((lowestXPos->
localStartPosition().z()-(*siHitIter2)->localEndPosition().z()))<0.00005) {
255 lowestXPos = *siHitIter2;
256 ajoiningHits.push_back( *siHitIter2 );
259 siHitIter2 = multiMatchingHits.erase( siHitIter2 );
265 if ( ajoiningHits.empty() ) {
268 }
else if ( ajoiningHits.size() == 1 ) {
270 matchingHits.push_back( *ajoiningHits[0] );
274 ATH_MSG_DEBUG(
"Merging " << ajoiningHits.size() <<
" SiHits together." );
276 float energyDep {0.f};
278 for(
const auto& siHit : ajoiningHits ){
279 energyDep += siHit->energyLoss();
280 time += siHit->meanTime();
282 time /= ajoiningHits.size();
290 (*siHitIter)->getBarrelEndcap(),
291 (*siHitIter)->getLayerDisk(),
292 (*siHitIter)->getEtaModule(),
293 (*siHitIter)->getPhiModule(),
294 (*siHitIter)->getSide() );
296 ATH_MSG_DEBUG(
"Finished Merging " << ajoiningHits.size() <<
" SiHits together." );
◆ initialize()
StatusCode ActsTrk::StripClusterSiHitDecoratorAlg::initialize |
( |
| ) |
|
|
overridevirtual |
◆ 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_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_inputClustersKey
◆ m_inputMeasurementsKey
◆ m_sdo_depositsBarcode
◆ m_sdo_depositsEnergy
◆ m_sdo_words
◆ m_SDOcontainer_key
◆ m_sihit_barcode_decor_key
◆ m_sihit_endPosX_decor_key
◆ m_sihit_endPosY_decor_key
◆ m_sihit_endPosZ_decor_key
◆ m_sihit_energyDeposit_decor_key
◆ m_sihit_meanTime_decor_key
◆ m_sihit_pdgid_decor_key
◆ m_sihit_startPosX_decor_key
◆ m_sihit_startPosY_decor_key
◆ m_sihit_startPosZ_decor_key
◆ m_siHitsKey
◆ m_stripDetEleCollKey
◆ m_StripHelper
const SCT_ID* ActsTrk::StripClusterSiHitDecoratorAlg::m_StripHelper {nullptr} |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
JetConstituentVector::iterator iterator
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_stripDetEleCollKey
SiCellId cellIdOfPosition(const Amg::Vector2D &localPos) const
As in previous method but returns SiCellId.
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_startPosX_decor_key
HepGeom::Point3D< double > localEndPosition() const
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_startPosY_decor_key
const_pointer_type cptr()
Dereference the pointer.
std::tuple< std::vector< float >, std::vector< float >, std::vector< int >, std::vector< int >, std::vector< float >, std::vector< float >, std::vector< float >, std::vector< float >, std::vector< float >, std::vector< float > > getSiHitInformation(const InDetDD::SiDetectorElement &element, const std::vector< SiHit > &matchingHits)
Eigen::Matrix< double, 2, 1 > Vector2D
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
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)
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_energyDeposit_decor_key
SG::ReadHandleKey< xAOD::StripClusterContainer > m_inputClustersKey
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::tuple< std::vector< int >, std::vector< std::vector< int > >, std::vector< std::vector< float > > > getSDOInformation(const std::vector< Identifier > &rdoList, const InDetSimDataCollection &sdoCollection)
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sdo_words
int phiIndex() const
Get phi index. Equivalent to strip().
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_meanTime_decor_key
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_endPosY_decor_key
const std::string & key() const
Return the StoreGate ID for the referenced object.
std::vector< SiHit > findAllHitsCompatibleWithCluster(const xAOD::StripCluster &cluster, const InDetDD::SiDetectorElement &element, const std::vector< const SiHit * > &sihits) const
bool is_same_particle(const T1 &p1, const T2 &p2)
Method to establish if two particles in the GenEvent actually represent the same particle.
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_endPosZ_decor_key
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.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Class describing a TrackMeasurementValidation.
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sdo_depositsBarcode
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_pdgid_decor_key
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sdo_depositsEnergy
IdentifierHash wafer_hash(const Identifier &wafer_id) const
wafer hash from id - optimized
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_barcode_decor_key
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
Amg::Vector2D hitLocalToLocal(double xEta, double xPhi) const
Simulation/Hit local frame to reconstruction local frame.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::ReadHandleKey< xAOD::TrackMeasurementValidationContainer > m_inputMeasurementsKey
size_type wafer_hash_max(void) const
uint64_t identifier() const
StatusCode initialize(bool used=true)
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_endPosX_decor_key
def time(flags, cells_name, *args, **kw)
#define ATH_MSG_WARNING(x)
int strip(const Identifier &id) const
SG::WriteDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_sihit_startPosZ_decor_key
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
SG::ReadHandleKey< SiHitCollection > m_siHitsKey
SG::ReadHandleKey< InDetSimDataCollection > m_SDOcontainer_key
const T * at(size_type n) const
Access an element, as an rvalue.
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
const SCT_ID * m_StripHelper
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
const SiDetectorElement * getDetectorElement(const IdentifierHash &hash) const
HepGeom::Point3D< double > localStartPosition() const
const_pointer_type cptr()