ATLAS Offline Software
Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | Static Private Attributes | List of all members
D3PD::SingleAssociationTool< Types< T0 >, TO_T > Class Template Referenceabstract

A specialization of SingleAssociationTool that can accept one of several types. More...

#include <SingleAssociationToolMulti.h>

Inheritance diagram for D3PD::SingleAssociationTool< Types< T0 >, TO_T >:
Collaboration diagram for D3PD::SingleAssociationTool< Types< T0 >, TO_T >:

Public Member Functions

 SingleAssociationTool (const std::string &type, const std::string &name, const IInterface *parent)
 Standard Gaudi tool constructor. More...
 
virtual StatusCode configureD3PD (IAddVariable *tree, const std::type_info &ti) override
 Configure during initialization: type-check. More...
 
virtual const void * getUntyped (const void *p) override
 Return the target object. More...
 
virtual const std::type_info & fromTypeinfo () const override
 Return the std::type_info for the source of the association. More...
 
virtual const SelectType< TO_T, 0 >::type * get (const T0 &p)=0
 Return the target object. More...
 
virtual const std::type_info & typeinfo () const override
 Return the type of object retrieved by this tool. More...
 
virtual void releaseObject (const typename SelectType< TO_T, 0 >::type *) override
 Release an object retrieved from the association. More...
 
virtual void releaseObjectUntyped (const void *p) override
 Release an object retrieved from the association. More...
 
StatusCode configureD3PD (IAddVariable *tree)
 Configure the parent tree. More...
 
virtual StatusCode book ()
 Create any needed tuple variables. 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

virtual const void * doGetUntyped (const void *p, size_t count)
 Helper to decide which which get method to call. More...
 
virtual void doReleaseObjectUntyped (const void *p, size_t count)
 
virtual void push_ti (std::vector< const std::type_info * > &tis)
 Helper to collect the list of type_info's that we accept. More...
 
virtual const std::type_info & doTypeinfo (size_t count) const
 
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

size_t m_which
 Index of which type we're expecting. More...
 
ObjectMetadata m_metadata
 Metadata about the variables created by this object. More...
 

Private Attributes

const std::type_info * m_fromTypeinfo
 type_info for the selected type. More...
 
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

template<class T0, class TO_T>
class D3PD::SingleAssociationTool< Types< T0 >, TO_T >

A specialization of SingleAssociationTool that can accept one of several types.

The input for this tool can either be of type T1 ... T5. The first one that yields a valid conversion is used, and the appropriate get method is called.

If the output type is also a Types construct, then the corresponding type within that is used as the output type.

Note that this is all done at configuration time: this doesn't allow the type to change dynamically. Rather, this gives a tool that can be configured with more than one type.

This specialization is for the 1-argument case.

Definition at line 49 of file SingleAssociationToolMulti.h.

Constructor & Destructor Documentation

◆ SingleAssociationTool()

template<class T0 , class TO_T >
D3PD::SingleAssociationTool< Types< T0 >, TO_T >::SingleAssociationTool ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Standard Gaudi tool constructor.

Parameters
typeThe name of the tool type.
nameThe tool name.
parentThe tool's Gaudi parent.

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::SingleAssociationToolImpl::book ( )
virtualinherited

Create any needed tuple variables.

This is called at the start of the first event. The default implementation is a no-op.

Reimplemented in D3PD::DRAssociationTool, D3PD::TrackParticleVertexAssociationTool, D3PD::egammaGenParticleAssociationTool, and D3PD::MuonGenParticleAssociationTool.

Definition at line 92 of file SingleAssociationToolImpl.cxx.

93 {
94  return StatusCode::SUCCESS;
95 }

◆ 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]

template<class T0 , class TO_T >
virtual StatusCode D3PD::SingleAssociationTool< Types< T0 >, TO_T >::configureD3PD ( IAddVariable tree,
const std::type_info &  ti 
)
overridevirtual

Configure during initialization: type-check.

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

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

Reimplemented from D3PD::SingleAssociationToolImpl.

◆ configureMulti()

StatusCode D3PD::SingleAssociationToolImpl::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 SingleAssociationToolImpl.cxx.

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

◆ doConversion()

const void * D3PD::SingleAssociationToolImpl::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.
pSource object, as a pointer to the type passed to configureD3PD. return Source object, as a pointer to the type given by typeinfoFrom.

Definition at line 103 of file SingleAssociationToolImpl.cxx.

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

◆ doGetUntyped()

template<class T0 , class TO_T >
virtual const void* D3PD::SingleAssociationTool< Types< T0 >, TO_T >::doGetUntyped ( const void *  p,
size_t  count 
)
protectedvirtual

Helper to decide which which get method to call.

This either calls get using the last type in our template argument list, or chains to the base class.

It's virtual so that we can call the most-derived one from getUntyped in the base class, but we also declare it as inline so that the base class chaining can be inlined.

◆ doReleaseObjectUntyped()

template<class T0 , class TO_T >
virtual void D3PD::SingleAssociationTool< Types< T0 >, TO_T >::doReleaseObjectUntyped ( const void *  p,
size_t  count 
)
protectedvirtual

◆ doTypeinfo()

template<class T0 , class TO_T >
virtual const std::type_info& D3PD::SingleAssociationTool< Types< T0 >, TO_T >::doTypeinfo ( size_t  count) const
protectedvirtual

◆ fromTypeinfo()

template<class T0 , class TO_T >
virtual const std::type_info& D3PD::SingleAssociationTool< Types< T0 >, TO_T >::fromTypeinfo ( ) const
overridevirtual

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

Implements D3PD::SingleAssociationToolImpl.

◆ get()

template<class T0 , class TO_T >
virtual const SelectType<TO_T, 0>::type* D3PD::SingleAssociationTool< Types< T0 >, TO_T >::get ( const T0 &  p)
pure virtual

Return the target object.

Parameters
pThe source object for the association.

Return the target of the association, or 0.

◆ getUntyped()

template<class T0 , class TO_T >
virtual const void* D3PD::SingleAssociationTool< Types< T0 >, TO_T >::getUntyped ( const void *  p)
overridevirtual

Return the target object.

Parameters
pThe source object for the association.

Return the target of the association, or 0. Should be of the type given by typeinfo.

◆ push_ti()

template<class T0 , class TO_T >
virtual void D3PD::SingleAssociationTool< Types< T0 >, TO_T >::push_ti ( std::vector< const std::type_info * > &  tis)
protectedvirtual

Helper to collect the list of type_info's that we accept.

This first chains to the base class to pick up its list. Then we add the type_info corresponding to the last type in the template argument list.

◆ releaseObject()

template<class T0 , class TO_T >
virtual void D3PD::SingleAssociationTool< Types< T0 >, TO_T >::releaseObject ( const typename SelectType< TO_T, 0 >::type *  )
overridevirtual

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by get(). 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.

Reimplemented from D3PD::SingleAssociationToolTo< TO_T >.

◆ releaseObjectUntyped()

template<class T0 , class TO_T >
virtual void D3PD::SingleAssociationTool< Types< T0 >, TO_T >::releaseObjectUntyped ( const void *  p)
overridevirtual

Release an object retrieved from the association.

Parameters
pThe object to release.

Call this when you are done with the object returned by getUntyped(). 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.

Reimplemented from D3PD::SingleAssociationToolTo< TO_T >.

◆ typeinfo()

template<class T0 , class TO_T >
virtual const std::type_info& D3PD::SingleAssociationTool< Types< T0 >, TO_T >::typeinfo ( ) const
overridevirtual

Return the type of object retrieved by this tool.

Reimplemented from D3PD::SingleAssociationToolTo< TO_T >.

Member Data Documentation

◆ m_blockName

std::string D3PD::SingleAssociationToolImpl::m_blockName
privateinherited

Property: the name of this block.

Definition at line 121 of file SingleAssociationToolImpl.h.

◆ m_fromTypeinfo

template<class T0 , class TO_T >
const std::type_info* D3PD::SingleAssociationTool< Types< T0 >, TO_T >::m_fromTypeinfo
private

type_info for the selected type.

Definition at line 170 of file SingleAssociationToolMulti.h.

◆ m_inputConverter

TypeConverter D3PD::SingleAssociationToolImpl::m_inputConverter
privateinherited

Helper to convert source object pointers.

Definition at line 124 of file SingleAssociationToolImpl.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::SingleAssociationToolImpl::m_prefix
privateinherited

Parameter: source object prefix.

Definition at line 118 of file SingleAssociationToolImpl.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_which

template<class T0 , class TO_T >
size_t D3PD::SingleAssociationTool< Types< T0 >, TO_T >::m_which
protected

Index of which type we're expecting.

Definition at line 136 of file SingleAssociationToolMulti.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 file:
D3PD::SingleAssociationToolImpl::m_inputConverter
TypeConverter m_inputConverter
Helper to convert source object pointers.
Definition: SingleAssociationToolImpl.h:124
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
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
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::AddVariable::m_prefix
const std::string & m_prefix
Reference to the variable prefix.
Definition: AddVariable.h:134
D3PD::AddVariable::m_tree
IAddVariable * m_tree
Reference to the block name.
Definition: AddVariable.h:143
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
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
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
python.Utils.unixtools.which
def which(filename, env=os.environ)
UNIX-style which ---------------------------------------------------------—.
Definition: unixtools.py:39
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
REPORT_MESSAGE
#define REPORT_MESSAGE(LVL)
Report a message.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:365
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.