![]() |
ATLAS Offline Software
|
#include <TrackParametersAtPV.h>
Public Member Functions | |
TrackParametersAtPV (const std::string &t, const std::string &n, const IInterface *p) | |
Constructor with parameters. More... | |
~TrackParametersAtPV () | |
Destructor. More... | |
StatusCode | initialize () |
StatusCode | finalize () |
virtual StatusCode | addBranches () const |
Check that the current event passes this filter. More... | |
Private Attributes | |
SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_collTrackKey { this, "TrackParticleContainerName", "InDetTrackParticles", ""} |
SG::ReadHandleKey< xAOD::VertexContainer > | m_collVertexKey { this, "VertexContainerName", "PrimaryVertices", ""} |
SG::WriteHandleKey< std::vector< float > > | m_trackZ0PVKey { this, "Z0SGEntryName", "", "" } |
the code used in this implementation is kindly stolen from: atlasoff:: ISF/ISF_Core/ISF_Tools
Definition at line 35 of file TrackParametersAtPV.h.
DerivationFramework::TrackParametersAtPV::TrackParametersAtPV | ( | const std::string & | t, |
const std::string & | n, | ||
const IInterface * | p | ||
) |
Constructor with parameters.
Definition at line 16 of file TrackParametersAtPV.cxx.
|
default |
Destructor.
|
virtual |
Check that the current event passes this filter.
Definition at line 53 of file TrackParametersAtPV.cxx.
StatusCode DerivationFramework::TrackParametersAtPV::finalize | ( | ) |
Definition at line 46 of file TrackParametersAtPV.cxx.
StatusCode DerivationFramework::TrackParametersAtPV::initialize | ( | ) |
Definition at line 27 of file TrackParametersAtPV.cxx.
|
private |
Definition at line 52 of file TrackParametersAtPV.h.
|
private |
Definition at line 54 of file TrackParametersAtPV.h.
|
private |
Definition at line 57 of file TrackParametersAtPV.h.