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

#include <ScoreBasedAmbiguityResolutionAlg.h>

Inheritance diagram for ActsTrk::ScoreBasedAmbiguityResolutionAlg:
Collaboration diagram for ActsTrk::ScoreBasedAmbiguityResolutionAlg:

Public Member Functions

 ScoreBasedAmbiguityResolutionAlg (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual StatusCode initialize () override
 
virtual StatusCode execute (const EventContext &ctx) const override
 
virtual StatusCode sysInitialize () override
 Override sysInitialize. More...
 
virtual bool isClonable () const override
 Specify if the algorithm is clonable. More...
 
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
 
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm. More...
 
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies. More...
 
virtual bool filterPassed (const EventContext &ctx) const
 
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &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

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

ToolHandle< GenericMonitoringToolm_monTool
 
ToolHandle< IActsTrackingGeometryToolm_trackingGeometryTool
 
SG::ReadHandleKey< ActsTrk::TrackContainerm_tracksKey
 
ActsTrk::MutableTrackContainerHandlesHelper m_resolvedTracksBackendHandles
 
SG::WriteHandleKey< ActsTrk::TrackContainerm_resolvedTracksKey
 
Gaudi::Property< double > m_minScore
 
Gaudi::Property< double > m_minScoreSharedTracks
 
Gaudi::Property< std::size_t > m_maxSharedTracksPerMeasurement
 
Gaudi::Property< std::size_t > m_maxShared
 
Gaudi::Property< double > m_pTMin
 
Gaudi::Property< double > m_pTMax
 
Gaudi::Property< double > m_phiMin
 
Gaudi::Property< double > m_phiMax
 
Gaudi::Property< double > m_etaMin
 
Gaudi::Property< double > m_etaMax
 
Gaudi::Property< bool > m_useAmbiguityFunction
 
Gaudi::Property< std::string > m_jsonFileName
 
std::unique_ptr< Acts::ScoreBasedAmbiguityResolution > m_ambi {nullptr}
 
ServiceHandle< InDet::IInDetEtaDependentCutsSvcm_etaDependentCutsSvc
 ITk eta-dependent cuts. More...
 
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 40 of file ScoreBasedAmbiguityResolutionAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ ScoreBasedAmbiguityResolutionAlg()

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

Definition at line 51 of file ScoreBasedAmbiguityResolutionAlg.cxx.

53  : AthReentrantAlgorithm(name, pSvcLocator) {}

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 }

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

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

Definition at line 104 of file ScoreBasedAmbiguityResolutionAlg.cxx.

105  {
106  auto timer = Monitored::Timer<std::chrono::milliseconds>("TIME_execute");
108 
111  ATH_CHECK(trackHandle.isValid());
112 
113  // creates mutable tracks from the input tracks to add summary information
114  // NOTE: this operation likely needs to moved outside ambiguity resolution
115  ActsTrk::MutableTrackContainer updatedTracks =
117 
118  // create the optional cuts for the ambiguity resolution
119  Acts::ScoreBasedAmbiguityResolution::OptionalCuts<
120  ActsTrk::MutableTrackContainer::ConstTrackProxy>
121  optionalCuts;
122 
123  using TrackProxyType = Acts::TrackProxy<ActsTrk::MutableTrackSummaryContainer,
125  Acts::detail::ValueHolder, true>;
126 
127  // Eta based optional cuts is added as a lambda function inorder to access the
128  // m_etaDependentCutsSvc private variable
129  optionalCuts.cuts.push_back([this](const TrackProxyType &track) {
130  // Access m_etaDependentCutsSvc through this
133  });
134 
135  // Add other optional cuts and scores
136  optionalCuts.cuts.push_back(ScoreBasedSolverCutsImpl::doubleHolesFilter);
137  optionalCuts.scores.push_back(
139  optionalCuts.scores.push_back(
141  optionalCuts.hitSelections.push_back(
143 
144  // Call the ambiguity resolution algorithm with the optional cuts on the
145  // updated tracks
146  std::vector<int> goodTracks = m_ambi->solveAmbiguity(
147  updatedTracks, &sourceLinkHash, &sourceLinkEquality, optionalCuts);
148 
149  ATH_MSG_DEBUG("Resolved to " << goodTracks.size() << " tracks from "
150  << updatedTracks.size());
151 
152  ActsTrk::MutableTrackContainer solvedTracks;
153  solvedTracks.ensureDynamicColumns(updatedTracks);
154 
155  for (auto iTrack : goodTracks) {
156  auto destProxy = solvedTracks.getTrack(solvedTracks.addTrack());
157  destProxy.copyFrom(updatedTracks.getTrack(iTrack));
158  }
159  std::unique_ptr<ActsTrk::TrackContainer> outputTracks =
161  std::move(solvedTracks),
162  m_trackingGeometryTool->getGeometryContext(ctx).context(), ctx);
163  SG::WriteHandle<ActsTrk::TrackContainer> resolvedTrackHandle(
164  m_resolvedTracksKey, ctx);
165 
166  if (resolvedTrackHandle.record(std::move(outputTracks)).isFailure()) {
167  ATH_MSG_ERROR("Failed to record resolved ACTS tracks with key "
168  << m_resolvedTracksKey.key());
169  return StatusCode::FAILURE;
170  }
171 
172  return StatusCode::SUCCESS;
173 }

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

◆ initialize()

StatusCode ActsTrk::ScoreBasedAmbiguityResolutionAlg::initialize ( )
overridevirtual

Definition at line 55 of file ScoreBasedAmbiguityResolutionAlg.cxx.

55  {
56  {
57  Acts::ScoreBasedAmbiguityResolution::Config cfg;
58  Acts::ConfigPair configPair;
59  nlohmann::json json_file;
60 
61  std::string fileName = PathResolver::find_file(
62  "ActsConfig/ActsAmbiguityConfig.json", "DATAPATH");
63 
64  std::ifstream file(fileName.c_str());
65  if (!file.is_open()) {
66  std::cerr << "Error opening file: " << fileName << std::endl;
67  return {};
68  }
69  file >> json_file;
70  file.close();
71 
72  Acts::from_json(json_file, configPair);
73 
74  cfg.volumeMap = configPair.first;
75  cfg.detectorConfigs = configPair.second;
76  cfg.minScore = m_minScore;
77  cfg.minScoreSharedTracks = m_minScoreSharedTracks;
78  cfg.maxSharedTracksPerMeasurement = m_maxSharedTracksPerMeasurement;
79  cfg.maxShared = m_maxShared;
80  cfg.pTMin = m_pTMin;
81  cfg.pTMax = m_pTMax;
82  cfg.phiMin = m_phiMin;
83  cfg.phiMax = m_phiMax;
84  cfg.etaMin = m_etaMin;
85  cfg.etaMax = m_etaMax;
86  cfg.useAmbiguityFunction = m_useAmbiguityFunction;
87 
88  m_ambi = std::make_unique<Acts::ScoreBasedAmbiguityResolution>(
89  std::move(cfg), makeActsAthenaLogger(this, "Acts"));
90  assert(m_ambi);
91  }
92 
93  ATH_CHECK(m_monTool.retrieve(EnableTool{not m_monTool.empty()}));
99  m_resolvedTracksKey.key()))); // TODO choose prefix related to the
100  // output tracks name
101  return StatusCode::SUCCESS;
102 }

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

std::unique_ptr<Acts::ScoreBasedAmbiguityResolution> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_ambi {nullptr}
private

Definition at line 97 of file ScoreBasedAmbiguityResolutionAlg.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_etaDependentCutsSvc

ServiceHandle<InDet::IInDetEtaDependentCutsSvc> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaDependentCutsSvc
private
Initial value:
{
this, "InDetEtaDependentCutsSvc", ""}

ITk eta-dependent cuts.

Definition at line 100 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_etaMax

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaMax
private
Initial value:
{this, "EtaMax", 5,
"Maximum pseudorapidity."}

Definition at line 86 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_etaMin

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaMin
private
Initial value:
{this, "EtaMin", -5,
"Minimum pseudorapidity."}

Definition at line 84 of file ScoreBasedAmbiguityResolutionAlg.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_jsonFileName

Gaudi::Property<std::string> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_jsonFileName
private
Initial value:
{
this, "jsonFileName", "ScoreBasedAmbiguity_Config.json",
"Name of the JSON file that contains the config file."}

Definition at line 93 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_maxShared

Gaudi::Property<std::size_t> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_maxShared
private
Initial value:
{
this, "MaxShared", 5, "Maximum number of shared hit per track."}

Definition at line 69 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_maxSharedTracksPerMeasurement

Gaudi::Property<std::size_t> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_maxSharedTracksPerMeasurement
private
Initial value:
{
this, "MaxSharedTracksPerMeasurement", 10,
"Maximum number of shared tracks per measurement."}

Definition at line 66 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_minScore

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_minScore
private
Initial value:
{this, "MinScore", 0.0,
"Minimum score for track selection."}

Definition at line 61 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_minScoreSharedTracks

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_minScoreSharedTracks
private
Initial value:
{
this, "MinScoreSharedTracks", 0.0,
"Minimum score for shared track selection."}

Definition at line 63 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_monTool

ToolHandle<GenericMonitoringTool> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_monTool
private
Initial value:
{this, "MonTool", "",
"Monitoring tool"}

Definition at line 49 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_phiMax

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_phiMax
private
Initial value:
{this, "PhiMax",
"Maximum azimuthal angle."}

Definition at line 80 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_phiMin

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_phiMin
private
Initial value:
{this, "PhiMin",
"Minimum azimuthal angle."}

Definition at line 77 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_pTMax

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_pTMax
private
Initial value:
{this, "PTMax", 1e5 * Acts::UnitConstants::GeV,
"Maximum transverse momentum."}

Definition at line 74 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_pTMin

Gaudi::Property<double> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_pTMin
private
Initial value:
{this, "PTMin", 0 * Acts::UnitConstants::GeV,
"Minimum transverse momentum."}

Definition at line 72 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_resolvedTracksBackendHandles

ActsTrk::MutableTrackContainerHandlesHelper ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_resolvedTracksBackendHandles
private

Definition at line 56 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_resolvedTracksKey

SG::WriteHandleKey<ActsTrk::TrackContainer> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_resolvedTracksKey
private
Initial value:
{
this, "ResolvedTracksLocation", "",
"Ambiguity resolved output track collection"}

Definition at line 57 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_trackingGeometryTool

ToolHandle<IActsTrackingGeometryTool> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_trackingGeometryTool
private
Initial value:
{
this, "TrackingGeometryTool", ""}

Definition at line 51 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_tracksKey

SG::ReadHandleKey<ActsTrk::TrackContainer> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_tracksKey
private
Initial value:
{
this, "TracksLocation", "", "Input track collection"}

Definition at line 54 of file ScoreBasedAmbiguityResolutionAlg.h.

◆ m_useAmbiguityFunction

Gaudi::Property<bool> ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_useAmbiguityFunction
private
Initial value:
{
this, "UseAmbiguityFunction", false,
"Flag to enable/disable ambiguity function."}

Definition at line 89 of file ScoreBasedAmbiguityResolutionAlg.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:
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: ScoreBasedAmbiguityResolutionAlg.h:49
GeV
#define GeV
Definition: PhysicsAnalysis/TauID/TauAnalysisTools/Root/HelperFunctions.cxx:17
TrigDefs::Group
Group
Properties of a chain group.
Definition: GroupProperties.h:13
ActsTrk::MutableTrackContainerHandlesHelper::moveToConst
std::unique_ptr< ActsTrk::TrackContainer > moveToConst(ActsTrk::MutableTrackContainer &&tc, const Acts::GeometryContext &geoContext, const EventContext &evtContext) const
produces ActsTrk::ConstTrackContainer with all backends stored in SG
Definition: TrackContainerHandlesHelper.cxx:130
PathResolver::find_file
static std::string find_file(const std::string &logical_file_name, const std::string &search_path, SearchType search_type=LocalSearch)
Definition: PathResolver.cxx:251
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaMax
Gaudi::Property< double > m_etaMax
Definition: ScoreBasedAmbiguityResolutionAlg.h:86
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_phiMax
Gaudi::Property< double > m_phiMax
Definition: ScoreBasedAmbiguityResolutionAlg.h:80
json
nlohmann::json json
Definition: HistogramDef.cxx:9
ActsTrk::ScoreBasedSolverCutsImpl::innermostPixelLayerHitsScore
void innermostPixelLayerHitsScore(const trackProxy_t &track, double &score)
Score modifier for tracks based on innermost pixel layer hits.
Definition: ScoreBasedSolverCutsImpl.cxx:114
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_phiMin
Gaudi::Property< double > m_phiMin
Definition: ScoreBasedAmbiguityResolutionAlg.h:77
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_useAmbiguityFunction
Gaudi::Property< bool > m_useAmbiguityFunction
Definition: ScoreBasedAmbiguityResolutionAlg.h:89
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
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
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_resolvedTracksBackendHandles
ActsTrk::MutableTrackContainerHandlesHelper m_resolvedTracksBackendHandles
Definition: ScoreBasedAmbiguityResolutionAlg.h:56
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
ActsTrk::prefixFromTrackContainerName
std::string prefixFromTrackContainerName(const std::string &tracks)
Parse TrackContainer name to get the prefix for backends The name has to contain XYZTracks,...
Definition: TrackContainerHandlesHelper.cxx:18
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
SG::VarHandleKey::key
const std::string & key() const
Return the StoreGate ID for the referenced object.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:141
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_tracksKey
SG::ReadHandleKey< ActsTrk::TrackContainer > m_tracksKey
Definition: ScoreBasedAmbiguityResolutionAlg.h:54
ActsTrk::MutableTrackContainerHandlesHelper::initialize
StatusCode initialize(const std::string &prefix)
Sets up the handles.
Definition: TrackContainerHandlesHelper.cxx:51
python.utils.AtlRunQueryTimer.timer
def timer(name, disabled=False)
Definition: AtlRunQueryTimer.py:86
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:29
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_ambi
std::unique_ptr< Acts::ScoreBasedAmbiguityResolution > m_ambi
Definition: ScoreBasedAmbiguityResolutionAlg.h:97
SG::makeHandle
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Definition: ReadCondHandle.h:270
makeActsAthenaLogger
std::unique_ptr< const Acts::Logger > makeActsAthenaLogger(IMessageSvc *svc, const std::string &name, int level, std::optional< std::string > parent_name)
Definition: Tracking/Acts/ActsInterop/src/Logger.cxx:64
ActsTrk::MutableMultiTrajectory
Athena implementation of ACTS::MultiTrajectory (ReadWrite version) The data is stored in 4 external b...
Definition: MultiTrajectory.h:81
ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesFilter
bool doubleHolesFilter(const trackProxy_t &track)
Filter for tracks based on double holes.
Definition: ScoreBasedSolverCutsImpl.cxx:96
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
FortranAlgorithmOptions.fileName
fileName
Definition: FortranAlgorithmOptions.py:13
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.
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_minScore
Gaudi::Property< double > m_minScore
Definition: ScoreBasedAmbiguityResolutionAlg.h:61
ActsTrk::MutableTrackSummaryContainer
Definition: Tracking/Acts/ActsEvent/ActsEvent/TrackSummaryContainer.h:118
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
file
TFile * file
Definition: tile_monitor.h:29
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
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
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaDependentCutsSvc
ServiceHandle< InDet::IInDetEtaDependentCutsSvc > m_etaDependentCutsSvc
ITk eta-dependent cuts.
Definition: ScoreBasedAmbiguityResolutionAlg.h:100
SG::ReadHandle::isValid
virtual bool isValid() override final
Can the handle be successfully dereferenced?
AthReentrantAlgorithm::m_extendedExtraObjects
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Definition: AthReentrantAlgorithm.h:153
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:228
ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts
bool etaDependentCuts(const trackProxy_t &track, ServiceHandle< InDet::IInDetEtaDependentCutsSvc > etaDependentCutsSvc)
Filter for tracks based on eta dependent cuts.
Definition: ScoreBasedSolverCutsImpl.cxx:184
AthReentrantAlgorithm::sysInitialize
virtual StatusCode sysInitialize() override
Override sysInitialize.
Definition: AthReentrantAlgorithm.cxx:96
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_trackingGeometryTool
ToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool
Definition: ScoreBasedAmbiguityResolutionAlg.h:51
WriteCaloSwCorrections.cfg
cfg
Definition: WriteCaloSwCorrections.py:23
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_pTMin
Gaudi::Property< double > m_pTMin
Definition: ScoreBasedAmbiguityResolutionAlg.h:72
SG::WriteHandle
Definition: StoreGate/StoreGate/WriteHandle.h:76
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_minScoreSharedTracks
Gaudi::Property< double > m_minScoreSharedTracks
Definition: ScoreBasedAmbiguityResolutionAlg.h:63
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_maxShared
Gaudi::Property< std::size_t > m_maxShared
Definition: ScoreBasedAmbiguityResolutionAlg.h:69
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ActsTrk::ScoreBasedSolverCutsImpl::addSummaryInformation
ActsTrk::MutableTrackContainer addSummaryInformation(ActsTrk::TrackContainer trackContainer)
Adds summary information to the track container.
Definition: ScoreBasedSolverCutsImpl.cxx:31
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_etaMin
Gaudi::Property< double > m_etaMin
Definition: ScoreBasedAmbiguityResolutionAlg.h:84
plotBeamSpotMon.mon
mon
Definition: plotBeamSpotMon.py:67
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
xAOD::track
@ track
Definition: TrackingPrimitives.h:512
LHEF::Writer
Pythia8::Writer Writer
Definition: Prophecy4fMerger.cxx:12
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_maxSharedTracksPerMeasurement
Gaudi::Property< std::size_t > m_maxSharedTracksPerMeasurement
Definition: ScoreBasedAmbiguityResolutionAlg.h:66
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_resolvedTracksKey
SG::WriteHandleKey< ActsTrk::TrackContainer > m_resolvedTracksKey
Definition: ScoreBasedAmbiguityResolutionAlg.h:57
JetPileupTag::from_json
void from_json(const nlohmann::json &j, NNJvtBinning &binning)
Definition: NNJvtBinning.cxx:24
ActsTrk::MutableTrackContainer
Definition: TrackContainer.h:122
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
ActsTrk::ScoreBasedSolverCutsImpl::ContribPixelLayersScore
void ContribPixelLayersScore(const trackProxy_t &track, double &score)
Score modifier for tracks based on contributing pixel layers.
Definition: ScoreBasedSolverCutsImpl.cxx:143
Monitored::Timer
A monitored timer.
Definition: MonitoredTimer.h:32
ActsTrk::ScoreBasedAmbiguityResolutionAlg::m_pTMax
Gaudi::Property< double > m_pTMax
Definition: ScoreBasedAmbiguityResolutionAlg.h:74
ActsTrk::ScoreBasedSolverCutsImpl::patternTrackHitSelection
void patternTrackHitSelection(const trackProxy_t &track, const trackProxy_t::ConstTrackStateProxy &ts, Acts::ScoreBasedAmbiguityResolution::TrackStateTypes &trackStateType)
Hit selection for tracks based on pattern track hits.
Definition: ScoreBasedSolverCutsImpl.cxx:209
python.SystemOfUnits.rad
int rad
Definition: SystemOfUnits.py:111
fitman.k
k
Definition: fitman.py:528
ServiceHandle< ICondSvc >