|
ATLAS Offline Software
|
#include <MuonCombinedInDetCandidateAlg.h>
|
| MuonCombinedInDetCandidateAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
| ~MuonCombinedInDetCandidateAlg ()=default |
|
StatusCode | initialize () override |
|
StatusCode | execute (const EventContext &ctx) const override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
SG::ReadHandleKeyArray< xAOD::TrackParticleContainer > | m_indetTrackParticleLocation |
|
SG::ReadHandleKeyArray< CaloExtensionCollection > | m_caloExtensionLocation |
|
SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_indetForwardTrackParticleLocation |
|
SG::ReadHandleKey< CaloExtensionCollection > | m_caloFwdExtensionLocation {this, "CaloFwdExtensionLocation", ""} |
|
SG::WriteHandleKey< InDetCandidateCollection > | m_candidateCollectionName {this, "InDetCandidateLocation", "InDetCandidates"} |
|
ToolHandle< Trk::ITrackSelectorTool > | m_trackSelector |
|
ToolHandle< Trk::ITrackSelectorTool > | m_forwardTrackSelector |
|
ToolHandle< Muon::IMuonSystemExtensionTool > | m_muonSystemExtensionTool {this, "MuonSystemExtensionTool", "", "Muon system extension tool"} |
|
Gaudi::Property< bool > | m_doSiliconForwardMuons {this, "DoSiliconAssocForwardMuons", false} |
|
Gaudi::Property< float > | m_extThreshold {this, "ExtensionPtThreshold", 2500} |
| Minimum pt threshold of the IdCandidate to be extrapolated through the spectrometer. More...
|
|
Gaudi::Property< bool > | m_extendSAF {this, "ExtendSAF", false} |
| Shall SAF tracks be equiped with a muon system extension used by MuGirl later. More...
|
|
Gaudi::Property< bool > | m_extendBulk {this, "ExtendBulk", true} |
| Shall ordinary ID tracks be equiped with a muon system extension used by MuGirl later. More...
|
|
Gaudi::Property< bool > | m_requireExtension {this, "RequireExtension", true} |
| Reject muon candidates without a muon system extension – only effective if the candidate shall actually be extended. 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 |
|
◆ StoreGateSvc_t
◆ MuonCombinedInDetCandidateAlg()
MuonCombinedInDetCandidateAlg::MuonCombinedInDetCandidateAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~MuonCombinedInDetCandidateAlg()
MuonCombinedInDetCandidateAlg::~MuonCombinedInDetCandidateAlg |
( |
| ) |
|
|
default |
◆ 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.
◆ create()
MuGirl only operates on ID tracks with pt at least this high
Definition at line 84 of file MuonCombinedInDetCandidateAlg.cxx.
85 ATH_MSG_DEBUG(
"Producing InDetCandidates for " << output_cache.inDetContainer->size());
90 if (!link.isValid()) {
93 }
else if (*link !=
tp) {
94 ATH_MSG_WARNING(
"Dereferenced Link not equal to TrackParticle, skipping track ");
105 ATH_MSG_VERBOSE(
" Truth particle: pdgId " << truth_part->
pdgId() <<
" type " << truthTypeAcc(*
tp) <<
" origin "
106 << truthOriginAcc(*
tp) <<
" pt " << truth_part->
pt() <<
" eta "
107 << truth_part->
eta() <<
" phi " << truth_part->
phi());
112 cache.
candidate = std::make_unique<InDetCandidate>(link);
113 cache.
candidate->setSiliconAssociated(output_cache.flagAsSAF);
120 output_cache.outputContainer->push_back(std::move(cache.
candidate));
122 ATH_MSG_DEBUG(
"InDetCandidates selected " << output_cache.outputContainer->size());
123 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode MuonCombinedInDetCandidateAlg::execute |
( |
const EventContext & |
ctx | ) |
const |
|
override |
Definition at line 34 of file MuonCombinedInDetCandidateAlg.cxx.
35 InDetCandidateCache output_cache{};
38 if (!readHandle.isValid()) {
40 return StatusCode::FAILURE;
42 output_cache.inDetContainer = readHandle.cptr();
46 if (!caloExtension.isValid()) {
48 return StatusCode::FAILURE;
50 output_cache.extensionContainer = caloExtension.cptr();
52 output_cache.extensionContainer =
nullptr;
58 if (!readHandle.isValid()) {
60 return StatusCode::FAILURE;
64 if (!caloExtension.isValid()) {
66 return StatusCode::FAILURE;
68 output_cache.extensionContainer = caloExtension.cptr();
70 output_cache.extensionContainer =
nullptr;
72 output_cache.inDetContainer = readHandle.cptr();
74 output_cache.flagAsSAF =
true;
79 ATH_CHECK(indetCandidateCollection.record(std::move(output_cache.outputContainer)));
81 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
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.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ getCount()
◆ initialize()
StatusCode MuonCombinedInDetCandidateAlg::initialize |
( |
| ) |
|
|
override |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isValidTrackParticle()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ printTrackParticleInfo()
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ 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.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ 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.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_caloExtensionLocation
◆ m_caloFwdExtensionLocation
◆ m_candidateCollectionName
◆ m_detStore
◆ m_doSiliconForwardMuons
Gaudi::Property<bool> MuonCombinedInDetCandidateAlg::m_doSiliconForwardMuons {this, "DoSiliconAssocForwardMuons", false} |
|
private |
◆ m_evtStore
◆ m_extendBulk
Gaudi::Property<bool> MuonCombinedInDetCandidateAlg::m_extendBulk {this, "ExtendBulk", true} |
|
private |
◆ 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_extendSAF
Gaudi::Property<bool> MuonCombinedInDetCandidateAlg::m_extendSAF {this, "ExtendSAF", false} |
|
private |
◆ m_extThreshold
Gaudi::Property<float> MuonCombinedInDetCandidateAlg::m_extThreshold {this, "ExtensionPtThreshold", 2500} |
|
private |
◆ m_forwardTrackSelector
Initial value:{
this, "InDetForwardTrackSelector", "InDet::InDetDetailedTrackSelectorTool/MuonCombinedInDetDetailedForwardTrackSelectorTool",
"Forward track selector tool"}
Definition at line 46 of file MuonCombinedInDetCandidateAlg.h.
◆ m_indetForwardTrackParticleLocation
◆ m_indetTrackParticleLocation
◆ m_muonSystemExtensionTool
◆ m_requireExtension
Gaudi::Property<bool> MuonCombinedInDetCandidateAlg::m_requireExtension {this, "RequireExtension", true} |
|
private |
Reject muon candidates without a muon system extension – only effective if the candidate shall actually be extended.
Definition at line 79 of file MuonCombinedInDetCandidateAlg.h.
◆ m_trackSelector
Initial value:{
this, "TrackSelector", "InDet::InDetDetailedTrackSelectorTool/MuonCombinedInDetDetailedTrackSelectorTool", "Track selector tool"}
Definition at line 44 of file MuonCombinedInDetCandidateAlg.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
bool isValidTrackParticle(const Trk::ITrackSelectorTool *currentTrackSelector, const xAOD::TrackParticle *const tp) const
SG::ReadHandleKey< CaloExtensionCollection > m_caloFwdExtensionLocation
StatusCode create(const EventContext &ctx, InDetCandidateCache &output_cache) const
ToolHandle< Trk::ITrackSelectorTool > m_trackSelector
Gaudi::Property< bool > m_requireExtension
Reject muon candidates without a muon system extension – only effective if the candidate shall actual...
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool msgLvl(const MSG::Level lvl) const
@ numberOfPixelHits
these are the pixel hits, including the b-layer [unit8_t].
@ numberOfTRTHits
number of TRT hits [unit8_t].
#define ATH_MSG_VERBOSE(x)
Gaudi::Property< bool > m_doSiliconForwardMuons
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadHandleKeyArray< xAOD::TrackParticleContainer > m_indetTrackParticleLocation
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a truth particle in the MC record.
Gaudi::Property< float > m_extThreshold
Minimum pt threshold of the IdCandidate to be extrapolated through the spectrometer.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Gaudi::Property< bool > m_extendSAF
Shall SAF tracks be equiped with a muon system extension used by MuGirl later.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
int getCount(const xAOD::TrackParticle &tp, xAOD::SummaryType type) const
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
ToolHandle< Muon::IMuonSystemExtensionTool > m_muonSystemExtensionTool
const xAOD::TruthParticle * getTruthParticle(const xAOD::IParticle &p)
Return the truthParticle associated to the given IParticle (if any)
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
SG::ReadHandleKeyArray< CaloExtensionCollection > m_caloExtensionLocation
void printTrackParticleInfo(const xAOD::TrackParticle *const tp, const std::string &what) const
virtual double phi() const override final
The azimuthal angle ( ) of the particle.
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual double pt() const override final
The transverse momentum ( ) of the particle.
@ numberOfSCTHits
number of hits in SCT [unit8_t].
SG::WriteHandleKey< InDetCandidateCollection > m_candidateCollectionName
Class describing a TrackParticle.
ToolHandle< Trk::ITrackSelectorTool > m_forwardTrackSelector
Gaudi::Property< bool > m_extendBulk
Shall ordinary ID tracks be equiped with a muon system extension used by MuGirl later.
int pdgId() const
PDG ID code.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_indetForwardTrackParticleLocation
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
@ numberOfInnermostPixelLayerHits
these are the hits in the 0th pixel barrel layer