|
ATLAS Offline Software
|
Go to the documentation of this file.
25 else if (this->
size() > 1)
38 if ( this->
contains(the_inav4momentum) )
43 this->
remove(the_inav4momentum);
47 this->
putElement(theContainer,the_inav4momentum,newWeight);
56 if ( this->
contains(theContainer,theIndex) )
61 this->
remove(theContainer,theIndex);
65 this->
putElement(theContainer,theIndex,newWeight);
71 return (this->
contains(the_inav4momentum) )
80 return (this->
contains(theContainer,theIndex))
virtual const constituent_type * getConstituentPtr(constituent_iter iter) const
void putElement(const INavigable4MomentumCollection *objectContainer, const constituent_type *constituentObject, const double &objectParameter=double(), size_t sizeHint=0)
void set_inav4momentum(const INavigable4MomentumCollection *theContainer, const INavigable4Momentum *the_inav4momentum, double weight=1)
virtual JetAssociationBase * clone() const
a clone method for the proper workings of the copy constructor
virtual object_iter begin() const
bool contains(const constituent_type *aConstituent) const
void setName(const name_t &name)
const constituent_coll & getConstituents() const
bool remove(const constituent_type *aConstituent)
Navigable< INavigable4MomentumCollection, double >::external_index_type index_type
const INavigable4Momentum * inav4momentum() const
get jet directly without token
double getParameter(const constituent_type *aConstituent) const
double getinav4momentumWeight(const INavigable4Momentum *the_inav4momentum) const
virtual unsigned int size() const
JetINav4MomAssociation()
constructor