![]() |
ATLAS Offline Software
|
A JetAssociation object for a generic object. More...
#include <JetINav4MomAssociation.h>
Public Member Functions | |
| JetINav4MomAssociation () | |
| constructor | |
| JetINav4MomAssociation (NameType &name) | |
| constructor | |
| ~JetINav4MomAssociation ()=default | |
| destructor | |
| virtual JetAssociationBase * | clone () const |
| a clone method for the proper workings of the copy constructor | |
| const INavigable4Momentum * | inav4momentum () const |
| get jet directly without token | |
| void | set_inav4momentum (const INavigable4MomentumCollection *theContainer, const INavigable4Momentum *the_inav4momentum, double weight=1) |
| void | set_inav4momentum (const INavigable4MomentumCollection *theContainer, index_type &theIndex, double weight=1) |
| void | set_association (const INavigable4MomentumCollection *theContainer, const INavigable4Momentum *the_inav4momentum, double weight=1) |
| void | set_association (const INavigable4MomentumCollection *theContainer, index_type &theIndex, double weight=1) |
| double | getinav4momentumWeight (const INavigable4Momentum *the_inav4momentum) const |
| double | getinav4momentumWeight (const INavigable4MomentumCollection *theContainer, index_type &theIndex) const |
| void | setName (const name_t &name) |
| const name_t & | name () const |
| size_t | keyIndex () const |
| virtual void | fillToken (INavigationToken &navToken) const |
| virtual void | fillToken (INavigationToken &navToken, const std::any &parentParameter) const |
| void | putElement (const INavigable4MomentumCollection *objectContainer, const constituent_type *constituentObject, const double &objectParameter=double(), size_t sizeHint=0) |
| void | putElement (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex, const double &objectParameter=double(), size_t sizeHint=0) |
| void | insertElement (const INavigable4MomentumCollection *objectContainer, const constituent_type *constituentObject, const double &objectParameter=double(), size_t sizeHint=0) |
| void | insertElement (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex, const double &objectParameter=double(), size_t sizeHint=0) |
| void | insertElement (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex, IProxyDict *sg, const double &objectParameter=double(), size_t sizeHint=0) |
| void | insertElement (const ElementLink< INavigable4MomentumCollection > &el, const double &objectParameter=double(), size_t sizeHint=0) |
| void | reweight (const constituent_type *constituentObject, const double &objectParameter=double()) |
| void | reweight (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex, const double &objectParameter=double()) |
| void | reweight (object_iter &objectIter, const double &objectParameter=double()) |
| bool | remove (const constituent_type *aConstituent) |
| bool | remove (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex) |
| bool | removeAll () |
| bool | replace (const INavigable4MomentumCollection *newObjectContainer) |
| replace old object container with a new container assumes that all objects have been or will be inserted to the new container | |
| bool | contains (const constituent_type *aConstituent) const |
| bool | contains (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex) const |
| virtual object_iter | begin () const |
| virtual object_iter | end () const |
| virtual unsigned int | size () const |
| double | getParameter (const constituent_type *aConstituent) const |
| double | getParameter (const INavigable4MomentumCollection *objectContainer, const external_index_type &theIndex) const |
| double | getParameter (object_iter &theIter) const |
| const INavigable4MomentumCollection * | getContainer (const constituent_type *aConstituent) const |
| const INavigable4MomentumCollection * | getContainer (constituent_const_iter anIter) const |
| const INavigable4MomentumCollection * | getContainer (object_iter objectIter) const |
| bool | getIndex (const constituent_type *aConstituent, external_index_type &theIndex) const |
| bool | getIndex (constituent_const_iter anIter, external_index_type &theIndex) const |
| bool | getIndex (object_iter objectIter, external_index_type &theIndex) const |
Protected Member Functions | |
| const constituent_coll & | getConstituents () const |
| constituent_coll & | getConstituents () |
| const constituent_coll * | getPtrToConstituents () const |
| constituent_coll * | getPtrToConstituents () |
| virtual const constituent_type * | getConstituentPtr (constituent_iter iter) const |
| virtual const constituent_type * | getConstituentPtr (constituent_const_iter iter) const |
| virtual double | getConstituentPar (constituent_iter iter) const |
| virtual double | getConstituentPar (constituent_const_iter iter) const |
| void | dumpStore () const |
Protected Attributes | |
| size_t | m_keyIndex |
| JetKeyDescriptorInstance * | m_jetKeyDescr |
Private Types | |
| typedef Navigable< INavigable4MomentumCollection, double >::external_index_type | index_type |
| typedef Navigable< INavigable4MomentumCollection, double >::constituent_iter | iter_type |
Private Member Functions | |
| virtual void | apply (NavigationToken< constituent_type > &navToken) const |
| virtual void | apply (NavigationToken< constituent_type, double > &navToken, const double &aParameter) const |
| virtual void | toKidsAfterAccept (INavigationToken &navToken) const |
| virtual void | toKidsAfterAccept (INavigationToken &navToken, const std::any &aParameter) const |
| virtual void | toKidsAfterReject (INavigationToken &navToken) const |
| virtual void | toKidsAfterReject (INavigationToken &navToken, const std::any &aParameter) const |
Private Attributes | |
| constituent_coll | m_constituents |
A JetAssociation object for a generic object.
Definition at line 31 of file JetINav4MomAssociation.h.
|
inherited |
Definition at line 101 of file Navigable.h.
|
inherited |
Definition at line 103 of file Navigable.h.
|
inherited |
Definition at line 151 of file Navigable.h.
|
inherited |
Definition at line 102 of file Navigable.h.
|
inherited |
Definition at line 152 of file Navigable.h.
|
inherited |
Definition at line 150 of file Navigable.h.
|
inherited |
Definition at line 149 of file Navigable.h.
|
inherited |
Object container type.
Definition at line 110 of file Navigable.h.
|
inherited |
Definition at line 156 of file Navigable.h.
|
private |
Definition at line 35 of file JetINav4MomAssociation.h.
|
private |
Definition at line 36 of file JetINav4MomAssociation.h.
|
inherited |
Definition at line 28 of file JetAssociationBase.h.
|
inherited |
Definition at line 29 of file JetAssociationBase.h.
|
inherited |
Collection manager type.
Definition at line 114 of file Navigable.h.
|
inherited |
Definition at line 159 of file Navigable.h.
|
inherited |
\ brief Relational parameter type
Definition at line 112 of file Navigable.h.
|
default |
constructor
| JetINav4MomAssociation::JetINav4MomAssociation | ( | NameType & | name | ) |
|
default |
destructor
|
privatevirtualinherited |
|
privatevirtualinherited |
|
virtualinherited |
|
virtual |
a clone method for the proper workings of the copy constructor
Implements JetAssociationBase.
Definition at line 15 of file JetINav4MomAssociation.cxx.
|
inherited |
|
inherited |
|
protectedinherited |
|
virtualinherited |
|
virtualinherited |
Implements INavigable.
|
virtualinherited |
Implements INavigable.
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
inlineprotectedinherited |
Definition at line 291 of file Navigable.h.
|
inlineprotectedinherited |
Definition at line 290 of file Navigable.h.
|
inherited |
|
inherited |
|
inherited |
| double JetINav4MomAssociation::getinav4momentumWeight | ( | const INavigable4Momentum * | the_inav4momentum | ) | const |
Definition at line 68 of file JetINav4MomAssociation.cxx.
| double JetINav4MomAssociation::getinav4momentumWeight | ( | const INavigable4MomentumCollection * | theContainer, |
| index_type & | theIndex ) const |
Definition at line 76 of file JetINav4MomAssociation.cxx.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineprotectedinherited |
Definition at line 296 of file Navigable.h.
|
inlineprotectedinherited |
Definition at line 294 of file Navigable.h.
| const INavigable4Momentum * JetINav4MomAssociation::inav4momentum | ( | ) | const |
get jet directly without token
Definition at line 20 of file JetINav4MomAssociation.cxx.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 35 of file JetAssociationBase.h.
|
inherited |
Definition at line 20 of file JetAssociationBase.cxx.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 237 of file Navigable.h.
|
inherited |
replace old object container with a new container assumes that all objects have been or will be inserted to the new container
|
inherited |
|
inherited |
|
inherited |
|
inline |
Definition at line 56 of file JetINav4MomAssociation.h.
|
inline |
Definition at line 60 of file JetINav4MomAssociation.h.
| void JetINav4MomAssociation::set_inav4momentum | ( | const INavigable4MomentumCollection * | theContainer, |
| const INavigable4Momentum * | the_inav4momentum, | ||
| double | weight = 1 ) |
Definition at line 32 of file JetINav4MomAssociation.cxx.
| void JetINav4MomAssociation::set_inav4momentum | ( | const INavigable4MomentumCollection * | theContainer, |
| index_type & | theIndex, | ||
| double | weight = 1 ) |
Definition at line 50 of file JetINav4MomAssociation.cxx.
|
inherited |
Definition at line 15 of file JetAssociationBase.cxx.
|
virtualinherited |
|
privatevirtualinherited |
|
privatevirtualinherited |
|
privatevirtualinherited |
|
privatevirtualinherited |
|
privateinherited |
Definition at line 345 of file Navigable.h.
|
protectedinherited |
Definition at line 57 of file JetAssociationBase.h.
|
protectedinherited |
Definition at line 56 of file JetAssociationBase.h.