|
ATLAS Offline Software
|
#include <TRT_StrawStatus.h>
|
| TRT_StrawStatus (const std::string &name, ISvcLocator *pSvcLocator) |
| Standard Athena-Algorithm Constructor. More...
|
|
| ~TRT_StrawStatus () |
| Default Destructor. More...
|
|
StatusCode | initialize () |
| standard Athena-Algorithm method More...
|
|
StatusCode | execute () |
| standard Athena-Algorithm method More...
|
|
StatusCode | finalize () |
| standard Athena-Algorithm method More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
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 |
|
|
void | clear () |
|
void | reportResults () |
|
void | printDetailedInformation () |
|
void | myStrawIndex (Identifier id, int *index) |
| function that returns straw index (in range 0-5481; 0-1641 for barrel, the rest for endcap) same convention as for TRT_monitoring (copied from there) More...
|
|
int | barrelStrawNumber (int strawNumber, int strawlayerNumber, int LayerNumber) |
|
int | endcapStrawNumber (int strawNumber, int strawLayerNumber, int LayerNumber) |
|
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...
|
|
|
ServiceHandle< ITRT_HWMappingSvc > | m_mapSvc {this,"HWMapSvc","TRT_HWMappingSvc","" } |
|
ServiceHandle< ITRT_DCS_ConditionsSvc > | m_DCSSvc {this,"InDetTRT_DCS_ConditionsSvc","TRT_DCS_ConditionsSvc","" } |
|
ServiceHandle< ITRT_StrawNeighbourSvc > | m_TRTStrawNeighbourSvc {this,"TRT_StrawNeighbourSvc","TRT_StrawNeighbourSvc","retrieve barrel and end-cap straw number later on, as well as DTMROC" } |
|
ToolHandle< ITRT_StrawStatusSummaryTool > | m_TRTStrawStatusSummaryTool {this, "TRT_StrawStatusSummaryTool", "ITRT_StrawStatusSummaryTool", ""} |
|
ToolHandle< Trk::ITrackHoleSearchTool > | m_trt_hole_finder {this, "trt_hole_finder", "Trk::ITrackHoleSearchTool", ""} |
|
PublicToolHandle< Trk::IUpdator > | m_updator {this, "KalmanUpdator", "Trk::KalmanUpdator/TrkKalmanUpdator",""} |
|
Gaudi::Property< double > | m_locR_cut {this, "locR_cut", 1.4, ""} |
|
Gaudi::Property< int > | m_skipBusyEvents {this, "skipBusyEvents", 0, ""} |
|
Gaudi::Property< int > | m_printDetailedInformation {this, "printDetailedInformation", 0, ""} |
|
Gaudi::Property< std::string > | m_fileName {this, "outputFileName", "TRT_StrawStatusOutput", ""} |
|
SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this,"EventInfoKey","EventInfo","RHK to retrieve xAOD::EventInfo"} |
|
SG::ReadHandleKey< TRT_RDO_Container > | m_rdoContainerKey {this,"RDO_ContainerKey","TRT_RDOs","RHK to retrieve TRT RDO's"} |
|
SG::ReadHandleKey< DataVector< Trk::Track > > | m_tracksName {this,"tracksCollectionKey","CombinedInDetTracks","RHK to retrieve CombinedInDetTracks"} |
|
SG::ReadHandleKey< xAOD::VertexContainer > | m_vxContainerKey {this,"VxContainerKey","PrimaryVertices","RHK to retrieve VX Primary candidates"} |
|
int | m_nEvents |
| returns index of hardware units: board, chip, pad private fix for now, will call TRTStrawNeighbourSvc when available number boards 0-9 barrel, 0-19 endcap (first 12 on A wheels, ordering from smaller to larger |z|) number chips 0-103 barrel, 0-239 endcap number pads: chips x 2 More...
|
|
int | m_runNumber |
|
ACCHITS_t * | m_accumulateHits |
|
const TRT_ID * | m_TRTHelper |
|
std::atomic< int > | m_printStatusCount {0} |
|
DataObjIDColl | m_extendedExtraObjects |
|
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 |
|
This algorithm finds dead or hot TRT straws / chips / boards based on
occupancy and hits on track. To be used in calibration stream (to mask off dead regions before processing)
- Author
- Sasa Fratina sasa..nosp@m.frat.nosp@m.ina@c.nosp@m.ern..nosp@m.ch
Definition at line 56 of file TRT_StrawStatus.h.
◆ ACCHITS_t
accumulate hits, last index: 0 - all hits, 1 - hits on track, 2 - all HT (TR) hits, 3 - HT (TR) hits on track
Definition at line 113 of file TRT_StrawStatus.h.
◆ StoreGateSvc_t
◆ TRT_StrawStatus()
InDet::TRT_StrawStatus::TRT_StrawStatus |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~TRT_StrawStatus()
InDet::TRT_StrawStatus::~TRT_StrawStatus |
( |
| ) |
|
◆ barrelStrawNumber()
int InDet::TRT_StrawStatus::barrelStrawNumber |
( |
int |
strawNumber, |
|
|
int |
strawlayerNumber, |
|
|
int |
LayerNumber |
|
) |
| |
|
private |
◆ clear()
void InDet::TRT_StrawStatus::clear |
( |
| ) |
|
|
private |
◆ 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);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ 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.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ 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.
338 return PBASE::declareProperty(
name, property,
doc);
◆ 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()
◆ endcapStrawNumber()
int InDet::TRT_StrawStatus::endcapStrawNumber |
( |
int |
strawNumber, |
|
|
int |
strawLayerNumber, |
|
|
int |
LayerNumber |
|
) |
| |
|
private |
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode InDet::TRT_StrawStatus::execute |
( |
| ) |
|
standard Athena-Algorithm method
Definition at line 90 of file TRT_StrawStatus.cxx.
94 if (not eventInfo.isValid()) {
96 return StatusCode::FAILURE;
103 int lumiBlock0 =eventInfo->lumiBlock();
106 if (not rdoContainer.isValid()) {
108 return StatusCode::FAILURE;
111 if (not trkCollection.isValid()) {
113 return StatusCode::FAILURE;
119 if (not vertices.isValid()) {
120 ATH_MSG_DEBUG (
"Couldn't retrieve VertexContainer with key: PrimaryVertices");
121 return StatusCode::SUCCESS;
124 int countVertices(0);
127 if ( vx-> nTrackParticles() >= 3) countVertices++;
130 if (countVertices < 1) {
131 ATH_MSG_INFO(
"no vertices with at least 3 tracks found" );
132 return StatusCode::SUCCESS;
136 int countRDOhitsInEvent(0);
139 if (not TRTCollection)
continue;
141 countRDOhitsInEvent++;
144 if (countRDOhitsInEvent>100000) {
145 ATH_MSG_INFO(
"N RDO hits in event greater than 100000: " << countRDOhitsInEvent <<
", exiting" );
149 if (trkCollection->size() > 10) {
150 ATH_MSG_INFO(
"N tracks greater than 10: " << trkCollection->size() <<
", exiting" );
159 std::vector<Identifier> holeIdentifiers;
160 std::vector<Identifier> holeIdentifiersWithHits;
164 const Trk::Perigee* perigee = (*trackIt)->perigeeParameters();
165 if ( not perigee ) {
ATH_MSG_ERROR(
"Trk::Perigee missing" );
continue; }
166 if ( std::abs(perigee->pT())/
CLHEP::GeV < 1. )
continue;
169 if ( not trackStates ) {
ATH_MSG_ERROR(
"Trk::TrackStateOnSurface empty" );
continue; }
171 int n_pixel_hits(0), n_sct_hits(0), n_trt_hits(0);
173 if ( *trackStatesIt ==
nullptr ) {
ATH_MSG_ERROR(
"*trackStatesIt == 0" );
continue; }
181 if (n_pixel_hits<2 || n_sct_hits < 6 || n_trt_hits<15)
continue;
189 if ( *trackStatesIt ==
nullptr ) {
ATH_MSG_ERROR(
"*trackStatesIt == 0" );
continue; }
194 if ( not driftCircleOnTrack )
continue;
202 double unbiased_locR = unbiased_track_parameters->parameters()[
Trk::locR];
203 if ( std::abs(unbiased_locR) >
m_locR_cut )
continue;
218 if (
holes==
nullptr )
continue;
224 if (!track_parameters) {
ATH_MSG_WARNING(
"m_trt_hole_finder track_parameters missing" );
continue; }
232 holeIdentifiers.push_back(
id );
243 if (TRTCollection==
nullptr)
continue;
250 if (
std::find(holeIdentifiers.begin(), holeIdentifiers.end(),
id) != holeIdentifiers.end())
251 holeIdentifiersWithHits.push_back(
id );
259 for (
unsigned int i=0;
i<holeIdentifiers.size();
i++) {
267 if (
std::find(holeIdentifiersWithHits.begin(), holeIdentifiersWithHits.end(),
id) != holeIdentifiersWithHits.end())
◆ 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()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ finalize()
StatusCode InDet::TRT_StrawStatus::finalize |
( |
| ) |
|
standard Athena-Algorithm method
Definition at line 80 of file TRT_StrawStatus.cxx.
85 return StatusCode::SUCCESS;
◆ initialize()
StatusCode InDet::TRT_StrawStatus::initialize |
( |
| ) |
|
standard Athena-Algorithm method
Definition at line 55 of file TRT_StrawStatus.cxx.
75 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.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ myStrawIndex()
void InDet::TRT_StrawStatus::myStrawIndex |
( |
Identifier |
id, |
|
|
int * |
index |
|
) |
| |
|
private |
function that returns straw index (in range 0-5481; 0-1641 for barrel, the rest for endcap) same convention as for TRT_monitoring (copied from there)
Definition at line 334 of file TRT_StrawStatus.cxx.
341 const int numberOfStraws[74] = { 0, 15, 31, 47, 63, 79, 96, 113, 130, 147, 164, 182, 200, 218, 236, 254, 273, 292, 311, 329,
342 348, 368, 388, 408, 428, 448, 469, 490, 511, 532, 553, 575, 597, 619, 641, 663, 686, 709, 732, 755, 778, 802, 826, 849,
343 872, 896, 920, 944, 968, 993, 1018, 1043, 1068, 1093, 1119, 1145, 1171, 1197, 1223, 1250, 1277, 1304, 1331, 1358, 1386, 1414, 1442, 1470, 1498, 1527, 1556, 1585, 1614, 1642 };
346 if (layerNumber==1) strawLayerNumber+= 19;
347 else if (layerNumber==2) strawLayerNumber+= 43;
348 straw = ( numberOfStraws[strawLayerNumber+1] - strawNumber -1 );
350 int board = layerNumber;
351 if (board<6) { board *= 2;
if (strawLayerNumber>7) board++; }
353 straw = board * 192 + strawNumber * 8 + strawLayerNumber % 8 ;
357 index[1] = layerNumber;
359 index[3] = strawLayerNumber;
360 index[4] = strawNumber;
◆ 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.
◆ printDetailedInformation()
void InDet::TRT_StrawStatus::printDetailedInformation |
( |
| ) |
|
|
private |
Definition at line 304 of file TRT_StrawStatus.cxx.
305 ATH_MSG_INFO(
"InDet::TRT_StrawStatus::printDetailedInformation() " );
318 ATH_MSG_INFO(
"if the code crashes on the next line, there is a problem with m_TRTStrawStatusSummarySvc not being loaded " );
319 ATH_MSG_INFO(
"in that case, running with reco turned on normally solves the problem, know of no better solution at the moment" );
320 ATH_MSG_INFO(
"if you do not need the detailed print information, you can also just set printDetailedInformation to 0 to avoid this crash" );
326 for (
int j=0; j<6; j++) fprintf(
f,
"%d ",
index[j]);
327 fprintf(
f,
"%d %d %d %d %d\n", chip, HVpad,
status, statusTemporary, statusPermanent);
◆ renounce()
◆ renounceArray()
◆ reportResults()
void InDet::TRT_StrawStatus::reportResults |
( |
| ) |
|
|
private |
Definition at line 287 of file TRT_StrawStatus.cxx.
292 fprintf(
f,
"%d %d %d %d %d %d %d %d %d \n", 0, 0, 0, 0, 0, 0, 0, 0,
m_nEvents);
293 for (
size_t i=0;
i<2;
i++)
for (
size_t j=0; j<32; j++)
for (
size_t k=0;
k<
nAllStraws;
k++) {
294 int side = (
i>0)?-1:1;
295 if (
k>=1642)
side *= 2;
296 fprintf(
f,
"%d %zu %zu",
side, j,
k);
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ 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_accumulateHits
ACCHITS_t* InDet::TRT_StrawStatus::m_accumulateHits |
|
private |
◆ m_DCSSvc
◆ m_detStore
◆ m_eventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_fileName
Gaudi::Property<std::string> InDet::TRT_StrawStatus::m_fileName {this, "outputFileName", "TRT_StrawStatusOutput", ""} |
|
private |
◆ m_locR_cut
Gaudi::Property<double> InDet::TRT_StrawStatus::m_locR_cut {this, "locR_cut", 1.4, ""} |
|
private |
◆ m_mapSvc
◆ m_nEvents
int InDet::TRT_StrawStatus::m_nEvents |
|
private |
returns index of hardware units: board, chip, pad private fix for now, will call TRTStrawNeighbourSvc when available number boards 0-9 barrel, 0-19 endcap (first 12 on A wheels, ordering from smaller to larger |z|) number chips 0-103 barrel, 0-239 endcap number pads: chips x 2
Definition at line 109 of file TRT_StrawStatus.h.
◆ m_printDetailedInformation
Gaudi::Property<int> InDet::TRT_StrawStatus::m_printDetailedInformation {this, "printDetailedInformation", 0, ""} |
|
private |
◆ m_printStatusCount
std::atomic<int> InDet::TRT_StrawStatus::m_printStatusCount {0} |
|
mutableprivate |
◆ m_rdoContainerKey
◆ m_runNumber
int InDet::TRT_StrawStatus::m_runNumber |
|
private |
◆ m_skipBusyEvents
Gaudi::Property<int> InDet::TRT_StrawStatus::m_skipBusyEvents {this, "skipBusyEvents", 0, ""} |
|
private |
◆ m_tracksName
◆ m_trt_hole_finder
◆ m_TRTHelper
◆ m_TRTStrawNeighbourSvc
◆ m_TRTStrawStatusSummaryTool
◆ m_updator
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vxContainerKey
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
SG::ReadHandleKey< TRT_RDO_Container > m_rdoContainerKey
const TrackParameters * trackParameters() const
return ptr to trackparameters const overload
Const iterator class for DataVector/DataList.
std::array< std::array< std::array< std::array< int, 6 >, 5482 >, 32 >, 2 > ACCHITS_t
accumulate hits, last index: 0 - all hits, 1 - hits on track, 2 - all HT (TR) hits,...
int straw_max(const Identifier &id) const
ServiceHandle< ITRT_DCS_ConditionsSvc > m_DCSSvc
ServiceHandle< ITRT_HWMappingSvc > m_mapSvc
std::string find(const std::string &s)
return a remapped string
virtual const Surface & associatedSurface() const override=0
Access to the Surface associated to the Parameters.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Identifier associatedDetectorElementIdentifier() const
return Identifier of the associated Detector Element
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool msgLvl(const MSG::Level lvl) const
const MeasurementBase * measurementOnTrack() const
returns MeasurementBase const overload
bool is_trt(Identifier id) const
Gaudi::Property< std::string > m_fileName
ACCHITS_t * m_accumulateHits
const_id_iterator straw_layer_end(void) const
ToolHandle< ITRT_StrawStatusSummaryTool > m_TRTStrawStatusSummaryTool
int m_nEvents
returns index of hardware units: board, chip, pad private fix for now, will call TRTStrawNeighbourSvc...
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
int straw(const Identifier &id) const
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
@ Hole
A hole on the track - this is defined in the following way.
::StatusCode StatusCode
StatusCode definition for legacy code.
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.
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
int straw_layer(const Identifier &id) const
void myStrawIndex(Identifier id, int *index)
function that returns straw index (in range 0-5481; 0-1641 for barrel, the rest for endcap) same conv...
int layer_or_wheel(const Identifier &id) const
const Amg::MatrixX & localCovariance() const
Interface method to get the localError.
SG::ReadHandleKey< xAOD::VertexContainer > m_vxContainerKey
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::ReadHandleKey< DataVector< Trk::Track > > m_tracksName
represents the track state (measurement, material, fit parameters and quality) at a surface.
PublicToolHandle< Trk::IUpdator > m_updator
int phi_module(const Identifier &id) const
const TRT_ID * m_TRTHelper
Gaudi::Property< int > m_skipBusyEvents
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
DataObjIDColl m_extendedExtraObjects
Class describing a Vertex.
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
AthAlgorithm()
Default constructor:
ServiceHandle< ITRT_StrawNeighbourSvc > m_TRTStrawNeighbourSvc
Gaudi::Property< int > m_printDetailedInformation
const_id_iterator straw_layer_begin(void) const
Iterators over full set of straw_layer ids. Straw_layer ids are sorted.
ToolHandle< Trk::ITrackHoleSearchTool > m_trt_hole_finder
Gaudi::Property< double > m_locR_cut
std::atomic< int > m_printStatusCount
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
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:
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
void printDetailedInformation()