ATLAS Offline Software
Public Types | Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
Analysis::JetConstituent Class Referenceabstract

Class JetConstituent: This is the implemntation of the JetConstituent class for ParticleJet. More...

#include <JetConstituent.h>

Inheritance diagram for Analysis::JetConstituent:
Collaboration diagram for Analysis::JetConstituent:

Public Types

typedef typename NavigationDefaults::DefaultChildColl< JetCollection, double >::type constituent_coll
 
typedef constituent_coll::iterator constituent_iter
 
typedef constituent_coll::const_iterator constituent_const_iter
 
typedef JetCollection container_type
 Object container type. More...
 
typedef double parameter_type
 \ brief Relational parameter type More...
 
typedef NavigationDefaults::DefaultChildColl< container_type, parameter_typenavhelper_t
 Collection manager type. More...
 
typedef CONT::base_value_type constituent_type
 
typedef CONT::reference constituent_ptr_ref
 
typedef CONT::const_reference constituent_const_ptr_ref
 
typedef CONT::value_type constituent_ptr
 
typedef SG::GenerateIndexingPolicy< JetCollection >::type::index_type external_index_type
 
typedef NavigableIterator< JetCollection, double, typename NavigationDefaults::DefaultChildColl< JetCollection, double >::type > object_iter
 

Public Member Functions

 JetConstituent ()
 constructor More...
 
 JetConstituent (NameType &name)
 constructor More...
 
 ~JetConstituent ()=default
 
virtual void setName (NameType &name)
 to set the name More...
 
virtual NameType name () const
 returns the infoType of the info objects. More...
 
virtual IConstituentclone () const
 a clone method for the proper workings of the copy constructor More...
 
const Jetjet () const
 get jet directly without token
More...
 
double energyInSample (CaloSampling::CaloSample) const
 This is the energy in a sample with the navigation weight and hadronic calibration. More...
 
double energyInCryostat () const
 The estimate of the energy cryostat. More...
 
void set_jet (const JetCollection *theContainer, const Jet *the_jet, double weight=1)
 
void set_jet (const JetCollection *theContainer, index_type &theIndex, double weight=1)
 
void set_constituent (const JetCollection *theContainer, const Jet *the_jet, double weight=1)
 
void set_constituent (const JetCollection *theContainer, index_type &theIndex, double weight=1)
 
double getJetWeight (const Jet *the_jet) const
 
double getJetWeight (const JetCollection *theContainer, index_type &theIndex) const
 
void set_energyInSample (CaloSampling::CaloSample, double)
 set energy in sample WITH hadronic weights More...
 
double wtCryo () const
 
void set_wtCryo (double)
 Set wtCryoLocal defined as wtCryoLocal = wtCryo / sqrt( average_TileBar0_weight * average_EMB3_weight) More...
 
virtual void fillToken (INavigationToken &thisToken) const =0
 
virtual void fillToken (INavigationToken &thisToken, const std::any &weight) const =0
 
virtual void fillToken (INavigationToken &navToken) const
 
virtual void fillToken (INavigationToken &navToken, const std::any &parentParameter) const
 
void putElement (const JetCollection *objectContainer, const constituent_type *constituentObject, const double &objectParameter=double(), size_t sizeHint=0)
 
void putElement (const JetCollection *objectContainer, const external_index_type &theIndex, const double &objectParameter=double(), size_t sizeHint=0)
 
void insertElement (const JetCollection *objectContainer, const constituent_type *constituentObject, const double &objectParameter=double(), size_t sizeHint=0)
 
void insertElement (const JetCollection *objectContainer, const external_index_type &theIndex, const double &objectParameter=double(), size_t sizeHint=0)
 
void insertElement (const JetCollection *objectContainer, const external_index_type &theIndex, IProxyDict *sg, const double &objectParameter=double(), size_t sizeHint=0)
 
void insertElement (const ElementLink< JetCollection > &el, const double &objectParameter=double(), size_t sizeHint=0)
 
void reweight (const constituent_type *constituentObject, const double &objectParameter=double())
 
void reweight (const JetCollection *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 JetCollection *objectContainer, const external_index_type &theIndex)
 
bool removeAll ()
 
bool replace (const JetCollection *newObjectContainer)
 replace old object container with a new container assumes that all objects have been or will be inserted to the new container
More...
 
bool contains (const constituent_type *aConstituent) const
 
bool contains (const JetCollection *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 JetCollection *objectContainer, const external_index_type &theIndex) const
 
double getParameter (object_iter &theIter) const
 
const JetCollectiongetContainer (const constituent_type *aConstituent) const
 
const JetCollectiongetContainer (constituent_const_iter anIter) const
 
const JetCollectiongetContainer (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_collgetConstituents () const
 
constituent_collgetConstituents ()
 
const constituent_collgetPtrToConstituents () const
 
constituent_collgetPtrToConstituents ()
 
virtual const constituent_typegetConstituentPtr (constituent_iter iter) const
 
virtual const constituent_typegetConstituentPtr (constituent_const_iter iter) const
 
virtual double getConstituentPar (constituent_iter iter) const
 
virtual double getConstituentPar (constituent_const_iter iter) const
 
void dumpStore () const
 

Private Types

typedef Navigable< JetCollection, double >::external_index_type index_type
 
typedef Navigable< JetCollection, 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

std::string m_name
 
double m_wtCryoLocal
 
std::vector< double > m_energyInSample
 
constituent_coll m_constituents
 

Detailed Description

Class JetConstituent: This is the implemntation of the JetConstituent class for ParticleJet.

Author
cranm.nosp@m.er@c.nosp@m.ern.c.nosp@m.h

Definition at line 51 of file JetConstituent.h.

Member Typedef Documentation

◆ constituent_coll

typedef typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_coll
inherited

Definition at line 101 of file Navigable.h.

◆ constituent_const_iter

typedef constituent_coll::const_iterator Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_const_iter
inherited

Definition at line 103 of file Navigable.h.

◆ constituent_const_ptr_ref

typedef CONT::const_reference Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_const_ptr_ref
inherited

Definition at line 151 of file Navigable.h.

◆ constituent_iter

typedef constituent_coll::iterator Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_iter
inherited

Definition at line 102 of file Navigable.h.

◆ constituent_ptr

typedef CONT::value_type Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_ptr
inherited

Definition at line 152 of file Navigable.h.

◆ constituent_ptr_ref

typedef CONT::reference Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_ptr_ref
inherited

Definition at line 150 of file Navigable.h.

◆ constituent_type

typedef CONT::base_value_type Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::constituent_type
inherited

Definition at line 149 of file Navigable.h.

◆ container_type

typedef JetCollection Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::container_type
inherited

Object container type.

Definition at line 110 of file Navigable.h.

◆ external_index_type

Definition at line 156 of file Navigable.h.

◆ index_type

Definition at line 55 of file JetConstituent.h.

◆ iter_type

Definition at line 56 of file JetConstituent.h.

◆ navhelper_t

Collection manager type.

Definition at line 114 of file Navigable.h.

◆ object_iter

Definition at line 159 of file Navigable.h.

◆ parameter_type

typedef double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::parameter_type
inherited

\ brief Relational parameter type

Definition at line 112 of file Navigable.h.

Constructor & Destructor Documentation

◆ JetConstituent() [1/2]

Analysis::JetConstituent::JetConstituent ( )

constructor

Definition at line 31 of file JetConstituent.cxx.

31  { }
32 
33 

◆ JetConstituent() [2/2]

Analysis::JetConstituent::JetConstituent ( NameType name)

constructor

Definition at line 36 of file JetConstituent.cxx.

36  { return m_name;}
37 
38  IConstituent* JetConstituent::clone() const
39  { return new JetConstituent( *this );}
40 

◆ ~JetConstituent()

Analysis::JetConstituent::~JetConstituent ( )
default

Member Function Documentation

◆ apply() [1/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::apply ( NavigationToken< constituent_type > &  navToken) const
privatevirtualinherited

◆ apply() [2/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::apply ( NavigationToken< constituent_type, double > &  navToken,
const double &  aParameter 
) const
privatevirtualinherited

◆ begin()

virtual object_iter Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::begin
virtualinherited

◆ clone()

IConstituent * Analysis::JetConstituent::clone ( ) const
virtual

a clone method for the proper workings of the copy constructor

Implements Analysis::IConstituent.

Definition at line 47 of file JetConstituent.cxx.

◆ contains() [1/2]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::contains ( const constituent_type aConstituent) const
inherited

◆ contains() [2/2]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::contains ( const JetCollection objectContainer,
const external_index_type theIndex 
) const
inherited

◆ dumpStore()

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::dumpStore
protectedinherited

◆ end()

virtual object_iter Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::end
virtualinherited

◆ energyInCryostat()

double Analysis::JetConstituent::energyInCryostat ( ) const

The estimate of the energy cryostat.


Normally this is wtCryo*sqrt(EMB3*tileBar0) where EMB3&tilebar0 do NOT have any hadronic calibration applied.
In order to avoid holding a lot more information in the ParticleJet we return wtCryoLocal * sqrt(EMB3_calib * tileBar0_calib) where EMB3_calib = average_EMB3_weight * EMB3 tileBar0_calib = average_TileBar0_weight * tileBar0 and thus wtCryoLocal = wtCryo / sqrt( average_TileBar0_weight * average_EMB3_weight).

Definition at line 135 of file JetConstituent.cxx.

◆ energyInSample()

double Analysis::JetConstituent::energyInSample ( CaloSampling::CaloSample  s) const

This is the energy in a sample with the navigation weight and hadronic calibration.

Definition at line 119 of file JetConstituent.cxx.

◆ fillToken() [1/4]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::fillToken ( INavigationToken navToken) const
virtualinherited

Implements INavigable.

◆ fillToken() [2/4]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::fillToken ( INavigationToken navToken,
const std::any &  parentParameter 
) const
virtualinherited

Implements INavigable.

◆ fillToken() [3/4]

virtual void INavigable::fillToken ( INavigationToken thisToken) const
pure virtualinherited

Implemented in egamma, eflowObject, Analysis::TauJet, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, Analysis::Muon, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >, Nav4MomWrapper< Navigable_t, P4Momentum_t >, Nav4MomWrapper< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE >, Jet, Navigable< CONT, RPAR, COLL >, Navigable< INavigable4MomentumCollection, MissingETHandlers::Weight >, Navigable< MuonContainer, double >, Navigable< INavigable4MomentumCollection, double >, Navigable< CaloClusterContainer, double >, Navigable< DataVector< INavigable4Momentum > >, Navigable< EMShowerMinimalContainer, double >, Navigable< PhotonContainer, double >, Navigable< ExampleHitContainer, double >, Navigable< ExampleHitContainer >, Navigable< Analysis::MuonContainer, double >, Navigable< CaloCellLinkContainer, double >, Navigable< DataVector< INavigable4Momentum >, double >, Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, Navigable< Rec::TrackParticleContainer, double >, Navigable< CaloCellContainer, double >, Navigable< egammaContainer, double >, Navigable< ElectronContainer, double >, Navigable< TruthParticleContainer, double >, Navigable< JetCollection, double >, CaloClusterNavigable, Analysis::ParticleShallowClone, Analysis::ISvxConstituent, Analysis::ISvxAssociation, Analysis::MuonAssociation, and NavigableTerminalNode.

◆ fillToken() [4/4]

virtual void INavigable::fillToken ( INavigationToken thisToken,
const std::any &  weight 
) const
pure virtualinherited

Implemented in ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >, Nav4MomWrapper< Navigable_t, P4Momentum_t >, Nav4MomWrapper< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE >, eflowObject, egamma, Analysis::TauJet, Analysis::Muon, Navigable< CONT, RPAR, COLL >, Navigable< INavigable4MomentumCollection, MissingETHandlers::Weight >, Navigable< MuonContainer, double >, Navigable< INavigable4MomentumCollection, double >, Navigable< CaloClusterContainer, double >, Navigable< DataVector< INavigable4Momentum > >, Navigable< EMShowerMinimalContainer, double >, Navigable< PhotonContainer, double >, Navigable< ExampleHitContainer, double >, Navigable< ExampleHitContainer >, Navigable< Analysis::MuonContainer, double >, Navigable< CaloCellLinkContainer, double >, Navigable< DataVector< INavigable4Momentum >, double >, Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, Navigable< Rec::TrackParticleContainer, double >, Navigable< CaloCellContainer, double >, Navigable< egammaContainer, double >, Navigable< ElectronContainer, double >, Navigable< TruthParticleContainer, double >, Navigable< JetCollection, double >, Jet, CaloClusterNavigable, Analysis::ParticleShallowClone, Analysis::ISvxConstituent, Analysis::ISvxAssociation, Analysis::MuonAssociation, and NavigableTerminalNode.

◆ getConstituentPar() [1/2]

virtual double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituentPar ( constituent_const_iter  iter) const
protectedvirtualinherited

◆ getConstituentPar() [2/2]

virtual double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituentPar ( constituent_iter  iter) const
protectedvirtualinherited

◆ getConstituentPtr() [1/2]

virtual const constituent_type* Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituentPtr ( constituent_const_iter  iter) const
protectedvirtualinherited

◆ getConstituentPtr() [2/2]

virtual const constituent_type* Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituentPtr ( constituent_iter  iter) const
protectedvirtualinherited

◆ getConstituents() [1/2]

constituent_coll& Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituents
inlineprotectedinherited

Definition at line 291 of file Navigable.h.

291 { return m_constituents; }

◆ getConstituents() [2/2]

const constituent_coll& Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getConstituents
inlineprotectedinherited

Definition at line 290 of file Navigable.h.

290 { return m_constituents; }

◆ getContainer() [1/3]

const JetCollection * Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getContainer ( const constituent_type aConstituent) const
inherited

◆ getContainer() [2/3]

const JetCollection * Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getContainer ( constituent_const_iter  anIter) const
inherited

◆ getContainer() [3/3]

const JetCollection * Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getContainer ( object_iter  objectIter) const
inherited

◆ getIndex() [1/3]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getIndex ( const constituent_type aConstituent,
external_index_type theIndex 
) const
inherited

◆ getIndex() [2/3]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getIndex ( constituent_const_iter  anIter,
external_index_type theIndex 
) const
inherited

◆ getIndex() [3/3]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getIndex ( object_iter  objectIter,
external_index_type theIndex 
) const
inherited

◆ getJetWeight() [1/2]

double Analysis::JetConstituent::getJetWeight ( const Jet the_jet) const

Definition at line 100 of file JetConstituent.cxx.

101  {
102  // from Navigable
103  return (this->contains(theContainer,theIndex))
104  ? this->getParameter(theContainer,theIndex)
105  : 0.;
106  }

◆ getJetWeight() [2/2]

double Analysis::JetConstituent::getJetWeight ( const JetCollection theContainer,
index_type theIndex 
) const

Definition at line 108 of file JetConstituent.cxx.

111  {
112  return m_energyInSample[s];
113  }
114 

◆ getParameter() [1/3]

double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getParameter ( const constituent_type aConstituent) const
inherited

◆ getParameter() [2/3]

double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getParameter ( const JetCollection objectContainer,
const external_index_type theIndex 
) const
inherited

◆ getParameter() [3/3]

double Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getParameter ( object_iter theIter) const
inherited

◆ getPtrToConstituents() [1/2]

constituent_coll* Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getPtrToConstituents
inlineprotectedinherited

Definition at line 296 of file Navigable.h.

297  { return &m_constituents; }

◆ getPtrToConstituents() [2/2]

const constituent_coll* Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::getPtrToConstituents
inlineprotectedinherited

Definition at line 294 of file Navigable.h.

295  { return &m_constituents; }

◆ insertElement() [1/4]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::insertElement ( const ElementLink< JetCollection > &  el,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ insertElement() [2/4]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::insertElement ( const JetCollection objectContainer,
const constituent_type constituentObject,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ insertElement() [3/4]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::insertElement ( const JetCollection objectContainer,
const external_index_type theIndex,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ insertElement() [4/4]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::insertElement ( const JetCollection objectContainer,
const external_index_type theIndex,
IProxyDict sg,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ jet()

const Jet * Analysis::JetConstituent::jet ( ) const

get jet directly without token

Definition at line 50 of file JetConstituent.cxx.

56  {
57  double newWeight = weight;
58  // jet already in collection
59  if ( this->contains(the_jet) )
60  {

◆ name()

NameType Analysis::JetConstituent::name ( ) const
virtual

returns the infoType of the info objects.

This has to be set by the tagger.

Implements Analysis::IConstituent.

Definition at line 45 of file JetConstituent.cxx.

◆ putElement() [1/2]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::putElement ( const JetCollection objectContainer,
const constituent_type constituentObject,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ putElement() [2/2]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::putElement ( const JetCollection objectContainer,
const external_index_type theIndex,
const double &  objectParameter = RPAR(),
size_t  sizeHint = 0 
)
inherited

◆ remove() [1/2]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::remove ( const constituent_type aConstituent)
inherited

◆ remove() [2/2]

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::remove ( const JetCollection objectContainer,
const external_index_type theIndex 
)
inherited

◆ removeAll()

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::removeAll
inlineinherited

Definition at line 237 of file Navigable.h.

237 { m_constituents.clear(); return this->size() == 0 ; }

◆ replace()

bool Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::replace ( const JetCollection newObjectContainer)
inherited

replace old object container with a new container assumes that all objects have been or will be inserted to the new container

◆ reweight() [1/3]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::reweight ( const constituent_type constituentObject,
const double &  objectParameter = RPAR() 
)
inherited

◆ reweight() [2/3]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::reweight ( const JetCollection objectContainer,
const external_index_type theIndex,
const double &  objectParameter = RPAR() 
)
inherited

◆ reweight() [3/3]

void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::reweight ( object_iter objectIter,
const double &  objectParameter = RPAR() 
)
inherited

◆ set_constituent() [1/2]

void Analysis::JetConstituent::set_constituent ( const JetCollection theContainer,
const Jet the_jet,
double  weight = 1 
)
inline

Definition at line 89 of file JetConstituent.h.

◆ set_constituent() [2/2]

void Analysis::JetConstituent::set_constituent ( const JetCollection theContainer,
index_type theIndex,
double  weight = 1 
)
inline

Definition at line 93 of file JetConstituent.h.

95  { return m_wtCryoLocal; }

◆ set_energyInSample()

void Analysis::JetConstituent::set_energyInSample ( CaloSampling::CaloSample  s,
double  e 
)

set energy in sample WITH hadronic weights

Definition at line 142 of file JetConstituent.cxx.

◆ set_jet() [1/2]

void Analysis::JetConstituent::set_jet ( const JetCollection theContainer,
const Jet the_jet,
double  weight = 1 
)

Definition at line 62 of file JetConstituent.cxx.

75  {
76  double newWeight = weight;
77  // jet already in collection
78  if ( this->contains(theContainer,theIndex) )
79  {

◆ set_jet() [2/2]

void Analysis::JetConstituent::set_jet ( const JetCollection theContainer,
index_type theIndex,
double  weight = 1 
)

Definition at line 81 of file JetConstituent.cxx.

92  {
93  // from Navigable
94  return (this->contains(the_jet) )
95  ? this->getParameter(the_jet)
96  : 0.;
97  }
98 

◆ set_wtCryo()

void Analysis::JetConstituent::set_wtCryo ( double  wtCryoLocal)

Set wtCryoLocal defined as wtCryoLocal = wtCryo / sqrt( average_TileBar0_weight * average_EMB3_weight)

Definition at line 149 of file JetConstituent.cxx.

◆ setName()

void Analysis::JetConstituent::setName ( NameType name)
virtual

to set the name

Implements Analysis::IConstituent.

Definition at line 43 of file JetConstituent.cxx.

◆ size()

virtual unsigned int Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::size
virtualinherited

◆ toKidsAfterAccept() [1/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::toKidsAfterAccept ( INavigationToken navToken) const
privatevirtualinherited

◆ toKidsAfterAccept() [2/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::toKidsAfterAccept ( INavigationToken navToken,
const std::any &  aParameter 
) const
privatevirtualinherited

◆ toKidsAfterReject() [1/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::toKidsAfterReject ( INavigationToken navToken) const
privatevirtualinherited

◆ toKidsAfterReject() [2/2]

virtual void Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::toKidsAfterReject ( INavigationToken navToken,
const std::any &  aParameter 
) const
privatevirtualinherited

◆ wtCryo()

double Analysis::JetConstituent::wtCryo ( ) const
inline

Definition at line 104 of file JetConstituent.h.

Member Data Documentation

◆ m_constituents

constituent_coll Navigable< JetCollection , double , typename NavigationDefaults::DefaultChildColl<JetCollection , double >::type >::m_constituents
privateinherited

Definition at line 345 of file Navigable.h.

◆ m_energyInSample

std::vector<double> Analysis::JetConstituent::m_energyInSample
private

Definition at line 111 of file JetConstituent.h.

◆ m_name

std::string Analysis::JetConstituent::m_name
private

Definition at line 109 of file JetConstituent.h.

◆ m_wtCryoLocal

double Analysis::JetConstituent::m_wtCryoLocal
private

Definition at line 110 of file JetConstituent.h.


The documentation for this class was generated from the following files:
Navigable< JetCollection, double >::m_constituents
constituent_coll m_constituents
Definition: Navigable.h:345
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
Analysis::JetConstituent::clone
virtual IConstituent * clone() const
a clone method for the proper workings of the copy constructor
Definition: JetConstituent.cxx:47
Navigable< JetCollection, double >::contains
bool contains(const constituent_type *aConstituent) const
Analysis::JetConstituent::m_wtCryoLocal
double m_wtCryoLocal
Definition: JetConstituent.h:110
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:200
Analysis::JetConstituent::JetConstituent
JetConstituent()
constructor
Definition: JetConstituent.cxx:31
Analysis::JetConstituent::name
virtual NameType name() const
returns the infoType of the info objects.
Definition: JetConstituent.cxx:45
Analysis::JetConstituent::m_energyInSample
std::vector< double > m_energyInSample
Definition: JetConstituent.h:111
Analysis::JetConstituent::setName
virtual void setName(NameType &name)
to set the name
Definition: JetConstituent.cxx:43
Navigable< JetCollection, double >::getParameter
double getParameter(const constituent_type *aConstituent) const
Navigable< JetCollection, double >::size
virtual unsigned int size() const
Analysis::JetConstituent::m_name
std::string m_name
Definition: JetConstituent.h:109
NameType
std::string NameType
Definition: JetINav4MomAssociation.h:29