Interface to retrieve calo informations from a jet constituent. More...
#include <JetCaloCalculations.h>
Public Member Functions | |
virtual bool | valid (xAOD::JetConstituentVector::iterator &) |
virtual double | moment (xAOD::JetConstituentVector::iterator &, xAOD::CaloCluster::MomentType) |
virtual double | time (xAOD::JetConstituentVector::iterator &) |
virtual double | energyHEC (xAOD::JetConstituentVector::iterator &) |
Interface to retrieve calo informations from a jet constituent.
This is an interface class which provide function to access calorimeter quantities stored in a jet constituent. Implementations of this interface exists for constituents being CaloCluster and PFO objects.
(the interface use JetConstituentVector::iterator rather than IParticle in case support for constituent weights is needed one day).