43 return getConstituentPtr((this->getConstituents()).
begin());
55 newWeight *= this->getElectronWeight(the_electron);
57 this->
remove(the_electron);
61 this->putElement(theContainer,the_electron,newWeight);
71 if ( this->
contains(theContainer,theIndex) )
74 newWeight *= this->getElectronWeight(theContainer,theIndex);
76 this->
remove(theContainer,theIndex);
80 this->putElement(theContainer,theIndex,newWeight);
84 double ElectronConstituent::getElectronWeight(
const Electron* the_electron)
const
87 return (this->
contains(the_electron) )
92 double ElectronConstituent::getElectronWeight(
const ElectronContainer* theContainer,
96 return (this->
contains(theContainer,theIndex))