CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
PFECALSuperClusterAlgo::CalibratedPFCluster Class Reference

#include <PFECALSuperClusterAlgo.h>

Public Member Functions

 CalibratedPFCluster (const edm::Ptr< reco::PFCluster > &p)
 
double energy () const
 
double energy_nocalib () const
 
double eta () const
 
double phi () const
 
edm::Ptr< reco::PFClusterthe_ptr () const
 

Private Attributes

edm::Ptr< reco::PFClustercluptr
 

Detailed Description

Definition at line 49 of file PFECALSuperClusterAlgo.h.

Constructor & Destructor Documentation

PFECALSuperClusterAlgo::CalibratedPFCluster::CalibratedPFCluster ( const edm::Ptr< reco::PFCluster > &  p)
inline

Definition at line 51 of file PFECALSuperClusterAlgo.h.

51 : cluptr(p) {}

Member Function Documentation

double PFECALSuperClusterAlgo::CalibratedPFCluster::energy ( ) const
inline

Definition at line 53 of file PFECALSuperClusterAlgo.h.

References cluptr, and reco::CaloCluster::correctedEnergy().

Referenced by Jet.Jet::rawEnergy().

53 { return cluptr->correctedEnergy(); }
double correctedEnergy() const
Definition: CaloCluster.h:127
double PFECALSuperClusterAlgo::CalibratedPFCluster::energy_nocalib ( ) const
inline

Definition at line 54 of file PFECALSuperClusterAlgo.h.

References cluptr, and reco::PFCluster::energy().

54 { return cluptr->energy(); }
double energy() const
cluster energy
Definition: PFCluster.h:82
double PFECALSuperClusterAlgo::CalibratedPFCluster::eta ( void  ) const
inline

Definition at line 55 of file PFECALSuperClusterAlgo.h.

References cluptr, and reco::PFCluster::positionREP().

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

55 { return cluptr->positionREP().eta(); }
const REPPoint & positionREP() const
cluster position: rho, eta, phi
Definition: PFCluster.h:97
double PFECALSuperClusterAlgo::CalibratedPFCluster::phi ( void  ) const
inline

Definition at line 56 of file PFECALSuperClusterAlgo.h.

References cluptr, and reco::PFCluster::positionREP().

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

56 { return cluptr->positionREP().phi(); }
const REPPoint & positionREP() const
cluster position: rho, eta, phi
Definition: PFCluster.h:97
edm::Ptr<reco::PFCluster> PFECALSuperClusterAlgo::CalibratedPFCluster::the_ptr ( ) const
inline

Definition at line 58 of file PFECALSuperClusterAlgo.h.

References cluptr.

58 { return cluptr; }

Member Data Documentation

edm::Ptr<reco::PFCluster> PFECALSuperClusterAlgo::CalibratedPFCluster::cluptr
private

Definition at line 61 of file PFECALSuperClusterAlgo.h.

Referenced by energy(), energy_nocalib(), eta(), phi(), and the_ptr().