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

#include <InDetPhysHitDecoratorAlg.h>

Inheritance diagram for InDetPhysHitDecoratorAlg:
Collaboration diagram for InDetPhysHitDecoratorAlg:

Public Types

enum  Subdetector {
  INVALID_DETECTOR =-1, L0PIXBARR, PIXEL, SCT,
  TRT, N_SUBDETECTORS
}
 
enum  Region { INVALID_REGION =-1, BARREL, ENDCAP }
 

Public Member Functions

 InDetPhysHitDecoratorAlg (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual ~InDetPhysHitDecoratorAlg ()
 
virtual StatusCode initialize () override
 
virtual StatusCode finalize () 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

enum  EIntDecorations {
  kDecorRegion, kDecorDet, kDecorILayer, kDecorType,
  kDecorPhiWidth, kDecorEtaWidth, kNIntDecorators
}
 
enum  EUInt64Decorations { kDecorID, kNUInt64Decorators }
 
enum  EDecorations {
  kDecorResidualLocX, kDecorPullLocX, kDecorMeasLocX, kDecorTrkParamLocX,
  kDecorMeasLocCovX, kDecorResidualLocY, kDecorPullLocY, kDecorMeasLocY,
  kDecorTrkParamLocY, kDecorMeasLocCovY, kDecorAngle, kDecorEtaLoc,
  kNFloatDecorators
}
 
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

bool decorateTrack (const xAOD::TrackParticle &particle, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< float > > > &float_decor, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< int > > > &int_decor, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< uint64_t > > > &uint64_decor) const
 
bool decideDetectorRegion (const Identifier &id, Subdetector &det, Region &r, int &layer) const
 
const Trk::TrackParametersgetUnbiasedTrackParameters (const Trk::TrackParameters *trkParameters, const Trk::MeasurementBase *measurement, bool &isUnbiased) 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

ToolHandle< Trk::ITrackHoleSearchToolm_holeSearchTool
 
ToolHandle< Trk::IUpdatorm_updatorHandle
 
ToolHandle< Trk::IResidualPullCalculatorm_residualPullCalculator
 
ToolHandle< ISiLorentzAngleToolm_lorentzAngleTool {this, "LorentzAngleTool", "SiLorentzAngleTool", "Tool to retrieve Lorentz angle"}
 
SG::ReadHandleKey< xAOD::TrackParticleContainerm_trkParticleName {this,"TrackParticleContainerName", "InDetTrackParticles",""}
 
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_intDecor
 
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_uint64Decor
 
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_floatDecor
 
Gaudi::Property< std::string > m_prefix {this, "Prefix", "", "Decoration prefix to avoid clashes."}
 
std::atomic< bool > m_alreadyWarned {false}
 
const AtlasDetectorIDm_idHelper
 
const PixelIDm_pixelID
 
const SCT_IDm_sctID
 
const TRT_IDm_trtID
 
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

Definition at line 36 of file InDetPhysHitDecoratorAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ EDecorations

Enumerator
kDecorResidualLocX 
kDecorPullLocX 
kDecorMeasLocX 
kDecorTrkParamLocX 
kDecorMeasLocCovX 
kDecorResidualLocY 
kDecorPullLocY 
kDecorMeasLocY 
kDecorTrkParamLocY 
kDecorMeasLocCovY 
kDecorAngle 
kDecorEtaLoc 
kNFloatDecorators 

Definition at line 79 of file InDetPhysHitDecoratorAlg.h.

◆ EIntDecorations

Enumerator
kDecorRegion 
kDecorDet 
kDecorILayer 
kDecorType 
kDecorPhiWidth 
kDecorEtaWidth 
kNIntDecorators 

Definition at line 66 of file InDetPhysHitDecoratorAlg.h.

66  {
68  kDecorDet,
70  kDecorType,
74  };

◆ EUInt64Decorations

Enumerator
kDecorID 
kNUInt64Decorators 

Definition at line 75 of file InDetPhysHitDecoratorAlg.h.

75  {
76  kDecorID,
78  };

◆ Region

Enumerator
INVALID_REGION 
BARREL 
ENDCAP 

Definition at line 43 of file InDetPhysHitDecoratorAlg.h.

43  {
45  };

◆ Subdetector

Enumerator
INVALID_DETECTOR 
L0PIXBARR 
PIXEL 
SCT 
TRT 
N_SUBDETECTORS 

Definition at line 40 of file InDetPhysHitDecoratorAlg.h.

40  {
42  };

Constructor & Destructor Documentation

◆ InDetPhysHitDecoratorAlg()

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

Definition at line 30 of file InDetPhysHitDecoratorAlg.cxx.

30  :
31  AthReentrantAlgorithm(name,pSvcLocator),
32  m_holeSearchTool("InDet::InDetTrackHoleSearchTool"),
33  m_updatorHandle("Trk::KalmanUpdator/TrkKalmanUpdator"),
34  m_residualPullCalculator("Trk::ResidualPullCalculator/ResidualPullCalculator"),
35  m_idHelper(nullptr),
36  m_pixelID(nullptr),
37  m_sctID(nullptr),
38  m_trtID(nullptr) {
39  declareProperty("InDetTrackHoleSearchTool", m_holeSearchTool);
40  declareProperty("Updator", m_updatorHandle);
41  declareProperty("ResidualPullCalculator", m_residualPullCalculator);
42 }

◆ ~InDetPhysHitDecoratorAlg()

InDetPhysHitDecoratorAlg::~InDetPhysHitDecoratorAlg ( )
virtual

Definition at line 44 of file InDetPhysHitDecoratorAlg.cxx.

44  {
45 }

Member Function Documentation

◆ 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 }

◆ decideDetectorRegion()

bool InDetPhysHitDecoratorAlg::decideDetectorRegion ( const Identifier id,
Subdetector det,
Region r,
int &  layer 
) const
private

Definition at line 462 of file InDetPhysHitDecoratorAlg.cxx.

463  {
464  bool success(false);
465  const int pixelSctBarrelIndex(0);
466  const int trtBarrelIndex(1);
467 
469  region = INVALID_REGION;
470 
471  if (m_idHelper->is_pixel(id)) {
472  detector = PIXEL;
473  region = (m_pixelID->barrel_ec(id) == pixelSctBarrelIndex) ? (BARREL) : (ENDCAP);
474  layer = m_pixelID->layer_disk(id);
475  if (BARREL == region and layer == 0) {
477  }
478  }
479  else if (m_idHelper->is_sct(id)) {
480  detector = SCT;
481  region = (m_sctID->barrel_ec(id) == pixelSctBarrelIndex) ? (BARREL) : (ENDCAP);
482  layer = m_sctID->layer_disk(id);
483  }
484  else if (m_idHelper->is_trt(id)) {
485  detector = TRT;
486  region = (std::abs(m_trtID->barrel_ec(id)) == trtBarrelIndex) ? (BARREL) : (ENDCAP);
488  }
489  success = (detector != INVALID_DETECTOR) and (region != INVALID_REGION);
490 
491  return success;
492 }

◆ 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  }

◆ decorateTrack()

bool InDetPhysHitDecoratorAlg::decorateTrack ( const xAOD::TrackParticle particle,
std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< float > > > &  float_decor,
std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< int > > > &  int_decor,
std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< uint64_t > > > &  uint64_decor 
) const
private

Definition at line 142 of file InDetPhysHitDecoratorAlg.cxx.

146 {
147  int trackNumber(0);
148 
149  using SingleResult_t = std::tuple<int, int, int, // detector, region, layer index,
150  float, float, // residual local position X, pull local position X
151  float, float, // residual local position Y, pull local position Y
152  int, int, int, // cluster dimensions in phi and eta directions, measurement type
153  float, float, // measurement local position X, measurement local position Y
154  float, float,// track parameter local X, track parameter local Y
155  float, float, // track angle in local module frame and associated eta
156  float, float, uint64_t>; // measurement covariance local X, measurement covariance local Y, surface identifier
157  using TrackResult_t = std::vector<SingleResult_t>;
158  const float invalidFloat(-1.);
159  const int invalidInteger(-1);
160  const uint64_t invalidID(0);
161  const SingleResult_t invalidResult = std::make_tuple(invalidInteger, invalidInteger, invalidInteger,
163  invalidInteger, invalidInteger, invalidInteger,
166  invalidID);
167  bool isUnbiased(true);
168  // get element link to the original track
169  const ElementLink< TrackCollection >& trackLink = particle.trackLink();
170  if (trackLink.isValid()) {
171  ATH_MSG_VERBOSE("Track link found ");
172  std::unique_ptr<const Trk::Track> trackWithHoles(m_holeSearchTool->getTrackWithHoles(**trackLink));
173  const auto& allTrackStates = *(trackWithHoles->trackStateOnSurfaces());
174  const int numberOfHits(allTrackStates.size());
175  unsigned int trackParametersCounter(numberOfHits);
176  TrackResult_t result;
177  result.reserve(numberOfHits);
178  if (!m_updatorHandle.empty()) {
179  isUnbiased = true;
180  } else {
181  ATH_MSG_WARNING("The updater handle is empty, now using biased estimators");
182  isUnbiased = false;
183  }
184  ATH_MSG_DEBUG("Num. track states in track " << ++trackNumber << ": " << allTrackStates.size());
185 
186  for (const auto *const thisTrackState: allTrackStates) {
187  // Copy logic from InDetRttPerformance to get hits/outliers/holes
188  // Variable specifying measurement type filled
189  SingleResult_t thisResult(invalidResult);
190  if (not thisTrackState) { // is this check needed?
191  msg(MSG::ERROR) << "TSOS is NULL" << (thisTrackState) << endmsg;
192  continue;
193  }
194  Identifier surfaceID;
195  const Trk::MeasurementBase* mesb = (thisTrackState)->measurementOnTrack();
196  const Trk::RIO_OnTrack* hit = mesb ? dynamic_cast<const Trk::RIO_OnTrack*>(mesb) : nullptr;
197  if (mesb && !hit) {
198  continue; // skip pseudomeasurements
199  }
200  // Get surfaceID, different for measuremnt hits & outliers, and holes
201  if (mesb && mesb->associatedSurface().associatedDetectorElement()) {
202  surfaceID = mesb->associatedSurface().associatedDetectorElement()->identify();
203  } // Holes
204  else {
205  if (not (thisTrackState)->trackParameters()) {
206  msg(MSG::INFO) << "TSOS surface is NULL" << endmsg;
207  continue;
208  }
209  surfaceID = (thisTrackState)->trackParameters()->associatedSurface().associatedDetectorElementIdentifier();
210  }
211  bool isMesb = (thisTrackState)->type(Trk::TrackStateOnSurface::Measurement);
212  bool isOutl = (thisTrackState)->type(Trk::TrackStateOnSurface::Outlier);
213  bool isHole = (thisTrackState)->type(Trk::TrackStateOnSurface::Hole);
214 
215  int measureType = -1;
216  if (isMesb) {
217  measureType = 0;
218  }
219  if (isOutl) {
220  measureType = 1;
221  }
222  if (isHole) {
223  measureType = 2;
224  }
225 
226  bool anyHit = isMesb || isOutl || isHole;
227  if (!anyHit) {
228  continue;
229  }
232  int iLayer(invalidInteger);
233  const bool successfulIdentification = decideDetectorRegion(surfaceID, det, r, iLayer);
234  if (not successfulIdentification) {
235  ATH_MSG_DEBUG("Could not identify surface");
236  continue;
237  }
238  uint64_t Surface_ID = surfaceID.get_compact();
239  // defining invalid values, they will be filled when and where needed
240  float residualLocX(invalidFloat), pullLocX(invalidFloat);
241  float residualLocY(invalidFloat), pullLocY(invalidFloat);
242  float measurementLocX(invalidFloat), trackParamLocX(invalidFloat), measurementLocCovX(invalidFloat);
243  float measurementLocY(invalidFloat), trackParamLocY(invalidFloat), measurementLocCovY(invalidFloat);
244  float angle(0.), etaloc(0.);
245  int phiWidth(invalidInteger), etaWidth(invalidInteger);
246  std::optional<Trk::ResidualPull> residualPull(std::nullopt);
247  const Trk::TrackParameters* biasedTrackParameters = thisTrackState->trackParameters();
248  if (biasedTrackParameters) {
249  ATH_MSG_VERBOSE("biased track parameters ok");
250  }
251  ATH_MSG_VERBOSE("checking mesb and track parameters");
252  if (mesb && biasedTrackParameters) {
253  ATH_MSG_DEBUG("mesb and biased track parameters are ok");
254  // for outliers, the measurement is not part of the fit, so track parameters are already unbiased
255  std::unique_ptr<const Trk::TrackParameters> cleanup_trackparam;
256  const Trk::TrackParameters* trackParameters =
258  biasedTrackParameters, mesb, isUnbiased) : biasedTrackParameters;
259 
260  if (trackParameters != biasedTrackParameters) {
261  cleanup_trackparam.reset(trackParameters);
262  }
263  if (not trackParameters) {
264  ATH_MSG_DEBUG("unbiased track parameters pointer is NULL");
265  }
266 
269 
270  residualPull= m_residualPullCalculator->residualPull(hit, trackParameters, resType);
271  ATH_MSG_VERBOSE("checking residual pull");
272  if (not residualPull) {
273  ATH_MSG_DEBUG("residualPull is NULL");
274  continue;
275  }
276 
277  ATH_MSG_DEBUG("residualPull is OK");
278 
279  residualLocX = 1000. * residualPull->residual()[Trk::loc1]; // residuals in microns
280  pullLocX = residualPull->pull()[Trk::loc1];
281  measurementLocX = hit->localParameters()[Trk::loc1];
282  trackParamLocX = trackParameters->parameters()[Trk::loc1];
283  measurementLocCovX = hit->localCovariance()(Trk::loc1,Trk::loc1);
284 
285  if (residualPull->dimension() > 1) {
286  residualLocY = 1000. * residualPull->residual()[Trk::loc2];
287  pullLocY = residualPull->pull()[Trk::loc2];
288  measurementLocY = hit->localParameters()[Trk::loc2];
289  trackParamLocY = trackParameters->parameters()[Trk::loc2];
290  measurementLocCovY = hit->localCovariance()(Trk::loc2,Trk::loc2);
291  }
292 
293  // Unbiased residuals
294  measureType = 4;
295 
296  if (hit && isUnbiased) {
297  // Cluster width determination
298  if ((det == L0PIXBARR)or(det == PIXEL) or(det == SCT)) {
299  const InDet::SiCluster* pCluster = dynamic_cast <const InDet::SiCluster*>(hit->prepRawData());
300  if (pCluster) {
301  InDet::SiWidth width = pCluster->width();
302  phiWidth = int(width.colRow().x());
303  etaWidth = int(width.colRow().y());
304 
305  // get candidate track angle in module local frame
306  Amg::Vector3D my_track = trackParameters->momentum();
307  const InDetDD::SiDetectorElement* element = pCluster->detectorElement();
308  Amg::Vector3D my_normal = element->normal();
309  Amg::Vector3D my_phiax = element->phiAxis();
310  Amg::Vector3D my_etaax = element->etaAxis();
311  float trkphicomp = my_track.dot(my_phiax);
312  float trketacomp = my_track.dot(my_etaax);
313  float trknormcomp = my_track.dot(my_normal);
314  double bowphi = atan2(trkphicomp,trknormcomp);
315  double boweta = atan2(trketacomp,trknormcomp);
316 
317  float tanl = m_lorentzAngleTool->getTanLorentzAngle(element->identifyHash(), Gaudi::Hive::currentContext());
318  int readoutside = element->design().readoutSide();
319 
320  // map the angles of inward-going tracks onto [-PI/2, PI/2]
321  if(bowphi > M_PI/2) bowphi -= M_PI;
322  if(bowphi < -M_PI/2) bowphi += M_PI;
323 
324  // finally, subtract the Lorentz angle effect
325  // the readoutside term is needed because of a bug in old
326  // geometry versions (CSC-01-* and CSC-02-*)
327  angle = atan(tan(bowphi)-readoutside*tanl);
328 
329  double thetaloc=-999.;
330  if(boweta > -0.5*M_PI && boweta < M_PI/2.) {
331  thetaloc = M_PI/2.-boweta;
332  } else if(boweta > M_PI/2. && boweta < M_PI) {
333  thetaloc = 1.5*M_PI-boweta;
334  } else { // 3rd quadrant
335  thetaloc = -0.5*M_PI-boweta;
336  }
337  etaloc = -1*log(tan(thetaloc/2.));
338  }
339  }
340  ATH_MSG_VERBOSE("hit and isUnbiased ok");
341  }
342  } else {
343  if (not mesb) {
344  ATH_MSG_VERBOSE("mesb not ok");
345  }
346  if (not biasedTrackParameters) {
347  ATH_MSG_VERBOSE("biasedTrackParameters were not found");
348  }
349  --trackParametersCounter;
350  }
351  thisResult = std::make_tuple(det, r, iLayer,
352  residualLocX, pullLocX, residualLocY, pullLocY,
353  phiWidth, etaWidth, measureType,
354  measurementLocX, measurementLocY,
355  trackParamLocX, trackParamLocY,
356  angle, etaloc,
357  measurementLocCovX, measurementLocCovY,
358  Surface_ID);
359  result.push_back(thisResult);
360  } // end of for loop*/
361  ATH_MSG_DEBUG( "Out of " << numberOfHits << " hits, " << trackParametersCounter
362  << " had track params, and " << result.size() << " had residuals.");
363  if (not result.empty()) {
364  const unsigned int arraySize = result.size();
365  std::vector<int> result_det;
366  result_det.reserve(arraySize);
367  std::vector<int> result_r;
368  result_r.reserve(arraySize);
369  std::vector<int> result_iLayer;
370  result_iLayer.reserve(arraySize);
371  std::vector<float> result_residualLocX;
372  result_residualLocX.reserve(arraySize);
373  std::vector<float> result_pullLocX;
374  result_pullLocX.reserve(arraySize);
375  std::vector<float> result_residualLocY;
376  result_residualLocY.reserve(arraySize);
377  std::vector<float> result_pullLocY;
378  result_pullLocY.reserve(arraySize);
379  std::vector<int> result_phiWidth;
380  result_phiWidth.reserve(arraySize);
381  std::vector<int> result_etaWidth;
382  result_etaWidth.reserve(arraySize);
383  std::vector<int> result_measureType;
384  result_measureType.reserve(arraySize);
385  std::vector<float> result_measurementLocX;
386  result_measurementLocX.reserve(arraySize);
387  std::vector<float> result_measurementLocY;
388  result_measurementLocY.reserve(arraySize);
389  std::vector<float> result_trackParamLocX;
390  result_trackParamLocX.reserve(arraySize);
391  std::vector<float> result_trackParamLocY;
392  result_trackParamLocY.reserve(arraySize);
393  std::vector<float> result_angle;
394  result_angle.reserve(arraySize);
395  std::vector<float> result_etaloc;
396  result_etaloc.reserve(arraySize);
397  std::vector<float> result_measurementLocCovX;
398  result_measurementLocCovX.reserve(arraySize);
399  std::vector<float> result_measurementLocCovY;
400  result_measurementLocCovY.reserve(arraySize);
401  std::vector<uint64_t> result_surfaceID;
402  result_surfaceID.reserve(arraySize);
403 
404  for (const SingleResult_t& single_result : result) {
405  result_det.push_back(std::get<0>(single_result));
406  result_r.push_back(std::get<1>(single_result));
407  result_iLayer.push_back(std::get<2>(single_result));
408  result_residualLocX.push_back(std::get<3>(single_result));
409  result_pullLocX.push_back(std::get<4>(single_result));
410  result_residualLocY.push_back(std::get<5>(single_result));
411  result_pullLocY.push_back(std::get<6>(single_result));
412  result_phiWidth.push_back(std::get<7>(single_result));
413  result_etaWidth.push_back(std::get<8>(single_result));
414  result_measureType.push_back(std::get<9>(single_result));
415  result_measurementLocX.push_back(std::get<10>(single_result));
416  result_measurementLocY.push_back(std::get<11>(single_result));
417  result_trackParamLocX.push_back(std::get<12>(single_result));
418  result_trackParamLocY.push_back(std::get<13>(single_result));
419  result_angle.push_back(std::get<14>(single_result));
420  result_etaloc.push_back(std::get<15>(single_result));
421  result_measurementLocCovX.push_back(std::get<16>(single_result));
422  result_measurementLocCovY.push_back(std::get<17>(single_result));
423  result_surfaceID.push_back(std::get<18>(single_result));
424  }
425 
426  int_decor[kDecorRegion](particle) = result_r;
427  int_decor[kDecorDet](particle) = result_det;
428  int_decor[kDecorILayer](particle) = result_iLayer;
429  int_decor[kDecorPhiWidth](particle) = result_phiWidth;
430  int_decor[kDecorEtaWidth](particle) = result_etaWidth;
431  int_decor[kDecorType](particle) = result_measureType;
432 
433  float_decor[kDecorResidualLocX](particle) = result_residualLocX;
434  float_decor[kDecorPullLocX](particle) = result_pullLocX;
435  float_decor[kDecorMeasLocX](particle) = result_measurementLocX;
436  float_decor[kDecorTrkParamLocX](particle) = result_trackParamLocX;
437  float_decor[kDecorMeasLocCovX](particle) = result_measurementLocCovX;
438 
439  float_decor[kDecorResidualLocY](particle) = result_residualLocY;
440  float_decor[kDecorPullLocY](particle) = result_pullLocY;
441  float_decor[kDecorMeasLocY](particle) = result_measurementLocY;
442  float_decor[kDecorTrkParamLocY](particle) = result_trackParamLocY;
443  float_decor[kDecorMeasLocCovY](particle) = result_measurementLocCovY;
444 
445  float_decor[kDecorAngle](particle) = result_angle;
446  float_decor[kDecorEtaLoc](particle) = result_etaloc;
447 
448  uint64_decor[kDecorID](particle) = result_surfaceID;
449 
450  return true;
451  } else {
452  // particle below pt threshold for decoration. Since this is not an error now "true" is returned.
453  // If "false" is returned the job would be aborted.
454  return true;
455  }
456  } else {
457  ATH_MSG_ERROR("No valid track link found ");
458  }
459  return false;
460 }

◆ 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; }

◆ 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 InDetPhysHitDecoratorAlg::execute ( const EventContext &  ctx) const
overridevirtual

Definition at line 118 of file InDetPhysHitDecoratorAlg.cxx.

118  {
120  if ((not ptracks.isValid())) {
121  ATH_MSG_ERROR("Cannot get ReadHandle " << m_trkParticleName);
122  return StatusCode::FAILURE;
123  }
124 
125  std::vector< SG::WriteDecorHandle<xAOD::TrackParticleContainer,std::vector<float> > >
126  float_decor( IDPVM::createDecorators<xAOD::TrackParticleContainer, std::vector<float> >(m_floatDecor, ctx) );
127  std::vector< SG::WriteDecorHandle<xAOD::TrackParticleContainer,std::vector<int> > >
128  int_decor( IDPVM::createDecorators<xAOD::TrackParticleContainer,std::vector<int> >(m_intDecor, ctx) );
129  std::vector< SG::WriteDecorHandle<xAOD::TrackParticleContainer,std::vector<uint64_t> > >
130  uint64_decor( IDPVM::createDecorators<xAOD::TrackParticleContainer,std::vector<uint64_t> >(m_uint64Decor, ctx) );
131 
132  for (const xAOD::TrackParticle *trk_particle : *ptracks) {
133  if (not decorateTrack(*trk_particle, float_decor, int_decor, uint64_decor) ) {
134  ATH_MSG_ERROR("Could not decorate track");
135  return StatusCode::FAILURE;
136  }
137  }
138  return StatusCode::SUCCESS;
139 }

◆ 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  }

◆ finalize()

StatusCode InDetPhysHitDecoratorAlg::finalize ( )
overridevirtual

Definition at line 112 of file InDetPhysHitDecoratorAlg.cxx.

112  {
113  return StatusCode::SUCCESS;
114 }

◆ getUnbiasedTrackParameters()

const Trk::TrackParameters * InDetPhysHitDecoratorAlg::getUnbiasedTrackParameters ( const Trk::TrackParameters trkParameters,
const Trk::MeasurementBase measurement,
bool &  isUnbiased 
) const
private

Definition at line 495 of file InDetPhysHitDecoratorAlg.cxx.

497  {
498  const Trk::TrackParameters* unbiasedTrkParameters(trkParameters);
499 
500  if (!m_updatorHandle.empty() && (isUnbiased)) {
501  if (trkParameters->covariance()) {
502  // Get unbiased state
503  unbiasedTrkParameters = m_updatorHandle->removeFromState(*trkParameters,
504  measurement->localParameters(),
505  measurement->localCovariance()).release();
506  if (!unbiasedTrkParameters) {
507  ATH_MSG_INFO( "Could not get unbiased track parameters, use normal parameters" );
508  isUnbiased = false;
509  }
510  } else if (not m_alreadyWarned) {
511  // warn only once!
512  ATH_MSG_WARNING("TrackParameters contain no covariance, unbiased track states can not be calculated "
513  "(ie. pulls and residuals will be too small)" );
514  m_alreadyWarned = true;
515  isUnbiased = false;
516  } else {
517  isUnbiased = false;
518  } // end if no measured track parameter
519  }
520  return unbiasedTrkParameters;
521 }

◆ initialize()

StatusCode InDetPhysHitDecoratorAlg::initialize ( )
overridevirtual

Definition at line 48 of file InDetPhysHitDecoratorAlg.cxx.

48  {
49  ATH_CHECK(m_holeSearchTool.retrieve());
50  if (not (m_updatorHandle.empty())) {
51  ATH_CHECK(m_updatorHandle.retrieve());
52  }
53  ATH_CHECK(m_lorentzAngleTool.retrieve());
54 
55  std::vector<std::string> float_decor_names(kNFloatDecorators);
56  std::vector<std::string> int_decor_names(kNIntDecorators);
57  std::vector<std::string> uint64_decor_names(kNUInt64Decorators);
58 
59  int_decor_names[kDecorRegion]="measurement_region";
60  int_decor_names[kDecorDet]="measurement_det";
61  int_decor_names[kDecorILayer]="measurement_iLayer";
62  int_decor_names[kDecorType]="measurement_type";
63  int_decor_names[kDecorPhiWidth]="hitResiduals_phiWidth";
64  int_decor_names[kDecorEtaWidth]="hitResiduals_etaWidth";
65 
66  float_decor_names[kDecorResidualLocX]="hitResiduals_residualLocX";
67  float_decor_names[kDecorPullLocX]="hitResiduals_pullLocX";
68  float_decor_names[kDecorMeasLocX]="measurementLocX";
69  float_decor_names[kDecorTrkParamLocX]="trackParamLocX";
70  float_decor_names[kDecorMeasLocCovX]="measurementLocCovX";
71 
72  float_decor_names[kDecorResidualLocY]="hitResiduals_residualLocY";
73  float_decor_names[kDecorPullLocY]="hitResiduals_pullLocY";
74  float_decor_names[kDecorMeasLocY]="measurementLocY";
75  float_decor_names[kDecorTrkParamLocY]="trackParamLocY";
76  float_decor_names[kDecorMeasLocCovY]="measurementLocCovY";
77 
78  float_decor_names[kDecorAngle]="angle";
79  float_decor_names[kDecorEtaLoc]="etaloc";
80 
81  uint64_decor_names[kDecorID]="surfaceID";
82 
87  assert( m_intDecor.size() == kNIntDecorators);
88  assert( m_uint64Decor.size() == kNUInt64Decorators);
89  assert( m_floatDecor.size() == kNFloatDecorators);
90 
91  // ID Helper
93 
94  // Get the dictionary manager from the detector store
95  ATH_CHECK(detStore()->retrieve(m_idHelper, "AtlasID"));
96  ATH_CHECK(detStore()->retrieve(m_pixelID, "PixelID"));
97  ATH_CHECK(detStore()->retrieve(m_sctID, "SCT_ID"));
98  ATH_CHECK(detStore()->retrieve(m_trtID, "TRT_ID"));
99 
100  if (m_residualPullCalculator.empty()) {
101  ATH_MSG_INFO("No residual/pull calculator for general hit residuals configured.");
102  ATH_MSG_INFO("It is recommended to give R/P calculators to the det-specific tool handle lists then.");
103  } else if (m_residualPullCalculator.retrieve().isFailure()) {
104  ATH_MSG_FATAL( "Could not retrieve " << m_residualPullCalculator << " (to calculate residuals and pulls) " );
105  } else {
106  ATH_MSG_INFO("Generic hit residuals & pulls will be calculated in one or both available local coordinates");
107  }
108  return StatusCode::SUCCESS;
109 }

◆ 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_alreadyWarned

std::atomic<bool> InDetPhysHitDecoratorAlg::m_alreadyWarned {false}
mutableprivate

Definition at line 105 of file InDetPhysHitDecoratorAlg.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_floatDecor

std::vector<SG::WriteDecorHandleKey<xAOD::TrackParticleContainer> > InDetPhysHitDecoratorAlg::m_floatDecor
private

Definition at line 100 of file InDetPhysHitDecoratorAlg.h.

◆ m_holeSearchTool

ToolHandle<Trk::ITrackHoleSearchTool> InDetPhysHitDecoratorAlg::m_holeSearchTool
private

Definition at line 60 of file InDetPhysHitDecoratorAlg.h.

◆ m_idHelper

const AtlasDetectorID* InDetPhysHitDecoratorAlg::m_idHelper
private

Definition at line 107 of file InDetPhysHitDecoratorAlg.h.

◆ m_intDecor

std::vector<SG::WriteDecorHandleKey<xAOD::TrackParticleContainer> > InDetPhysHitDecoratorAlg::m_intDecor
private

Definition at line 98 of file InDetPhysHitDecoratorAlg.h.

◆ m_lorentzAngleTool

ToolHandle<ISiLorentzAngleTool> InDetPhysHitDecoratorAlg::m_lorentzAngleTool {this, "LorentzAngleTool", "SiLorentzAngleTool", "Tool to retrieve Lorentz angle"}
private

Definition at line 64 of file InDetPhysHitDecoratorAlg.h.

◆ m_pixelID

const PixelID* InDetPhysHitDecoratorAlg::m_pixelID
private

Definition at line 108 of file InDetPhysHitDecoratorAlg.h.

◆ m_prefix

Gaudi::Property<std::string> InDetPhysHitDecoratorAlg::m_prefix {this, "Prefix", "", "Decoration prefix to avoid clashes."}
private

Definition at line 102 of file InDetPhysHitDecoratorAlg.h.

◆ m_residualPullCalculator

ToolHandle<Trk::IResidualPullCalculator> InDetPhysHitDecoratorAlg::m_residualPullCalculator
private

Definition at line 62 of file InDetPhysHitDecoratorAlg.h.

◆ m_sctID

const SCT_ID* InDetPhysHitDecoratorAlg::m_sctID
private

Definition at line 109 of file InDetPhysHitDecoratorAlg.h.

◆ m_trkParticleName

SG::ReadHandleKey<xAOD::TrackParticleContainer> InDetPhysHitDecoratorAlg::m_trkParticleName {this,"TrackParticleContainerName", "InDetTrackParticles",""}
private

Definition at line 95 of file InDetPhysHitDecoratorAlg.h.

◆ m_trtID

const TRT_ID* InDetPhysHitDecoratorAlg::m_trtID
private

Definition at line 110 of file InDetPhysHitDecoratorAlg.h.

◆ m_uint64Decor

std::vector<SG::WriteDecorHandleKey<xAOD::TrackParticleContainer> > InDetPhysHitDecoratorAlg::m_uint64Decor
private

Definition at line 99 of file InDetPhysHitDecoratorAlg.h.

◆ m_updatorHandle

ToolHandle<Trk::IUpdator> InDetPhysHitDecoratorAlg::m_updatorHandle
private

Definition at line 61 of file InDetPhysHitDecoratorAlg.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
AtlasDetectorID::is_pixel
bool is_pixel(Identifier id) const
Definition: AtlasDetectorID.h:760
InDetPhysHitDecoratorAlg::kDecorResidualLocX
@ kDecorResidualLocX
Definition: InDetPhysHitDecoratorAlg.h:80
beamspotman.r
def r
Definition: beamspotman.py:676
InDetPhysHitDecoratorAlg::m_holeSearchTool
ToolHandle< Trk::ITrackHoleSearchTool > m_holeSearchTool
Definition: InDetPhysHitDecoratorAlg.h:60
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
Trk::ParticleSwitcher::particle
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
Definition: ParticleHypothesis.h:76
Trk::Surface::associatedDetectorElement
const TrkDetElementBase * associatedDetectorElement() const
return associated Detector Element
get_generator_info.result
result
Definition: get_generator_info.py:21
InDetPhysHitDecoratorAlg::N_SUBDETECTORS
@ N_SUBDETECTORS
Definition: InDetPhysHitDecoratorAlg.h:41
InDetPhysHitDecoratorAlg::kDecorMeasLocY
@ kDecorMeasLocY
Definition: InDetPhysHitDecoratorAlg.h:87
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
InDetPhysHitDecoratorAlg::kDecorILayer
@ kDecorILayer
Definition: InDetPhysHitDecoratorAlg.h:69
TRTCalib_Extractor.det
det
Definition: TRTCalib_Extractor.py:36
AtlasDetectorID::is_sct
bool is_sct(Identifier id) const
Definition: AtlasDetectorID.h:770
PixelID::barrel_ec
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition: PixelID.h:619
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
TRTCalib_cfilter.detector
detector
Definition: TRTCalib_cfilter.py:241
InDetPhysHitDecoratorAlg::m_residualPullCalculator
ToolHandle< Trk::IResidualPullCalculator > m_residualPullCalculator
Definition: InDetPhysHitDecoratorAlg.h:62
InDetPhysHitDecoratorAlg::m_idHelper
const AtlasDetectorID * m_idHelper
Definition: InDetPhysHitDecoratorAlg.h:107
InDetDD::SolidStateDetectorElementBase::etaAxis
const Amg::Vector3D & etaAxis() const
Definition: SolidStateDetectorElementBase.cxx:88
InDetPhysHitDecoratorAlg::kDecorPullLocY
@ kDecorPullLocY
Definition: InDetPhysHitDecoratorAlg.h:86
InDetPhysHitDecoratorAlg::kDecorTrkParamLocX
@ kDecorTrkParamLocX
Definition: InDetPhysHitDecoratorAlg.h:83
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
Trk::ResidualPull::Unbiased
@ Unbiased
RP with track state that has measurement not included.
Definition: ResidualPull.h:57
M_PI
#define M_PI
Definition: ActiveFraction.h:11
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
Identifier::get_compact
value_type get_compact() const
Get the compact id.
InDetDD::DetectorDesign::readoutSide
int readoutSide() const
ReadoutSide.
Definition: DetectorDesign.h:291
Trk::loc2
@ loc2
generic first and second local coordinate
Definition: ParamDefs.h:35
Trk::RIO_OnTrack
Definition: RIO_OnTrack.h:70
SCT_ID::barrel_ec
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition: SCT_ID.h:728
AtlasDetectorID::is_trt
bool is_trt(Identifier id) const
Definition: AtlasDetectorID.h:782
InDetPhysHitDecoratorAlg::INVALID_REGION
@ INVALID_REGION
Definition: InDetPhysHitDecoratorAlg.h:44
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
Trk::TrkDetElementBase::identify
virtual Identifier identify() const =0
Identifier.
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
InDetPhysHitDecoratorAlg::m_updatorHandle
ToolHandle< Trk::IUpdator > m_updatorHandle
Definition: InDetPhysHitDecoratorAlg.h:61
InDetDD::SolidStateDetectorElementBase::identifyHash
virtual IdentifierHash identifyHash() const override final
identifier hash (inline)
drawFromPickle.atan
atan
Definition: drawFromPickle.py:36
InDetPhysHitDecoratorAlg::m_prefix
Gaudi::Property< std::string > m_prefix
Definition: InDetPhysHitDecoratorAlg.h:103
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
InDetPhysHitDecoratorAlg::SCT
@ SCT
Definition: InDetPhysHitDecoratorAlg.h:41
Trk::TrackStateOnSurface::Outlier
@ Outlier
This TSoS contains an outlier, that is, it contains a MeasurementBase/RIO_OnTrack which was not used ...
Definition: TrackStateOnSurface.h:122
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:27
InDetPhysHitDecoratorAlg::kDecorPullLocX
@ kDecorPullLocX
Definition: InDetPhysHitDecoratorAlg.h:81
InDetPhysHitDecoratorAlg::kDecorMeasLocCovY
@ kDecorMeasLocCovY
Definition: InDetPhysHitDecoratorAlg.h:89
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
InDetPhysHitDecoratorAlg::kDecorType
@ kDecorType
Definition: InDetPhysHitDecoratorAlg.h:70
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.
Trk::TrackStateOnSurface::Hole
@ Hole
A hole on the track - this is defined in the following way.
Definition: TrackStateOnSurface.h:128
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
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
angle
double angle(const GeoTrf::Vector2D &a, const GeoTrf::Vector2D &b)
Definition: TRTDetectorFactory_Full.cxx:73
InDetPhysHitDecoratorAlg::TRT
@ TRT
Definition: InDetPhysHitDecoratorAlg.h:41
TRT::Hit::layer
@ layer
Definition: HitInfo.h:79
InDetPhysHitDecoratorAlg::Subdetector
Subdetector
Definition: InDetPhysHitDecoratorAlg.h:40
InDetPhysHitDecoratorAlg::m_trkParticleName
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trkParticleName
Definition: InDetPhysHitDecoratorAlg.h:96
InDetPhysHitDecoratorAlg::decorateTrack
bool decorateTrack(const xAOD::TrackParticle &particle, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< float > > > &float_decor, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< int > > > &int_decor, std::vector< SG::WriteDecorHandle< xAOD::TrackParticleContainer, std::vector< uint64_t > > > &uint64_decor) const
Definition: InDetPhysHitDecoratorAlg.cxx:142
Region
Region
Definition: TrigL2HitResidual.h:14
xAOD::uint64_t
uint64_t
Definition: EventInfo_v1.cxx:123
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
drawFromPickle.tan
tan
Definition: drawFromPickle.py:36
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
Trk::ParametersBase
Definition: ParametersBase.h:55
InDetPhysHitDecoratorAlg::kDecorAngle
@ kDecorAngle
Definition: InDetPhysHitDecoratorAlg.h:90
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
TRT_ID::barrel_ec
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition: TRT_ID.h:866
InDetPhysHitDecoratorAlg::getUnbiasedTrackParameters
const Trk::TrackParameters * getUnbiasedTrackParameters(const Trk::TrackParameters *trkParameters, const Trk::MeasurementBase *measurement, bool &isUnbiased) const
Definition: InDetPhysHitDecoratorAlg.cxx:495
InDetPhysHitDecoratorAlg::kDecorTrkParamLocY
@ kDecorTrkParamLocY
Definition: InDetPhysHitDecoratorAlg.h:88
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TRT_ID::layer_or_wheel
int layer_or_wheel(const Identifier &id) const
Definition: TRT_ID.h:884
InDetDD::SolidStateDetectorElementBase::normal
virtual const Amg::Vector3D & normal() const override final
Get reconstruction local normal axes in global frame.
InDetPhysHitDecoratorAlg::m_floatDecor
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_floatDecor
Definition: InDetPhysHitDecoratorAlg.h:100
InDet::SiCluster::detectorElement
virtual const InDetDD::SiDetectorElement * detectorElement() const override final
return the detector element corresponding to this PRD The pointer will be zero if the det el is not d...
AthReentrantAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Definition: AthReentrantAlgorithm.h:153
SCT
Definition: SCT_ChipUtils.h:14
Trk::MeasurementBase::localCovariance
const Amg::MatrixX & localCovariance() const
Interface method to get the localError.
Definition: MeasurementBase.h:138
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
Trk::MeasurementBase
Definition: MeasurementBase.h:58
PixelID::layer_disk
int layer_disk(const Identifier &id) const
Definition: PixelID.h:626
InDetPhysHitDecoratorAlg::kDecorEtaLoc
@ kDecorEtaLoc
Definition: InDetPhysHitDecoratorAlg.h:91
InDetPhysHitDecoratorAlg::L0PIXBARR
@ L0PIXBARR
Definition: InDetPhysHitDecoratorAlg.h:41
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
Trk::MeasurementBase::associatedSurface
virtual const Surface & associatedSurface() const =0
Interface method to get the associated Surface.
InDetPhysHitDecoratorAlg::kDecorDet
@ kDecorDet
Definition: InDetPhysHitDecoratorAlg.h:68
AthReentrantAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthReentrantAlgorithm.cxx:96
SCT_ID::layer_disk
int layer_disk(const Identifier &id) const
Definition: SCT_ID.h:734
InDetPhysHitDecoratorAlg::m_trtID
const TRT_ID * m_trtID
Definition: InDetPhysHitDecoratorAlg.h:110
InDetDD::SiDetectorElement
Definition: SiDetectorElement.h:109
InDetPhysHitDecoratorAlg::m_alreadyWarned
std::atomic< bool > m_alreadyWarned
Definition: InDetPhysHitDecoratorAlg.h:105
InDetPhysHitDecoratorAlg::m_lorentzAngleTool
ToolHandle< ISiLorentzAngleTool > m_lorentzAngleTool
Definition: InDetPhysHitDecoratorAlg.h:64
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
Trk::RIO_OnTrack::prepRawData
virtual const Trk::PrepRawData * prepRawData() const =0
returns the PrepRawData (also known as RIO) object to which this RIO_OnTrack is associated.
InDetPhysHitDecoratorAlg::kDecorEtaWidth
@ kDecorEtaWidth
Definition: InDetPhysHitDecoratorAlg.h:72
Trk::MeasurementBase::localParameters
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
Definition: MeasurementBase.h:132
InDet::SiCluster::width
const InDet::SiWidth & width() const
return width class reference
Trk::ResidualPull::Biased
@ Biased
RP with track state including the hit.
Definition: ResidualPull.h:55
VKalVrtAthena::AlgConsts::invalidFloat
constexpr double invalidFloat
Definition: Reconstruction/VKalVrt/VrtSecInclusive/VrtSecInclusive/Constants.h:23
a
TList * a
Definition: liststreamerinfos.cxx:10
h
Base_Fragment.width
width
Definition: Sherpa_i/share/common/Base_Fragment.py:59
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
InDetPhysHitDecoratorAlg::kDecorResidualLocY
@ kDecorResidualLocY
Definition: InDetPhysHitDecoratorAlg.h:85
InDetDD::SolidStateDetectorElementBase::phiAxis
const Amg::Vector3D & phiAxis() const
Definition: SolidStateDetectorElementBase.cxx:74
TRT::Track::trackNumber
@ trackNumber
Definition: InnerDetector/InDetCalibEvent/TRT_CalibData/TRT_CalibData/TrackInfo.h:75
InDetPhysHitDecoratorAlg::BARREL
@ BARREL
Definition: InDetPhysHitDecoratorAlg.h:44
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthCommonMsg< Gaudi::Algorithm >::msg
MsgStream & msg() const
Definition: AthCommonMsg.h:24
InDetPhysHitDecoratorAlg::m_pixelID
const PixelID * m_pixelID
Definition: InDetPhysHitDecoratorAlg.h:108
InDetPhysHitDecoratorAlg::kNIntDecorators
@ kNIntDecorators
Definition: InDetPhysHitDecoratorAlg.h:73
xAOD::phiWidth
phiWidth
Definition: RingSetConf_v1.cxx:612
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
InDet::SiWidth
Definition: SiWidth.h:25
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
InDetPhysHitDecoratorAlg::decideDetectorRegion
bool decideDetectorRegion(const Identifier &id, Subdetector &det, Region &r, int &layer) const
Definition: InDetPhysHitDecoratorAlg.cxx:462
InDetPhysHitDecoratorAlg::PIXEL
@ PIXEL
Definition: InDetPhysHitDecoratorAlg.h:41
IDPVM::createDecoratorKeys
void createDecoratorKeys(T_Parent &parent, const SG::ReadHandleKey< T_Cont > &container_key, const std::string &prefix, const std::vector< std::string > &decor_names, std::vector< SG::WriteDecorHandleKey< T_Cont > > &decor_out)
Definition: safeDecorator.h:125
IDPVM::createDecorators
std::vector< SG::WriteDecorHandle< T_Cont, T > > createDecorators(const std::vector< SG::WriteDecorHandleKey< T_Cont > > &keys, const EventContext &ctx)
Definition: safeDecorator.h:107
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
InDetPhysHitDecoratorAlg::m_sctID
const SCT_ID * m_sctID
Definition: InDetPhysHitDecoratorAlg.h:109
InDetPhysHitDecoratorAlg::m_intDecor
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_intDecor
Definition: InDetPhysHitDecoratorAlg.h:98
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition: TrackParticle_v1.h:43
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
InDetPhysHitDecoratorAlg::kDecorPhiWidth
@ kDecorPhiWidth
Definition: InDetPhysHitDecoratorAlg.h:71
InDetPhysHitDecoratorAlg::kNUInt64Decorators
@ kNUInt64Decorators
Definition: InDetPhysHitDecoratorAlg.h:77
InDetDD::SiDetectorElement::design
virtual const SiDetectorDesign & design() const override final
access to the local description (inline):
Trk::loc1
@ loc1
Definition: ParamDefs.h:34
InDetPhysHitDecoratorAlg::ENDCAP
@ ENDCAP
Definition: InDetPhysHitDecoratorAlg.h:44
InDetPhysHitDecoratorAlg::kNFloatDecorators
@ kNFloatDecorators
Definition: InDetPhysHitDecoratorAlg.h:92
InDetPhysHitDecoratorAlg::kDecorID
@ kDecorID
Definition: InDetPhysHitDecoratorAlg.h:76
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
InDetPhysHitDecoratorAlg::m_uint64Decor
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_uint64Decor
Definition: InDetPhysHitDecoratorAlg.h:99
readCCLHist.float
float
Definition: readCCLHist.py:83
InDet::SiCluster
Definition: InnerDetector/InDetRecEvent/InDetPrepRawData/InDetPrepRawData/SiCluster.h:40
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition: AtlasDetectorID.h:57
Trk::TrackStateOnSurface::Measurement
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
Definition: TrackStateOnSurface.h:101
Trk::ResidualPull::ResidualType
ResidualType
Definition: ResidualPull.h:53
InDetPhysHitDecoratorAlg::INVALID_DETECTOR
@ INVALID_DETECTOR
Definition: InDetPhysHitDecoratorAlg.h:41
fitman.k
k
Definition: fitman.py:528
InDetPhysHitDecoratorAlg::kDecorMeasLocCovX
@ kDecorMeasLocCovX
Definition: InDetPhysHitDecoratorAlg.h:84
InDetPhysHitDecoratorAlg::kDecorMeasLocX
@ kDecorMeasLocX
Definition: InDetPhysHitDecoratorAlg.h:82
ServiceHandle< ICondSvc >
Identifier
Definition: IdentifierFieldParser.cxx:14
InDetPhysHitDecoratorAlg::kDecorRegion
@ kDecorRegion
Definition: InDetPhysHitDecoratorAlg.h:67