|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef TRIGEFMISSINGET_FLOWELEMENTPREPALG_H
14 #define TRIGEFMISSINGET_FLOWELEMENTPREPALG_H 1
62 this,
"InputNeutralKey",
"",
"Input neutral container"};
65 this,
"InputChargedKey",
"",
"Input charged container"};
68 this,
"InputVertexKey",
"",
69 "Input vertex container (only needed if TVA tool is supplied."};
72 this,
"OutputKey",
"",
"Output combined container"};
75 this,
"OutputCategoryKey",
"",
"Output category name"};
77 ToolHandle<CP::ITrackVertexAssociationTool>
m_tvaTool{
79 "Track -> vertex association tool for the cPFOS. "
80 "If not provided the matchedToPV decoration is used."};
83 this,
"TrackSelTool",
"",
84 "The track selection tool (optional). Only used if a TVA tool is provided"};
90 this,
"UseCompatible",
true,
91 "Use the track -> vertex compatibility over unique matching. "
92 "This only takes effect if a TVA tool is supplied"};
103 #endif //> !TRIGEFMISSINGET_FLOWELEMENTPREPALG
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
FlowElementPrepAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
deferred_t< SG::AuxElement::Decorator< int > > m_decCategory
virtual StatusCode execute(const EventContext &context) const override
Run the algorithm.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputKey
The output combined container.
SG::ReadHandleKey< xAOD::VertexContainer > m_inputVertexKey
The input vertex container.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteDecorHandleKey< xAOD::FlowElementContainer > m_outputCategoryKey
The output classification.
Property holding a SG store/key/clid from which a WriteHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
::StatusCode StatusCode
StatusCode definition for legacy code.
bool m_manualTVA
Whether to perform track -> vertex matching manually.
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a WriteHandle is made.
ToolHandle< InDet::IInDetTrackSelectionTool > m_trackSelTool
Track selection tool.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_inputChargedKey
The input charged container.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_inputNeutralKey
The input neutral container.
std::optional< T > deferred_t
ToolHandle< CP::ITrackVertexAssociationTool > m_tvaTool
Track -> vertex association.
Gaudi::Property< bool > m_useCompatible
Choose between the unique (many-to-one) track->vertex association and just checking compatibility wit...