ATLAS Offline Software
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
InDet::InDetConversionFinderTools Class Reference

#include <InDetConversionFinderTools.h>

Inheritance diagram for InDet::InDetConversionFinderTools:
Collaboration diagram for InDet::InDetConversionFinderTools:

Public Member Functions

 InDetConversionFinderTools (const std::string &t, const std::string &n, const IInterface *p)
 
 ~InDetConversionFinderTools ()
 
virtual StatusCode initialize () override
 
virtual StatusCode finalize () override
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const EventContext &ctx, const TrackCollection *trk_coll) const override
 < Conversion candidate reconstruction for Trk::Tracks. More...
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const EventContext &ctx, const xAOD::TrackParticleContainer *trk_coll) const override
 Conversion candidate reconstruction for Trk::TrackParticle (default)
More...
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const EventContext &ctx, const TrackCollection *trackTES) const=0
 Find vertex from Trk::TrackCollection. More...
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const EventContext &ctx, const xAOD::TrackParticleContainer *trackParticles) const=0
 Find vertex from xAOD::TrackParticleContainer. More...
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const TrackCollection *trackTES) const
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const xAOD::TrackParticleContainer *trackParticles) 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 sysInitialize () override
 Perform system initialization for an algorithm. 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
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const TrackCollection *trackTES) const
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex (const xAOD::TrackParticleContainer *trackParticles) const
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Public Attributes

BooleanProperty m_removeTrt {this, "RemoveTrtTracks", false, "Remove standalone TRT tracks"}
 
BooleanProperty m_isConversion {this, "IsConversion", true, "Conversions or V0s"}
 
BooleanProperty m_decorateVertices {this, "DecorateVertices", true, "Decorate vertices with values used for vertex selection"}
 

Protected Member Functions

bool passPreSelection (TrackPairsSelector::Cache &cache, const xAOD::TrackParticle *track_pos, const xAOD::TrackParticle *track_neg, std::vector< Amg::Vector3D > &trackList, Amg::Vector3D &initPos, int &flag, std::map< std::string, float > &intersectionDecors) const
 
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...
 

Protected Attributes

ToolHandle< Trk::IVertexFitterm_iVertexFitter
 Vertex fitter interface. More...
 
ToolHandle< InDet::TrackPairsSelectorm_trackPairsSelector
 Initial conversion vertex estimator tool. More...
 
ToolHandle< InDet::VertexPointEstimatorm_vertexEstimator
 Initial conversion vertex estimator tool. More...
 
ToolHandle< InDet::ConversionPostSelectorm_postSelector
 Conversion post-fit selector tool. More...
 
ToolHandle< InDet::SingleTrackConversionToolm_singleTrkConvTool
 Single track conversion tool. More...
 
ToolHandle< Trk::ITrackSelectorToolm_trkSelector
 Track Selector Tool. More...
 
DoubleProperty m_mindR
 Cuts. More...
 
DoubleProperty m_maxdR
 
DoubleProperty m_MinInitVtxR
 
DoubleProperty m_MinFlightAngle
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

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

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 48 of file InDetConversionFinderTools.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ InDetConversionFinderTools()

InDet::InDetConversionFinderTools::InDetConversionFinderTools ( const std::string &  t,
const std::string &  n,
const IInterface *  p 
)

Definition at line 32 of file InDetConversionFinderTools.cxx.

36  {
38  if (sc.isFailure()) {

◆ ~InDetConversionFinderTools()

InDet::InDetConversionFinderTools::~InDetConversionFinderTools ( )
default

Member Function Documentation

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::declareProperty ( Gaudi::Property< T > &  t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

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

◆ detStore()

const ServiceHandle<StoreGateSvc>& AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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; }

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::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

◆ finalize()

StatusCode InDet::InDetConversionFinderTools::finalize ( )
overridevirtual

Definition at line 95 of file InDetConversionFinderTools.cxx.

97  {
98 

◆ findVertex() [1/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex

Find vertex from Trk::TrackCollection.

Parameters
EventContext
inputtrack container
Returns
a pair of newly created container and auxiliary store

◆ findVertex() [2/8]

std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > InDet::InDetConversionFinderTools::findVertex ( const EventContext &  ctx,
const TrackCollection trk_coll 
) const
overridevirtual

< Conversion candidate reconstruction for Trk::Tracks.

Implements InDet::IVertexFinder.

Definition at line 102 of file InDetConversionFinderTools.cxx.

113  {
114  // Make collection for conversions.

◆ findVertex() [3/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex

Find vertex from xAOD::TrackParticleContainer.

Parameters
EventContext
inputtrack particle container
Returns
a pair of newly created container and auxiliary store

◆ findVertex() [4/8]

std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > InDet::InDetConversionFinderTools::findVertex ( const EventContext &  ctx,
const xAOD::TrackParticleContainer trk_coll 
) const
overridevirtual

Conversion candidate reconstruction for Trk::TrackParticle (default)

Implements InDet::IVertexFinder.

Definition at line 118 of file InDetConversionFinderTools.cxx.

136  {};
137  // track preselection -->pt-cut
139  for (iter = (*trk_coll).begin(); iter != (*trk_coll).end(); ++iter) {
140  if (m_trkSelector->decision(
141  **iter,
142  nullptr)) { // Only save if track passes the pt, d0, z0 and TRT PID cuts
143  ATH_MSG_DEBUG("Track passed preselection");
144  if ((*iter)->charge() < 0) {
145  negSelectedTracks.push_back(*iter);
146  negIndx.push_back(0);
147  } else {
148  posSelectedTracks.push_back(*iter);
149  posIndx.push_back(0);
150  }
151  } else
152  ATH_MSG_DEBUG("Track failed preselection");
153  } // end pt,d0.z0-cuts
154 
155  // Make track pairs. To be used for double leg conversions
156  std::vector<const xAOD::TrackParticle*>::const_iterator iter_pos;
157  std::vector<const xAOD::TrackParticle*>::const_iterator iter_neg;
158  std::vector<Amg::Vector3D> positionList;
159  positionList.clear();
160  std::vector<const xAOD::TrackParticle*> trackParticleList;
161  trackParticleList.clear();
162  std::vector<const xAOD::TrackParticle*> singleTrackConvList;
163  singleTrackConvList.clear();
164  int ipos = -1;
165  int ineg = -1;
166  // Outer loop: Loop over positive tracks
167  for (iter_pos = posSelectedTracks.begin();
168  iter_pos != posSelectedTracks.end();
169  ++iter_pos) {
170  ineg = -1;
171  ipos++;
172  // Inner loop: Loop over negative tracks
173  for (iter_neg = negSelectedTracks.begin();
174  iter_neg != negSelectedTracks.end();
175  ++iter_neg) {
176  ineg++;
177  int flag = 0;
178 
179  std::map<std::string, float> intersectionDecors;
180  if (!passPreSelection(cache,
181  *iter_pos,
182  *iter_neg,
183  positionList,
184  initPos,
185  flag,
186  intersectionDecors)) {
187  positionList.clear();
188  continue;
189  }
190 
191  // Do the fit
192  if (positionList.size() < 2) {
193  ATH_MSG_DEBUG("No tracks to fit ");
194  positionList.clear();
195  continue;
196  }
197 
198  trackParticleList.push_back(*iter_pos);
199  trackParticleList.push_back(*iter_neg);
200 
201  std::unique_ptr<xAOD::Vertex> myVertex =
202  m_iVertexFitter->fit(ctx, trackParticleList, initPos);
203  trackParticleList.clear();
204 
205  // We have a new vertex
206  if (myVertex) {
207  ATH_MSG_DEBUG("VertexFit successful!");
208  int type = -1;
209  if ((m_isConversion && m_postSelector->selectConversionCandidate(
210  myVertex.get(), flag, positionList)) ||
211  (!m_isConversion &&
212  m_postSelector->selectSecVtxCandidate(
213  myVertex.get(), flag, positionList, type))) {
214 
215  ATH_MSG_DEBUG(" Conversion passed postselection cuts");
216  // Remove old element links
217  myVertex->clearTracks();
218 
219  // If we do not have a valid type just reset
220  if (!m_isConversion && !(type == 101) && !(type == 110) &&
221  !(type == 11)) {
222  myVertex.reset();
223  }
224 
225  // If we have the right type (not reset above) lets fill information
226  // and then push to the containers
227  if (myVertex) {
228  if (m_decorateVertices) {
230  "Decorating vertex with values used in track pair selector");
231  for (const auto& kv :
232  m_trackPairsSelector->getLastValues(cache)) {
233  SG::Accessor<float> acc (kv.first);
234  acc (*myVertex) = kv.second;
235  }
236  ATH_MSG_DEBUG("Decorating vertex with values used in vertex "
237  "point estimator");
238  for (const auto& kv : intersectionDecors) {
239  SG::Accessor<float> acc (kv.first);
240  acc (*myVertex) = kv.second;
241  }
242  }
243 
244  ElementLink<xAOD::TrackParticleContainer> newLinkPos(*iter_pos,
245  *trk_coll);
246  ElementLink<xAOD::TrackParticleContainer> newLinkNeg(*iter_neg,
247  *trk_coll);
248  myVertex->addTrackAtVertex(newLinkPos);
249  myVertex->addTrackAtVertex(newLinkNeg);
250 
251  // Now fill in the containers depending on the 2 possible
252  // cases
253  if (m_isConversion) {
255  InDetConversionContainer->push_back(std::move(myVertex));
256  }
257  else if (type == 101 || type == 110 || type == 11) { // V0
259  InDetConversionContainer->push_back(std::move(myVertex));
260  }
261 
262  } // End if on right type
263 
264  negIndx[ineg] = 1;
265  posIndx[ipos] = 1;
266  ++numConversions;
267  } else {
268  ATH_MSG_DEBUG("VxCandidate failed the post selection cuts!");
269  myVertex.reset();
270  }
271  } else {
272  ATH_MSG_DEBUG("VertexFit was NOT successful!");
273  }
274  positionList.clear();
275  } // neg loop
276  } // pos loop
277  ATH_MSG_DEBUG("Number of conversions found passing post selection cuts: "
278  << numConversions);
279 
280  // single track conversions
281  if (m_isConversion) {
282  for (int ip = 0; ip < int(posIndx.size()); ++ip) {
283  if (posIndx[ip] == 0)
284  singleTrackConvList.push_back(posSelectedTracks[ip]);
285  }
286  for (int in = 0; in < int(negIndx.size()); ++in) {
287  if (negIndx[in] == 0)
288  singleTrackConvList.push_back(negSelectedTracks[in]);
289  }
290 
292  itke = singleTrackConvList.end();
293  int numSingle = 0;
294  for (itk = singleTrackConvList.begin(); itk != itke; ++itk) {
295  if (!m_singleTrkConvTool->selectSingleTrackParticleConversion((*itk)))
296  ATH_MSG_DEBUG("Track failed single track conversion selection");
297  else {
298  xAOD::Vertex* sConver(nullptr);
299  sConver = m_singleTrkConvTool->buildSingleTrackParticleConversion(
300  (*itk), InDetConversionContainer);
301  if (sConver) {
302  sConver->clearTracks();
303 
305  newLink.toContainedElement(*trk_coll, *itk);
306  sConver->addTrackAtVertex(newLink);
307  sConver->setVertexType(xAOD::VxType::ConvVtx);
308  numSingle++;
309 
310  if (m_decorateVertices) {
311  ATH_MSG_DEBUG("Decorating single track vertex with dummy values "
312  "used in track pair selector");
313  for (const auto& kv : m_trackPairsSelector->getLastValues(cache)) {
314  SG::Accessor<float> acc (kv.first);
315  acc (*sConver) = 0.;
316  }
317 
318  ATH_MSG_DEBUG("Decorating single track vertex with dummy values "
319  "used in vertex point estimator");
320  for (const std::string& k : m_vertexEstimator->decorKeys()) {
322  acc (*sConver) = 0.;
323  }
324 
325  ATH_MSG_DEBUG("Decorating single track vertex with dummy values "
326  "used in post selector");
327  m_postSelector->decorateVertex(*sConver, 0., 0., 0., 0., 0.);
328  }
329  }
330  }
331  }
332  ATH_MSG_DEBUG("Number successful reconstructed single track conversion: "
333  << numSingle);
334  }
335 
336  return std::make_pair(InDetConversionContainer,
337  InDetConversionContainerAux);
338  }
339 
340  bool
342  TrackPairsSelector::Cache& cache,
343  const xAOD::TrackParticle* track_pos,
344  const xAOD::TrackParticle* track_neg,
345  std::vector<Amg::Vector3D>& trackList,

◆ findVertex() [5/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex
inline

Definition at line 100 of file IVertexFinder.h.

◆ findVertex() [6/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex ( const TrackCollection trackTES) const
inlinevirtualinherited

Definition at line 100 of file IVertexFinder.h.

◆ findVertex() [7/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex
inline

Definition at line 106 of file IVertexFinder.h.

◆ findVertex() [8/8]

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> InDet::IVertexFinder::findVertex ( const xAOD::TrackParticleContainer trackParticles) const
inlinevirtualinherited

Definition at line 106 of file IVertexFinder.h.

◆ initialize()

StatusCode InDet::InDetConversionFinderTools::initialize ( )
overridevirtual

Definition at line 42 of file InDetConversionFinderTools.cxx.

43  {
44  ATH_MSG_FATAL("Failed to retrieve tool " << m_iVertexFitter);
45  return StatusCode::FAILURE;
46  }
47  ATH_MSG_DEBUG("Retrieved tool " << m_iVertexFitter);
48 
49  /* Get the track pairs selector tool from ToolSvc */
50  if (m_trackPairsSelector.retrieve().isFailure()) {
51  ATH_MSG_FATAL("Failed to retrieve tool " << m_trackPairsSelector);
52  return StatusCode::FAILURE;
53  }
54  ATH_MSG_DEBUG("Retrieved tool " << m_trackPairsSelector);
55 
56  /* Get the vertex point estimator tool from ToolSvc */
57  if (m_vertexEstimator.retrieve().isFailure()) {
58  ATH_MSG_FATAL("Failed to retrieve tool " << m_vertexEstimator);
59  return StatusCode::FAILURE;
60  }
61  ATH_MSG_DEBUG("Retrieved tool " << m_vertexEstimator);
62 
63  /* Get the postselector tool from ToolSvc */
64  if (m_postSelector.retrieve().isFailure()) {
65  ATH_MSG_FATAL("Failed to retrieve tool " << m_postSelector);
66  return StatusCode::FAILURE;
67  }
68  ATH_MSG_DEBUG("Retrieved tool " << m_postSelector);
69 
70  /* Get the single track conversion tool from ToolSvc */
71  if (m_singleTrkConvTool.retrieve().isFailure()) {
72  ATH_MSG_FATAL("Failed to retrieve tool " << m_singleTrkConvTool);
73  return StatusCode::FAILURE;
74  }
75  ATH_MSG_DEBUG("Retrieved tool " << m_singleTrkConvTool);
76 
77  /* Get the track selector tool from ToolSvc */
78  if (m_trkSelector.retrieve().isFailure()) {
79  ATH_MSG_FATAL("Failed to retrieve tool " << m_trkSelector);
80  return StatusCode::FAILURE;
81  }
82  ATH_MSG_DEBUG("Retrieved tool " << m_trkSelector);
83 
84  ATH_MSG_DEBUG("Initialization successful");
85  return StatusCode::SUCCESS;
86  }
87 
89  {
90  return StatusCode::SUCCESS;
91  }
92 
93  //TrackCollection

◆ inputHandles()

virtual std::vector<Gaudi::DataHandle*> AthCommonDataStore< AthCommonMsg< AlgTool > >::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.

◆ interfaceID()

static const InterfaceID& InDet::IVertexFinder::interfaceID ( )
inlinestaticinherited

Definition at line 73 of file IVertexFinder.h.

◆ msg() [1/2]

MsgStream& AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

MsgStream& AthCommonMsg< AlgTool >::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< AlgTool >::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< AlgTool > >::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.

◆ passPreSelection()

bool InDet::InDetConversionFinderTools::passPreSelection ( TrackPairsSelector::Cache cache,
const xAOD::TrackParticle track_pos,
const xAOD::TrackParticle track_neg,
std::vector< Amg::Vector3D > &  trackList,
Amg::Vector3D initPos,
int &  flag,
std::map< std::string, float > &  intersectionDecors 
) const
protected

Definition at line 348 of file InDetConversionFinderTools.cxx.

349  {
350  //Track summary information
351 
352  uint8_t nclusPos(0);
353  uint8_t dummy(0);
354  if(track_pos->summaryValue(dummy,xAOD::numberOfSCTHits)){
355  nclusPos += dummy;
356  }
358  nclusPos += dummy;
359  }
360 
361  uint8_t nclusNeg(0);
362  if(track_neg->summaryValue(dummy,xAOD::numberOfSCTHits)){
363  nclusNeg += dummy;
364  }
366  nclusNeg += dummy;
367  }
368 
369 
370  if(nclusNeg>0 && nclusPos>0) flag= 0;
371  if((nclusNeg>0 && nclusPos==0) || (nclusNeg==0 && nclusPos>0)) flag = 1;
372  if(nclusNeg==0 && nclusPos==0) flag = 2;
373  if(m_removeTrt && (flag==1 || flag==2)) return false;
374 
375  if (m_trackPairsSelector->selectTrackParticlePair( track_pos,track_neg,cache)){
376 
377  const Trk::Perigee& perPos = track_pos->perigeeParameters();
378  const Trk::Perigee& perNeg = track_neg->perigeeParameters();
379  int errorcode = 0;
380  Amg::Vector3D startingPoint(
381  m_vertexEstimator->getCirclesIntersectionPoint(
382  &perPos, &perNeg, flag, errorcode, intersectionDecors));
383  if(m_isConversion && errorcode != 0) return false;
384  if(!m_isConversion){
385  Amg::Vector3D v_direction = perPos.momentum() + perNeg.momentum();
386  double d_alpha = (startingPoint.adjoint()*v_direction)[0]/(startingPoint.mag()*v_direction.mag());
387  if(d_alpha<m_MinFlightAngle) return false;
388  }
389  initPos = startingPoint;
390  double startingPointR = startingPoint.perp();
391  if(startingPointR<800.) {
392  //Get measured track parameters at first track measurement.
393 
394  //Position of first hit in track particle
395  Trk::CurvilinearParameters trkPar_pos;
396  Trk::CurvilinearParameters trkPar_neg;
397 
398  int index(-1);
399  for(unsigned int i(0); i< track_pos->numberOfParameters() ; ++i ){
400  if( xAOD::FirstMeasurement == track_pos->parameterPosition(i) ){
401  index = i;
402  break;
403  }
404  }
405  if(index!=-1){
406  trkPar_pos = track_pos->curvilinearParameters(index);
407  } else {
408  ATH_MSG_WARNING("Track Particle does not contain first Measurement track parameters");
409  return false;
410  }
411 
412  index = -1;
413  for(unsigned int i(0); i< track_neg->numberOfParameters() ; ++i ){
414  if( xAOD::FirstMeasurement == track_neg->parameterPosition(i) ){
415  index = i;
416  break;
417  }
418  }
419  if(index!=-1){
420  trkPar_neg = track_neg->curvilinearParameters(index);
421  } else {
422  ATH_MSG_WARNING("Track Particle does not contain first Measurement track parameters");
423  return false;
424  }
425 
426 
427  if(!m_isConversion){
428  double posR = trkPar_pos.position().perp();
429  double negR = trkPar_neg.position().perp();
430  double diffR = 1000.;
431  if((startingPointR-posR)<(startingPointR-negR)) diffR = startingPointR-posR;
432  else diffR = startingPointR-negR;
433  if(startingPointR<m_MinInitVtxR) return false;
434  if(diffR<m_mindR || diffR>m_maxdR) return false;
435  }
436 
437  //Alternative way to estimate the guess vertex
438  initPos = trkPar_pos.position() + trkPar_neg.position();
439  initPos *= 0.5;
440  // Not correct but will do for now
441  trackList.push_back(trkPar_pos.position());
442  trackList.push_back(trkPar_neg.position());
443 
444  }
445  }
446  return true;
447  }
448 }// end namespace InDet

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

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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_decorateVertices

BooleanProperty InDet::InDetConversionFinderTools::m_decorateVertices {this, "DecorateVertices", true, "Decorate vertices with values used for vertex selection"}

Definition at line 65 of file InDetConversionFinderTools.h.

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_isConversion

BooleanProperty InDet::InDetConversionFinderTools::m_isConversion {this, "IsConversion", true, "Conversions or V0s"}

Definition at line 63 of file InDetConversionFinderTools.h.

◆ m_iVertexFitter

ToolHandle<Trk::IVertexFitter> InDet::InDetConversionFinderTools::m_iVertexFitter
protected
Initial value:
{ this,
"VertexFitterTool",
"Trk::TrkVKalVrtFitter",
"Vertex fitter Tool" }

Vertex fitter interface.


Track pair selection tool.

Definition at line 83 of file InDetConversionFinderTools.h.

◆ m_maxdR

DoubleProperty InDet::InDetConversionFinderTools::m_maxdR
protected
Initial value:
{this, "MaxDistVtxHit", 250.,
"Maximum allowed radial distance between guess vertex and closest 1st hit of participating track"}

Definition at line 135 of file InDetConversionFinderTools.h.

◆ m_mindR

DoubleProperty InDet::InDetConversionFinderTools::m_mindR
protected
Initial value:
{this, "MinDistVtxHit", -350.,
"Minimum allowed radial distance beteeen guess vertex and closest 1st hit of participating track"}

Cuts.


Definition at line 133 of file InDetConversionFinderTools.h.

◆ m_MinFlightAngle

DoubleProperty InDet::InDetConversionFinderTools::m_MinFlightAngle
protected
Initial value:
{this, "MinFlightAngle", 0.,
"Minimum allowed angular difference between V0 and children direction. Used only in V0 reconstruction."}

Definition at line 139 of file InDetConversionFinderTools.h.

◆ m_MinInitVtxR

DoubleProperty InDet::InDetConversionFinderTools::m_MinInitVtxR
protected
Initial value:
{this, "MinInitVtxR", 0.,
"Minimum allowed radial position for initial guess vertex. Used only in V0 reconstruction."}

Definition at line 137 of file InDetConversionFinderTools.h.

◆ m_postSelector

ToolHandle<InDet::ConversionPostSelector> InDet::InDetConversionFinderTools::m_postSelector
protected
Initial value:
{
this,
"PostSelector",
"InDet::ConversionPostSelector",
"Tool for post selection of conversion candidates"
}

Conversion post-fit selector tool.

Definition at line 102 of file InDetConversionFinderTools.h.

◆ m_removeTrt

BooleanProperty InDet::InDetConversionFinderTools::m_removeTrt {this, "RemoveTrtTracks", false, "Remove standalone TRT tracks"}

Definition at line 61 of file InDetConversionFinderTools.h.

◆ m_singleTrkConvTool

ToolHandle<InDet::SingleTrackConversionTool> InDet::InDetConversionFinderTools::m_singleTrkConvTool
protected
Initial value:
{
this,
"SingleTrackConversionTool",
"InDet::SingleTrackConversionTool",
"Tool for single track conversions"
}

Single track conversion tool.

Definition at line 109 of file InDetConversionFinderTools.h.

◆ m_trackPairsSelector

ToolHandle<InDet::TrackPairsSelector> InDet::InDetConversionFinderTools::m_trackPairsSelector
protected
Initial value:
{
this,
"TrackPairsSelector",
"InDet::TrackPairsSelector",
"Track Pair Selector Tool"
}

Initial conversion vertex estimator tool.

Definition at line 88 of file InDetConversionFinderTools.h.

◆ m_trkSelector

ToolHandle<Trk::ITrackSelectorTool> InDet::InDetConversionFinderTools::m_trkSelector
protected
Initial value:
{
this,
"TrackSelectorTool",
"InDet::TrackSelectorTool",
"Tool for track Selection"
}

Track Selector Tool.

Definition at line 117 of file InDetConversionFinderTools.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vertexEstimator

ToolHandle<InDet::VertexPointEstimator> InDet::InDetConversionFinderTools::m_vertexEstimator
protected
Initial value:
{
this,
"VertexPointEstimator",
"InDet::VertexPointEstimator",
"Vertex point estimator"
}

Initial conversion vertex estimator tool.

Definition at line 95 of file InDetConversionFinderTools.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
xAOD::TrackParticle_v1::curvilinearParameters
const Trk::CurvilinearParameters curvilinearParameters(unsigned int index) const
Returns a curvilinear representation of the parameters at 'index'.
Definition: TrackParticle_v1.cxx:673
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
InDet::InDetConversionFinderTools::passPreSelection
bool passPreSelection(TrackPairsSelector::Cache &cache, const xAOD::TrackParticle *track_pos, const xAOD::TrackParticle *track_neg, std::vector< Amg::Vector3D > &trackList, Amg::Vector3D &initPos, int &flag, std::map< std::string, float > &intersectionDecors) const
Definition: InDetConversionFinderTools.cxx:348
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:557
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
SG::Accessor< float >
Trk::ParametersBase::position
const Amg::Vector3D & position() const
Access method for the position.
index
Definition: index.py:1
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition: EMErrorDetail.h:25
xAOD::VxType::V0Vtx
@ V0Vtx
Vertex from V0 decay.
Definition: TrackingPrimitives.h:575
initialize
void initialize()
Definition: run_EoverP.cxx:894
xAOD::TrackParticle_v1::summaryValue
bool summaryValue(uint8_t &value, const SummaryType &information) const
Accessor for TrackSummary values.
Definition: TrackParticle_v1.cxx:736
InDet::InDetConversionFinderTools::m_maxdR
DoubleProperty m_maxdR
Definition: InDetConversionFinderTools.h:135
InDet::InDetConversionFinderTools::m_postSelector
ToolHandle< InDet::ConversionPostSelector > m_postSelector
Conversion post-fit selector tool.
Definition: InDetConversionFinderTools.h:102
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
InDet::InDetConversionFinderTools::m_iVertexFitter
ToolHandle< Trk::IVertexFitter > m_iVertexFitter
Vertex fitter interface.
Definition: InDetConversionFinderTools.h:83
xAOD::numberOfPixelHits
@ numberOfPixelHits
these are the pixel hits, including the b-layer [unit8_t].
Definition: TrackingPrimitives.h:259
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:27
InDet::InDetConversionFinderTools::m_vertexEstimator
ToolHandle< InDet::VertexPointEstimator > m_vertexEstimator
Initial conversion vertex estimator tool.
Definition: InDetConversionFinderTools.h:95
xAOD::Vertex_v1::setVertexType
void setVertexType(VxType::VertexType vType)
Set the type of the vertex.
InDet::InDetConversionFinderTools::m_trackPairsSelector
ToolHandle< InDet::TrackPairsSelector > m_trackPairsSelector
Initial conversion vertex estimator tool.
Definition: InDetConversionFinderTools.h:88
InDet::InDetConversionFinderTools::finalize
virtual StatusCode finalize() override
Definition: InDetConversionFinderTools.cxx:95
xAOD::Vertex_v1::addTrackAtVertex
void addTrackAtVertex(const ElementLink< TrackParticleContainer > &tr, float weight=1.0)
Add a new track to the vertex.
Definition: Vertex_v1.cxx:314
xAOD::TrackParticle_v1::perigeeParameters
const Trk::Perigee & perigeeParameters() const
Returns the Trk::MeasuredPerigee track parameters.
Definition: TrackParticle_v1.cxx:485
InDet::InDetConversionFinderTools::m_MinInitVtxR
DoubleProperty m_MinInitVtxR
Definition: InDetConversionFinderTools.h:137
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
lumiFormat.i
int i
Definition: lumiFormat.py:85
xAOD::FirstMeasurement
@ FirstMeasurement
Parameter defined at the position of the 1st measurement.
Definition: TrackingPrimitives.h:213
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
InDet::InDetConversionFinderTools::m_singleTrkConvTool
ToolHandle< InDet::SingleTrackConversionTool > m_singleTrkConvTool
Single track conversion tool.
Definition: InDetConversionFinderTools.h:109
master.flag
bool flag
Definition: master.py:29
find_tgc_unfilled_channelids.ip
ip
Definition: find_tgc_unfilled_channelids.py:3
AthenaPoolTestRead.acc
acc
Definition: AthenaPoolTestRead.py:16
python.xAODType.dummy
dummy
Definition: xAODType.py:4
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
xAOD::Vertex_v1::clearTracks
void clearTracks()
Remove all tracks from the vertex.
Definition: Vertex_v1.cxx:331
Trk::CurvilinearParametersT
Definition: CurvilinearParametersT.h:48
xAOD::TrackParticle_v1::parameterPosition
xAOD::ParameterPosition parameterPosition(unsigned int index) const
Return the ParameterPosition of the parameters at 'index'.
Definition: TrackParticle_v1.cxx:647
InDet::InDetConversionFinderTools::m_trkSelector
ToolHandle< Trk::ITrackSelectorTool > m_trkSelector
Track Selector Tool.
Definition: InDetConversionFinderTools.h:117
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
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
InDet::InDetConversionFinderTools::m_isConversion
BooleanProperty m_isConversion
Definition: InDetConversionFinderTools.h:64
xAOD::TrackParticle_v1::numberOfParameters
size_t numberOfParameters() const
Returns the number of additional parameters stored in the TrackParticle.
Definition: TrackParticle_v1.cxx:553
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
DeMoScan.index
string index
Definition: DeMoScan.py:364
a
TList * a
Definition: liststreamerinfos.cxx:10
h
xAOD::Vertex_v1
Class describing a Vertex.
Definition: Vertex_v1.h:42
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
InDet::InDetConversionFinderTools::m_decorateVertices
BooleanProperty m_decorateVertices
Definition: InDetConversionFinderTools.h:66
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
xAOD::numberOfSCTHits
@ numberOfSCTHits
number of hits in SCT [unit8_t].
Definition: TrackingPrimitives.h:268
InDet::InDetConversionFinderTools::m_MinFlightAngle
DoubleProperty m_MinFlightAngle
Definition: InDetConversionFinderTools.h:139
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
xAOD::VxType::ConvVtx
@ ConvVtx
Conversion vertex.
Definition: TrackingPrimitives.h:574
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition: TrackParticle_v1.h:43
InDet::InDetConversionFinderTools::m_removeTrt
BooleanProperty m_removeTrt
Definition: InDetConversionFinderTools.h:62
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
fitman.k
k
Definition: fitman.py:528