ATLAS Offline Software
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | Static Private Attributes | List of all members
D3PD::VertexTrackParticleAssociationTool Class Referenceabstract

#include <VertexTrackParticleAssociationTool.h>

Inheritance diagram for D3PD::VertexTrackParticleAssociationTool:
Collaboration diagram for D3PD::VertexTrackParticleAssociationTool:

Public Types

typedef MultiAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex >, Types< Rec::TrackParticle, xAOD::TrackParticle > > Base
 

Public Member Functions

 VertexTrackParticleAssociationTool (const std::string &type, const std::string &name, const IInterface *parent)
 
virtual StatusCode book () final
 Book variables for this block. More...
 
virtual StatusCode reset (const Trk::VxCandidate &p) override
 Start the iteration for a new association. More...
 
virtual StatusCode reset (const xAOD::Vertex &p) override
 Start the iteration for a new association. More...
 
virtual const Rec::TrackParticlenext (const Trk::VxCandidate *dummy) override
 Return a pointer to the next element in the association. More...
 
virtual const xAOD::TrackParticlenext (const xAOD::Vertex *dummy) override
 Return a pointer to the next element in the association. More...
 
virtual const std::type_info & fromTypeinfo () const
 Return the std::type_info for the source of the association. More...
 
virtual const std::type_info & fromTypeinfo () const =0
 Return the std::type_info for the source of the association. More...
 
virtual StatusCode resetUntyped (const void *p)
 Start the iteration for a new association. More...
 
virtual StatusCode reset (const Types< Trk::VxCandidate, xAOD::Vertex > &p)=0
 Start the iteration for a new association. More...
 
virtual const std::type_info & elementTypeinfo () const
 Return the element type for the target of the association. More...
 
virtual const void * nextUntyped ()
 Return a pointer to the next element in the association. More...
 
virtual const Types< Rec::TrackParticle, xAOD::TrackParticle > * next ()=0
 Return a pointer to the next element in the association. More...
 
virtual void releaseElementUntyped (const void *p)
 Release an object retrieved from the association. More...
 
virtual void releaseElement (const Types< Rec::TrackParticle, xAOD::TrackParticle > *p)
 Release an object retrieved from the association. More...
 
virtual StatusCode configureD3PD (IAddVariable *tree, const std::type_info &ti)
 Configure during initialization: type-check. More...
 
StatusCode configureD3PD (IAddVariable *tree)
 Configure the parent tree. More...
 
virtual StatusCode addVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring="")
 Make the template implementation from IAddVariable visible. More...
 
template<class T , class U >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring, const U &defval)
 Make the template implementation from IAddVariable visible. More...
 
virtual StatusCode addVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)=0
 Make the template implementation from IAddVariable visible. More...
 
template<class T >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addVariable (const std::string &name, T *&ptr, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 
virtual StatusCode addDimensionedVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 
virtual StatusCode addDimensionedVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)=0
 Add a variable to the tuple. More...
 
template<class T >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
 Add a variable to the tuple. More...
 
template<class T , class U >
StatusCode addDimensionedVariable (const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring, const U &defval)
 Add a variable to the tuple. More...
 

Protected Member Functions

const void * doConversion (const void *p)
 Helper to convert pointers to source objects. More...
 
StatusCode configureMulti (D3PD::IAddVariable *tree, const std::type_info &ti, const std::vector< const std::type_info * > &tis, size_t &which)
 Configure during initialization: type-check. More...
 

Protected Attributes

ObjectMetadata m_metadata
 Metadata about the variables created by this object. More...
 

Private Attributes

float * m_weight
 Variable: Track weight. More...
 
const Trk::VxCandidatem_aod_vx
 
const xAOD::Vertexm_xaod_vx
 
size_t m_itrack
 
std::string m_prefix
 Parameter: source object prefix. More...
 
std::string m_blockName
 Property: the name of this block. More...
 
TypeConverter m_inputConverter
 Helper to convert source object pointers. More...
 
const std::string & m_suffix
 Reference to the variable suffix. More...
 
IAddVariablem_tree
 Reference to the block name. More...
 

Static Private Attributes

static const std::string s_emptyString
 Used to provide a default value for blockName. More...
 

Detailed Description

Definition at line 25 of file VertexTrackParticleAssociationTool.h.

Member Typedef Documentation

◆ Base

Definition at line 31 of file VertexTrackParticleAssociationTool.h.

Constructor & Destructor Documentation

◆ VertexTrackParticleAssociationTool()

D3PD::VertexTrackParticleAssociationTool::VertexTrackParticleAssociationTool ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Definition at line 16 of file VertexTrackParticleAssociationTool.cxx.

20  : Base (type, name, parent),
21  m_aod_vx(0),
22  m_xaod_vx(0),
23  m_itrack(0)
24 {
25  book().ignore();
26 }

Member Function Documentation

◆ addDimensionedVariable() [1/6]

StatusCode D3PD::AddVariable::addDimensionedVariable ( const std::string &  name,
const std::type_info &  ti,
void *&  ptr,
const std::string &  dim,
const std::string &  docstring = "",
const void *  defval = 0 
)
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Implements D3PD::IAddVariable.

Definition at line 123 of file AddVariable.cxx.

129 {
130  if (!m_tree) {
131  // Called from constructor --- just initialize pointer.
132  ptr = 0;
133  return StatusCode::SUCCESS;
134  }
135 
137  ti, ptr, dim,
138  docstring, defval ) );
140  ti, ptr, dim,
141  docstring, defval);
142 }

◆ addDimensionedVariable() [2/6]

virtual StatusCode D3PD::IAddVariable::addDimensionedVariable
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [3/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( class T  ,
class U   
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [4/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string &  name,
T *&  ptr,
const std::string &  dim,
const std::string &  docstring,
const U &  defval 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [5/6]

template<class T >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( class T  )
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [6/6]

template<class T >
StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string &  name,
T *&  ptr,
const std::string &  dim,
const std::string &  docstring = "" 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ addVariable() [1/6]

StatusCode D3PD::AddVariable::addVariable ( const std::string &  name,
const std::type_info &  ti,
void *&  ptr,
const std::string &  docstring = "",
const void *  defval = 0 
)
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Implements D3PD::IAddVariable.

Definition at line 85 of file AddVariable.cxx.

90 {
91  if (!m_tree) {
92  // Called from constructor --- just initialize pointer.
93  ptr = 0;
94  return StatusCode::SUCCESS;
95  }
96 
98  ti, ptr, docstring, defval ) );
100  ti, ptr, docstring, defval);
101 }

◆ addVariable() [2/6]

virtual StatusCode D3PD::IAddVariable::addVariable
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [3/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addVariable ( class T  ,
class U   
)
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [4/6]

template<class T , class U >
StatusCode D3PD::IAddVariable::addVariable ( const std::string &  name,
T *&  ptr,
const std::string &  docstring,
const U &  defval 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addVariable() [5/6]

template<class T >
StatusCode D3PD::IAddVariable::addVariable ( class T  )
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [6/6]

template<class T >
StatusCode D3PD::IAddVariable::addVariable ( const std::string &  name,
T *&  ptr,
const std::string &  docstring = "" 
)
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ book()

StatusCode D3PD::VertexTrackParticleAssociationTool::book ( )
finalvirtual

Book variables for this block.

Reimplemented from D3PD::MultiAssociationToolImpl.

Definition at line 32 of file VertexTrackParticleAssociationTool.cxx.

33 {
34  CHECK( addVariable ("weight", m_weight) );
35  return StatusCode::SUCCESS;
36 }

◆ configureD3PD() [1/2]

StatusCode D3PD::AddVariable::configureD3PD ( IAddVariable tree)
inherited

Configure the parent tree.

Parameters
treeThe parent IAddVariable instance.

Definition at line 61 of file AddVariable.cxx.

62 {
63  m_tree = tree;
64  m_metadata.clear();
65  return StatusCode::SUCCESS;
66 }

◆ configureD3PD() [2/2]

StatusCode D3PD::MultiAssociationToolImpl::configureD3PD ( IAddVariable tree,
const std::type_info &  ti 
)
virtualinherited

Configure during initialization: type-check.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to resetUntyped.

configureD3PD should check that the type of the object coming as input (to getUntyped) is compatible with what it expects, and raise an error otherwise.

Reimplemented in D3PD::ElectronJetDRAssociator, and D3PD::MultiAssociationTool< Types< T0 >, TO_T >.

Definition at line 51 of file MultiAssociationToolImpl.cxx.

53 {
56  return StatusCode::SUCCESS;
57 }

◆ configureMulti()

StatusCode D3PD::MultiAssociationToolImpl::configureMulti ( D3PD::IAddVariable tree,
const std::type_info &  ti,
const std::vector< const std::type_info * > &  tis,
size_t &  which 
)
protectedinherited

Configure during initialization: type-check.

Alternate implementation for the case where we have to choose among multiple possible input types.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to getUntyped.
tisList of possible input types that we can accept.
[out]whichIndex of the accepted type.

configureMulti should check that the type of the object coming as input (to getUntyped) is compatible with what it expects, and raise an error otherwise.

Definition at line 74 of file MultiAssociationToolImpl.cxx.

78 {
80  CHECK( m_inputConverter.init (ti, tis, which) );
81  return StatusCode::SUCCESS;
82 }

◆ doConversion()

const void * D3PD::MultiAssociationToolImpl::doConversion ( const void *  p)
protectedinherited

Helper to convert pointers to source objects.

Parameters
pSource object, as a pointer to the type passed to configureD3PD. return Source object, as a pointer to the type given by fromTypeinfo.

Definition at line 104 of file MultiAssociationToolImpl.cxx.

105 {
106  if (!p) return 0;
107  const void* pp = m_inputConverter.convertUntyped (p);
108  if (!pp) {
109  REPORT_MESSAGE (MSG::WARNING)
110  << "Pointer conversion from " << m_inputConverter.srcName() << " to "
111  << m_inputConverter.dstName() << "failed.";
112  return 0;
113  }
114  return pp;
115 }

◆ elementTypeinfo()

virtual const std::type_info& D3PD::MultiAssociationToolTo< Types< Rec::TrackParticle, xAOD::TrackParticle > >::elementTypeinfo
virtualinherited

Return the element type for the target of the association.

I.e., nextUntyped returns a pointer to this type.

◆ fromTypeinfo() [1/2]

virtual const std::type_info& D3PD::MultiAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex > , Types< Rec::TrackParticle, xAOD::TrackParticle > >::fromTypeinfo
virtualinherited

Return the std::type_info for the source of the association.

◆ fromTypeinfo() [2/2]

virtual const std::type_info& D3PD::MultiAssociationToolImpl::fromTypeinfo ( ) const
pure virtualinherited

Return the std::type_info for the source of the association.

Implemented in D3PD::MultiAssociationTool< Types< T0 >, TO_T >, and D3PD::MultiAssociationTool< FROM_T, TO_T >.

◆ next() [1/3]

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

◆ next() [2/3]

const Rec::TrackParticle * D3PD::VertexTrackParticleAssociationTool::next ( const Trk::VxCandidate dummy)
overridevirtual

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

Definition at line 71 of file VertexTrackParticleAssociationTool.cxx.

72 {
73  const std::vector<Trk::VxTrackAtVertex*>* tracks = m_aod_vx->vxTrackAtVertex();
74 
75  // reached the end
76  if (m_itrack >= tracks->size()) return 0;
77 
78  const Trk::VxTrackAtVertex *track = (*tracks)[m_itrack++];
79 
80  const Trk::LinkToTrackParticleBase *link = dynamic_cast<const Trk::LinkToTrackParticleBase *>(track->trackOrParticleLink());
81  if(0 == link){ // it's not a link to TrackParticle
82  REPORT_MESSAGE (MSG::WARNING) << "Trying to associate a TrackParticle to a vertex"
83  << " while the vertex was not fitted using TrackParticles";
84  return 0;
85  }
86 
87  const Trk::TrackParticleBase *particle_base = **link;
88  if(0 == particle_base){
89  REPORT_MESSAGE (MSG::WARNING) << "link from VxCandidate to TrackParticle is broken";
90  return 0;
91  }
92 
93  const Rec::TrackParticle* particle = dynamic_cast<const Rec::TrackParticle*>(particle_base);
94 
95  if(0 == particle){
96  REPORT_MESSAGE (MSG::WARNING) << "dynamic cast from Trk::TrackParticleBase to Rec::TrackPArticle failed";
97  return 0;
98  }
99 
100  *m_weight = track->vtxCompatibility();
101 
102  return particle;
103 }

◆ next() [3/3]

const xAOD::TrackParticle * D3PD::VertexTrackParticleAssociationTool::next ( const xAOD::Vertex dummy)
overridevirtual

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

Definition at line 112 of file VertexTrackParticleAssociationTool.cxx.

113 {
114  // reached the end
115  if (m_itrack >= m_xaod_vx->nTrackParticles()) return 0;
116 
118  return m_xaod_vx->trackParticle(m_itrack++);
119 }

◆ nextUntyped()

virtual const void* D3PD::MultiAssociationToolTo< Types< Rec::TrackParticle, xAOD::TrackParticle > >::nextUntyped
virtualinherited

Return a pointer to the next element in the association.

Return 0 when the association has been exhausted.

◆ releaseElement()

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by next(). The default implementation is a no-op, but if the association dynamically allocated the object which it returned, this gives it a chance to free it.

◆ releaseElementUntyped()

virtual void D3PD::MultiAssociationToolTo< Types< Rec::TrackParticle, xAOD::TrackParticle > >::releaseElementUntyped ( const void *  p)
virtualinherited

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by nextUntyped(). The default implementation is a no-op, but if the association dynamically allocated the object which it returned, this gives it a chance to free it.

◆ reset() [1/3]

StatusCode D3PD::VertexTrackParticleAssociationTool::reset ( const Trk::VxCandidate p)
overridevirtual

Start the iteration for a new association.

Parameters
pThe object from which to associate.

Definition at line 43 of file VertexTrackParticleAssociationTool.cxx.

44 {
45  m_aod_vx = &p;
46  m_xaod_vx = 0;
47  m_itrack = 0;
48  return StatusCode::SUCCESS;
49 }

◆ reset() [2/3]

Start the iteration for a new association.

Parameters
pThe object from which to associate.

◆ reset() [3/3]

StatusCode D3PD::VertexTrackParticleAssociationTool::reset ( const xAOD::Vertex p)
overridevirtual

Start the iteration for a new association.

Parameters
pThe object from which to associate.

Definition at line 56 of file VertexTrackParticleAssociationTool.cxx.

57 {
58  m_aod_vx = 0;
59  m_xaod_vx = &p;
60  m_itrack = 0;
61  return StatusCode::SUCCESS;
62 }

◆ resetUntyped()

virtual StatusCode D3PD::MultiAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex > , Types< Rec::TrackParticle, xAOD::TrackParticle > >::resetUntyped ( const void *  p)
virtualinherited

Start the iteration for a new association.

Parameters
pThe object from which to associate.

Member Data Documentation

◆ m_aod_vx

const Trk::VxCandidate* D3PD::VertexTrackParticleAssociationTool::m_aod_vx
private

Definition at line 77 of file VertexTrackParticleAssociationTool.h.

◆ m_blockName

std::string D3PD::MultiAssociationToolImpl::m_blockName
privateinherited

Property: the name of this block.

Definition at line 122 of file MultiAssociationToolImpl.h.

◆ m_inputConverter

TypeConverter D3PD::MultiAssociationToolImpl::m_inputConverter
privateinherited

Helper to convert source object pointers.

Definition at line 125 of file MultiAssociationToolImpl.h.

◆ m_itrack

size_t D3PD::VertexTrackParticleAssociationTool::m_itrack
private

Definition at line 79 of file VertexTrackParticleAssociationTool.h.

◆ m_metadata

ObjectMetadata D3PD::AddVariable::m_metadata
protectedinherited

Metadata about the variables created by this object.

Definition at line 129 of file AddVariable.h.

◆ m_prefix

std::string D3PD::MultiAssociationToolImpl::m_prefix
privateinherited

Parameter: source object prefix.

Definition at line 119 of file MultiAssociationToolImpl.h.

◆ m_suffix

const std::string& D3PD::AddVariable::m_suffix
privateinherited

Reference to the variable suffix.

Definition at line 137 of file AddVariable.h.

◆ m_tree

IAddVariable* D3PD::AddVariable::m_tree
privateinherited

Reference to the block name.

The parent IAddVariable instance.

Definition at line 143 of file AddVariable.h.

◆ m_weight

float* D3PD::VertexTrackParticleAssociationTool::m_weight
private

Variable: Track weight.

Definition at line 75 of file VertexTrackParticleAssociationTool.h.

◆ m_xaod_vx

const xAOD::Vertex* D3PD::VertexTrackParticleAssociationTool::m_xaod_vx
private

Definition at line 78 of file VertexTrackParticleAssociationTool.h.

◆ s_emptyString

const std::string D3PD::AddVariable::s_emptyString
staticprivateinherited

Used to provide a default value for blockName.

Definition at line 41 of file AddVariable.h.


The documentation for this class was generated from the following files:
D3PD::MultiAssociationToolImpl::fromTypeinfo
virtual const std::type_info & fromTypeinfo() const =0
Return the std::type_info for the source of the association.
Trk::ParticleSwitcher::particle
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
Definition: ParticleHypothesis.h:76
D3PD::ObjectMetadata::addDimensionedVariable
virtual StatusCode addDimensionedVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
The object doesn't support dimensioned variables at the moment, like most of the D3PDMaker code doesn...
Definition: ObjectMetadata.cxx:157
yodamerge_tmp.dim
dim
Definition: yodamerge_tmp.py:239
xAOD::Vertex_v1::nTrackParticles
size_t nTrackParticles() const
Get the number of tracks associated with this vertex.
Definition: Vertex_v1.cxx:270
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
Trk::VxTrackAtVertex
The VxTrackAtVertex is a common class for all present TrkVertexFitters The VxTrackAtVertex is designe...
Definition: VxTrackAtVertex.h:77
D3PD::VertexTrackParticleAssociationTool::book
virtual StatusCode book() final
Book variables for this block.
Definition: VertexTrackParticleAssociationTool.cxx:32
D3PD::TypeConverter::dstName
std::string dstName() const
Return the name of the destination type, or an empty string.
Definition: TypeConverter.cxx:151
D3PD::AddVariable::configureD3PD
StatusCode configureD3PD(IAddVariable *tree)
Configure the parent tree.
Definition: AddVariable.cxx:61
D3PD::AddVariable::m_suffix
const std::string & m_suffix
Reference to the variable suffix.
Definition: AddVariable.h:137
tree
TChain * tree
Definition: tile_monitor.h:30
D3PD::VertexTrackParticleAssociationTool::Base
MultiAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex >, Types< Rec::TrackParticle, xAOD::TrackParticle > > Base
Definition: VertexTrackParticleAssociationTool.h:31
D3PD::AddVariable::m_prefix
const std::string & m_prefix
Reference to the variable prefix.
Definition: AddVariable.h:134
D3PD::AddVariable::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Definition: AddVariable.cxx:85
D3PD::AddVariable::m_tree
IAddVariable * m_tree
Reference to the block name.
Definition: AddVariable.h:143
D3PD::VertexTrackParticleAssociationTool::m_itrack
size_t m_itrack
Definition: VertexTrackParticleAssociationTool.h:79
D3PD::TypeConverter::init
StatusCode init(const std::type_info &src_ti, const std::type_info &dst_ti)
Initialize the converter.
Definition: TypeConverter.cxx:51
D3PD::TypeConverter::srcName
std::string srcName() const
Return the name of the source type, or an empty string.
Definition: TypeConverter.cxx:141
Trk::TrackParticleBase
Definition: TrackParticleBase.h:41
D3PD::AddVariable::m_metadata
ObjectMetadata m_metadata
Metadata about the variables created by this object.
Definition: AddVariable.h:129
D3PD::TypeConverter::convertUntyped
const void * convertUntyped(const void *p) const
Convert pointer.
Definition: TypeConverter.cxx:116
D3PD::MultiAssociationToolImpl::m_inputConverter
TypeConverter m_inputConverter
Helper to convert source object pointers.
Definition: MultiAssociationToolImpl.h:125
Trk::VxCandidate::vxTrackAtVertex
std::vector< Trk::VxTrackAtVertex * > * vxTrackAtVertex(void)
Unconst pointer to the vector of tracks Required by some of the vertex fitters.
Definition: VxCandidate.h:144
test_pyathena.parent
parent
Definition: test_pyathena.py:15
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
D3PD::ObjectMetadata::clear
void clear()
Function clearing the object.
Definition: ObjectMetadata.cxx:352
xAOD::Vertex_v1::trackParticle
const TrackParticle * trackParticle(size_t i) const
Get the pointer to a given track that was used in vertex reco.
Definition: Vertex_v1.cxx:249
python.Utils.unixtools.which
def which(filename, env=os.environ)
UNIX-style which ---------------------------------------------------------—.
Definition: unixtools.py:39
D3PD::VertexTrackParticleAssociationTool::m_xaod_vx
const xAOD::Vertex * m_xaod_vx
Definition: VertexTrackParticleAssociationTool.h:78
Trk::LinkToTrackParticleBase
Definition: LinkToTrackParticleBase.h:17
D3PD::VertexTrackParticleAssociationTool::m_aod_vx
const Trk::VxCandidate * m_aod_vx
Definition: VertexTrackParticleAssociationTool.h:77
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
D3PD::ObjectMetadata::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
This function can be used to save the metadata about a D3PD variable.
Definition: ObjectMetadata.cxx:109
xAOD::Vertex_v1::trackWeight
float trackWeight(size_t i) const
Get the weight of a given track in the vertex reconstruction.
Definition: Vertex_v1.cxx:262
REPORT_MESSAGE
#define REPORT_MESSAGE(LVL)
Report a message.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:365
Rec::TrackParticle
Definition: Reconstruction/Particle/Particle/TrackParticle.h:47
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::VertexTrackParticleAssociationTool::m_weight
float * m_weight
Variable: Track weight.
Definition: VertexTrackParticleAssociationTool.h:75
D3PD::IAddVariable::addVariable
StatusCode addVariable(const std::string &name, T *&ptr, const std::string &docstring="")
Add a variable to the tuple.
D3PD::IAddVariable::addDimensionedVariable
StatusCode addDimensionedVariable(const std::string &name, T *&ptr, const std::string &dim, const std::string &docstring="")
Add a variable to the tuple.
xAOD::track
@ track
Definition: TrackingPrimitives.h:512