|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JET_HIT_ASSOCIATION_ALG_HH
6 #define JET_HIT_ASSOCIATION_ALG_HH
25 #include "AthLinks/ElementLink.h"
35 ISvcLocator* pSvcLocator);
45 this,
"jetContainer",
"tempEmtopoJets",
"Key for jets"};
48 this,
"hitContainer",
"PixelClusters",
"Key for hits"};
51 this,
"hitReaderX",
"HitsXRelToBeamspot",
"Key for output hits x coordinate relative to beamspot"};
54 this,
"hitReaderY",
"HitsYRelToBeamspot",
"Key for output hits y coordinate relative to beamspot"};
57 this,
"hitAssociation",
"hitsAssociatedWithJet",
"Key for decorating links"};
60 this,
"dphiHitToJet", 0.2,
"Phi difference between hit and jet"};
63 this,
"maxHits", 200,
"Maximum number of hits"};
virtual StatusCode execute(const EventContext &) const override
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::ReadHandleKey< xAOD::TrackMeasurementValidationContainer > m_inputPixHitCollectionKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadHandleKey< xAOD::JetContainer > m_jetCollectionKey
This file contains "getter" functions used for accessing tagger inputs from the EDM.
SG::WriteDecorHandleKey< xAOD::JetContainer > m_hitAssociationKey
JetHitAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_HitsYRelToBeamspotKey
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< int > m_maxHits
Gaudi::Property< float > m_dPhiHitToJet
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
virtual StatusCode initialize() override
SG::ReadDecorHandleKey< xAOD::TrackMeasurementValidationContainer > m_HitsXRelToBeamspotKey