Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef DERIVATIONFRAMEWORK_TRACKPARAMETERSATPV_H
10 #define DERIVATIONFRAMEWORK_TRACKPARAMETERSATPV_H
53 {
this,
"TrackParticleContainerName",
"InDetTrackParticles",
""};
55 {
this,
"VertexContainerName",
"PrimaryVertices",
""};
58 {
this,
"Z0SGEntryName",
"",
"" };
Property holding a SG store/key/clid from which a ReadHandle is made.
~TrackParametersAtPV()
Destructor.
virtual StatusCode addBranches() const
Check that the current event passes this filter.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< xAOD::VertexContainer > m_collVertexKey
SG::WriteHandleKey< std::vector< float > > m_trackZ0PVKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_collTrackKey
TrackParametersAtPV(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.