CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
reco::SuperCluster Class Reference

#include <DataFormats/EgammaReco/interface/SuperCluster.h>

Inheritance diagram for reco::SuperCluster:
reco::CaloCluster

Public Types

typedef math::XYZPoint Point
 
- Public Types inherited from reco::CaloCluster
enum  AlgoId {
  island = 0, hybrid = 1, fixedMatrix = 2, dynamicHybrid = 3,
  multi5x5 = 4, particleFlow = 5, undefined = 1000
}
 
typedef AlgoId AlgoID
 
enum  SCFlags { cleanOnly = 0, common = 100, uncleanOnly = 200 }
 

Public Member Functions

void addCluster (const CaloClusterPtr &r)
 add reference to constituent BasicCluster More...
 
void addPreshowerCluster (const CaloClusterPtr &r)
 add reference to constituent BasicCluster More...
 
void clearHitsAndFractions ()
 
const CaloClusterPtrVectorclusters () const
 const access to the cluster list itself More...
 
CaloCluster_iterator clustersBegin () const
 fist iterator over BasicCluster constituents More...
 
CaloCluster_iterator clustersEnd () const
 last iterator over BasicCluster constituents More...
 
size_t clustersSize () const
 number of BasicCluster constituents More...
 
double etaWidth () const
 
const int getPreshowerPlanesStatus () const
 
double phiWidth () const
 obtain phi and eta width of the Super Cluster More...
 
const CaloClusterPtrVectorpreshowerClusters () const
 const access to the preshower cluster list itself More...
 
CaloCluster_iterator preshowerClustersBegin () const
 fist iterator over PreshowerCluster constituents More...
 
CaloCluster_iterator preshowerClustersEnd () const
 last iterator over PreshowerCluster constituents More...
 
size_t preshowerClustersSize () const
 number of BasicCluster PreShower constituents More...
 
double preshowerEnergy () const
 energy deposited in preshower More...
 
double preshowerEnergyPlane1 () const
 
double preshowerEnergyPlane2 () const
 
double rawEnergy () const
 raw uncorrected energy (sum of energies of component BasicClusters) More...
 
const CaloClusterPtrseed () const
 seed BasicCluster More...
 
void setClusters (const CaloClusterPtrVector &clusters)
 
void setEtaWidth (double ew)
 
void setPhiWidth (double pw)
 
void setPreshowerClusters (const CaloClusterPtrVector &clusters)
 
void setPreshowerEnergy (double preshowerEnergy)
 
void setPreshowerEnergyPlane1 (double preshowerEnergy1)
 
void setPreshowerEnergyPlane2 (double preshowerEnergy2)
 
void setPreshowerPlanesStatus (const uint32_t &status)
 
void setSeed (const CaloClusterPtr &r)
 list of used xtals by DetId // now inherited by CaloCluster More...
 
 SuperCluster ()
 default constructor More...
 
 SuperCluster (double energy, const Point &position)
 constructor defined by CaloCluster - will have to use setSeed and add() separately More...
 
 SuperCluster (double energy, const Point &position, const CaloClusterPtr &seed, const CaloClusterPtrVector &clusters, double Epreshower=0., double phiWidth=0., double etaWidth=0., double Epreshower1=0., double Epreshower2=0.)
 
 SuperCluster (double energy, const Point &position, const CaloClusterPtr &seed, const CaloClusterPtrVector &clusters, const CaloClusterPtrVector &preshowerClusters, double Epreshower=0., double phiWidth=0., double etaWidth=0., double Epreshower1=0., double Epreshower2=0.)
 
- Public Member Functions inherited from reco::CaloCluster
void addHitAndFraction (DetId id, float fraction)
 
AlgoId algo () const
 algorithm identifier More...
 
AlgoID algoID () const
 
 CaloCluster ()
 default constructor. Sets energy and position to zero More...
 
 CaloCluster (AlgoID algoID)
 constructor with algoId, to be used in all child classes More...
 
 CaloCluster (double energy, const math::XYZPoint &position, const CaloID &caloID)
 
 CaloCluster (double energy, const math::XYZPoint &position)
 constructor from values More...
 
 CaloCluster (double energy, const math::XYZPoint &position, const CaloID &caloID, const AlgoID &algoID, uint32_t flags=0)
 
 CaloCluster (double energy, const math::XYZPoint &position, const CaloID &caloID, const std::vector< std::pair< DetId, float > > &usedHitsAndFractions, const AlgoId algoId, const DetId seedId=DetId(0), uint32_t flags=0)
 
 CaloCluster (double energy, const math::XYZPoint &position, float chi2, const std::vector< DetId > &usedHits, const AlgoId algoId, uint32_t flags=0)
 temporary compatibility constructor More...
 
const CaloIDcaloID () const
 
double correctedEnergy () const
 
double energy () const
 cluster energy More...
 
double eta () const
 pseudorapidity of cluster centroid More...
 
uint32_t flags () const
 
const std::vector< std::pair
< DetId, float > > & 
hitsAndFractions () const
 
bool isInClean () const
 
bool isInUnclean () const
 
bool operator< (const CaloCluster &rhs) const
 comparison < operator More...
 
bool operator<= (const CaloCluster &rhs) const
 comparison <= operator More...
 
bool operator== (const CaloCluster &rhs) const
 comparison == operator More...
 
bool operator> (const CaloCluster &rhs) const
 comparison > operator More...
 
bool operator>= (const CaloCluster &rhs) const
 comparison >= operator More...
 
double phi () const
 azimuthal angle of cluster centroid More...
 
const math::XYZPointposition () const
 cluster centroid position More...
 
std::string printHitAndFraction (unsigned i) const
 print hitAndFraction More...
 
void reset ()
 resets the CaloCluster (position, energy, hitsAndFractions) More...
 
DetId seed () const
 return DetId of seed More...
 
void setAlgoId (const AlgoId &id)
 
void setCaloId (const CaloID &id)
 
void setCorrectedEnergy (double cenergy)
 
void setEnergy (double energy)
 
void setFlags (uint32_t flags)
 
void setPosition (const math::XYZPoint &p)
 
void setSeed (const DetId &id)
 
size_t size () const
 size in number of hits (e.g. in crystals for ECAL) More...
 
double x () const
 x coordinate of cluster centroid More...
 
double y () const
 y coordinate of cluster centroid More...
 
double z () const
 z coordinate of cluster centroid More...
 
virtual ~CaloCluster ()
 destructor More...
 

Private Member Functions

void computeRawEnergy ()
 

Private Attributes

CaloClusterPtrVector clusters_
 references to BasicCluster constitunets More...
 
double etaWidth_
 
double phiWidth_
 
CaloClusterPtrVector preshowerClusters_
 references to BasicCluster constitunets More...
 
double preshowerEnergy1_
 
double preshowerEnergy2_
 
double preshowerEnergy_
 used hits by detId - retrieved from BC constituents – now inherited from CaloCluster More...
 
double rawEnergy_
 
CaloClusterPtr seed_
 reference to BasicCluster seed More...
 

Additional Inherited Members

- Protected Attributes inherited from reco::CaloCluster
AlgoID algoID_
 
CaloID caloID_
 bitmask for detector information More...
 
double correctedEnergy_
 
double energy_
 cluster energy More...
 
uint32_t flags_
 
std::vector< std::pair< DetId,
float > > 
hitsAndFractions_
 
math::XYZPoint position_
 cluster centroid position More...
 
DetId seedId_
 DetId of seed. More...
 
- Static Protected Attributes inherited from reco::CaloCluster
static const uint32_t flagsMask_ =0x0FFFFFFF
 
static const uint32_t flagsOffset_ =28
 

Detailed Description

A SuperCluster reconstructed in the Electromagnetic Calorimeter contains references to seed and constituent BasicClusters

Author
Luca Lista, INFN

Definition at line 19 of file SuperCluster.h.

Member Typedef Documentation

Definition at line 21 of file SuperCluster.h.

Constructor & Destructor Documentation

reco::SuperCluster::SuperCluster ( )
inline

default constructor

Definition at line 24 of file SuperCluster.h.

double preshowerEnergy_
used hits by detId - retrieved from BC constituents – now inherited from CaloCluster ...
Definition: SuperCluster.h:155
CaloCluster()
default constructor. Sets energy and position to zero
Definition: CaloCluster.h:42
math::XYZPoint Point
Definition: SuperCluster.h:21
SuperCluster::SuperCluster ( double  energy,
const Point position 
)

constructor defined by CaloCluster - will have to use setSeed and add() separately

Definition at line 6 of file SuperCluster.cc.

6  :
8 }
const math::XYZPoint & position() const
cluster centroid position
Definition: CaloCluster.h:124
double preshowerEnergy_
used hits by detId - retrieved from BC constituents – now inherited from CaloCluster ...
Definition: SuperCluster.h:155
double energy() const
cluster energy
Definition: CaloCluster.h:120
CaloCluster()
default constructor. Sets energy and position to zero
Definition: CaloCluster.h:42
SuperCluster::SuperCluster ( double  energy,
const Point position,
const CaloClusterPtr seed,
const CaloClusterPtrVector clusters,
double  Epreshower = 0.,
double  phiWidth = 0.,
double  etaWidth = 0.,
double  Epreshower1 = 0.,
double  Epreshower2 = 0. 
)

Definition at line 12 of file SuperCluster.cc.

References edm::PtrVector< T >::begin(), clusters_, computeRawEnergy(), edm::PtrVector< T >::end(), etaWidth(), etaWidth_, reco::CaloCluster::hitsAndFractions_, phiWidth(), phiWidth_, preshowerEnergy1_, preshowerEnergy2_, preshowerEnergy_, edm::PtrVector< T >::push_back(), seed(), and seed_.

15  :
17 {
20  seed_ = seed;
21  preshowerEnergy_ = Epreshower;
22  preshowerEnergy1_ = Epreshower1;
23  preshowerEnergy2_ = Epreshower2;
24 
25  // set references to constituent basic clusters and update list of rechits
26  for(CaloClusterPtrVector::const_iterator bcit = clusters.begin();
27  bcit != clusters.end();
28  ++bcit) {
29  clusters_.push_back( (*bcit) );
30 
31  // updated list of used hits
32  const std::vector< std::pair<DetId, float> > & v1 = (*bcit)->hitsAndFractions();
33  for( std::vector< std::pair<DetId, float> >::const_iterator diIt = v1.begin();
34  diIt != v1.end();
35  ++diIt ) {
36  hitsAndFractions_.push_back( (*diIt) );
37  } // loop over rechits
38  } // loop over basic clusters
39 
41 }
const math::XYZPoint & position() const
cluster centroid position
Definition: CaloCluster.h:124
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
double phiWidth() const
obtain phi and eta width of the Super Cluster
Definition: SuperCluster.h:55
void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:138
std::vector< std::pair< DetId, float > > hitsAndFractions_
Definition: CaloCluster.h:215
const_iterator begin() const
Definition: PtrVector.h:127
double preshowerEnergy_
used hits by detId - retrieved from BC constituents – now inherited from CaloCluster ...
Definition: SuperCluster.h:155
CaloClusterPtr seed_
reference to BasicCluster seed
Definition: SuperCluster.h:144
double etaWidth() const
Definition: SuperCluster.h:56
const_iterator end() const
Definition: PtrVector.h:132
double energy() const
cluster energy
Definition: CaloCluster.h:120
CaloCluster()
default constructor. Sets energy and position to zero
Definition: CaloCluster.h:42
const CaloClusterPtr & seed() const
seed BasicCluster
Definition: SuperCluster.h:66
SuperCluster::SuperCluster ( double  energy,
const Point position,
const CaloClusterPtr seed,
const CaloClusterPtrVector clusters,
const CaloClusterPtrVector preshowerClusters,
double  Epreshower = 0.,
double  phiWidth = 0.,
double  etaWidth = 0.,
double  Epreshower1 = 0.,
double  Epreshower2 = 0. 
)

Definition at line 45 of file SuperCluster.cc.

References edm::PtrVector< T >::begin(), clusters_, computeRawEnergy(), edm::PtrVector< T >::end(), etaWidth(), etaWidth_, reco::CaloCluster::hitsAndFractions_, phiWidth(), phiWidth_, preshowerClusters_, preshowerEnergy1_, preshowerEnergy2_, preshowerEnergy_, edm::PtrVector< T >::push_back(), seed(), and seed_.

49  :
51 {
54  seed_ = seed;
55  preshowerEnergy_ = Epreshower;
56  preshowerEnergy1_ = Epreshower1;
57  preshowerEnergy2_ = Epreshower2;
58 
59  // set references to constituent basic clusters and update list of rechits
60  for(CaloClusterPtrVector::const_iterator bcit = clusters.begin();
61  bcit != clusters.end();
62  ++bcit) {
63  clusters_.push_back( (*bcit) );
64 
65  // updated list of used hits
66  const std::vector< std::pair<DetId, float> > & v1 = (*bcit)->hitsAndFractions();
67  for( std::vector< std::pair<DetId, float> >::const_iterator diIt = v1.begin();
68  diIt != v1.end();
69  ++diIt ) {
70  hitsAndFractions_.push_back( (*diIt) );
71  } // loop over rechits
72  } // loop over basic clusters
73 
74  // set references to preshower clusters
75  for(CaloClusterPtrVector::const_iterator pcit = preshowerClusters.begin();
76  pcit != preshowerClusters.end();
77  ++pcit) {
78  preshowerClusters_.push_back( (*pcit) );
79  }
81 }
const math::XYZPoint & position() const
cluster centroid position
Definition: CaloCluster.h:124
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
double phiWidth() const
obtain phi and eta width of the Super Cluster
Definition: SuperCluster.h:55
void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:138
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
std::vector< std::pair< DetId, float > > hitsAndFractions_
Definition: CaloCluster.h:215
const_iterator begin() const
Definition: PtrVector.h:127
double preshowerEnergy_
used hits by detId - retrieved from BC constituents – now inherited from CaloCluster ...
Definition: SuperCluster.h:155
CaloClusterPtr seed_
reference to BasicCluster seed
Definition: SuperCluster.h:144
double etaWidth() const
Definition: SuperCluster.h:56
const_iterator end() const
Definition: PtrVector.h:132
double energy() const
cluster energy
Definition: CaloCluster.h:120
CaloCluster()
default constructor. Sets energy and position to zero
Definition: CaloCluster.h:42
const CaloClusterPtr & seed() const
seed BasicCluster
Definition: SuperCluster.h:66

Member Function Documentation

void reco::SuperCluster::addCluster ( const CaloClusterPtr r)
inline

add reference to constituent BasicCluster

Definition at line 111 of file SuperCluster.h.

References clusters_, computeRawEnergy(), and edm::PtrVector< T >::push_back().

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), PFElectronTranslator::createSuperClusters(), and PFPhotonTranslator::createSuperClusters().

111  {
112  clusters_.push_back( r );
114  }
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:138
void reco::SuperCluster::addPreshowerCluster ( const CaloClusterPtr r)
inline

add reference to constituent BasicCluster

Definition at line 117 of file SuperCluster.h.

References preshowerClusters_, and edm::PtrVector< T >::push_back().

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), PFElectronTranslator::createSuperClusters(), and PFPhotonTranslator::createSuperClusters().

void push_back(Ptr< T > const &iPtr)
Definition: PtrVector.h:138
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
void reco::SuperCluster::clearHitsAndFractions ( )
inline

Definition at line 108 of file SuperCluster.h.

References reco::CaloCluster::hitsAndFractions_.

Referenced by ReducedEGProducer::produce().

108 { hitsAndFractions_.clear(); }
std::vector< std::pair< DetId, float > > hitsAndFractions_
Definition: CaloCluster.h:215
const CaloClusterPtrVector& reco::SuperCluster::clusters ( ) const
inline

const access to the cluster list itself

Definition at line 69 of file SuperCluster.h.

References clusters_.

Referenced by ReducedEGProducer::produce(), setClusters(), and setPreshowerClusters().

69 { return clusters_; }
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
CaloCluster_iterator reco::SuperCluster::clustersBegin ( ) const
inline
CaloCluster_iterator reco::SuperCluster::clustersEnd ( ) const
inline
size_t reco::SuperCluster::clustersSize ( ) const
inline

number of BasicCluster constituents

Definition at line 87 of file SuperCluster.h.

References clusters_, and edm::PtrVectorBase::size().

Referenced by ErsatzMEt::analyze(), SuperClusterHelper::clustersSize(), RegressionHelper::getEcalRegression(), and BaselinePFSCRegression::set().

87 { return clusters_.size(); }
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
size_type size() const
Size of the RefVector.
Definition: PtrVectorBase.h:73
void SuperCluster::computeRawEnergy ( )
private

Definition at line 83 of file SuperCluster.cc.

References clustersBegin(), clustersEnd(), and rawEnergy_.

Referenced by addCluster(), setClusters(), and SuperCluster().

83  {
84 
85  rawEnergy_ = 0.;
87  bcItr != clustersEnd(); bcItr++){
88  rawEnergy_ += (*bcItr)->energy();
89  }
90 }
CaloCluster_iterator clustersBegin() const
fist iterator over BasicCluster constituents
Definition: SuperCluster.h:75
CaloCluster_iterator clustersEnd() const
last iterator over BasicCluster constituents
Definition: SuperCluster.h:78
double reco::SuperCluster::etaWidth ( ) const
inline
const int reco::SuperCluster::getPreshowerPlanesStatus ( ) const
inline

Get preshower planes status : 0 : both planes working 1 : only first plane working 2 : only second plane working 3 : both planes dead

Definition at line 135 of file SuperCluster.h.

References reco::CaloCluster::flags_, and reco::CaloCluster::flagsOffset_.

135  {
136  return (flags_>>flagsOffset_);
137  }
static const uint32_t flagsOffset_
Definition: CaloCluster.h:229
double reco::SuperCluster::phiWidth ( ) const
inline
const CaloClusterPtrVector& reco::SuperCluster::preshowerClusters ( ) const
inline

const access to the preshower cluster list itself

Definition at line 72 of file SuperCluster.h.

References preshowerClusters_.

Referenced by ReducedEGProducer::produce().

72 { return preshowerClusters_; }
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
CaloCluster_iterator reco::SuperCluster::preshowerClustersBegin ( ) const
inline

fist iterator over PreshowerCluster constituents

Definition at line 81 of file SuperCluster.h.

References edm::PtrVector< T >::begin(), and preshowerClusters_.

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), and SuperClusterHelper::SuperClusterHelper().

81 { return preshowerClusters_.begin(); }
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
const_iterator begin() const
Definition: PtrVector.h:127
CaloCluster_iterator reco::SuperCluster::preshowerClustersEnd ( ) const
inline

last iterator over PreshowerCluster constituents

Definition at line 84 of file SuperCluster.h.

References edm::PtrVector< T >::end(), and preshowerClusters_.

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), and SuperClusterHelper::SuperClusterHelper().

84 { return preshowerClusters_.end(); }
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
const_iterator end() const
Definition: PtrVector.h:132
size_t reco::SuperCluster::preshowerClustersSize ( ) const
inline

number of BasicCluster PreShower constituents

Definition at line 90 of file SuperCluster.h.

References preshowerClusters_, and edm::PtrVectorBase::size().

90 { return preshowerClusters_.size(); }
size_type size() const
Size of the RefVector.
Definition: PtrVectorBase.h:73
CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
double reco::SuperCluster::preshowerEnergy ( ) const
inline
double reco::SuperCluster::preshowerEnergyPlane1 ( ) const
inline

Definition at line 51 of file SuperCluster.h.

References preshowerEnergy1_.

51 {return preshowerEnergy1_; }
double reco::SuperCluster::preshowerEnergyPlane2 ( ) const
inline

Definition at line 52 of file SuperCluster.h.

References preshowerEnergy2_.

52 {return preshowerEnergy2_; }
double reco::SuperCluster::rawEnergy ( ) const
inline
const CaloClusterPtr& reco::SuperCluster::seed ( ) const
inline

seed BasicCluster

Definition at line 66 of file SuperCluster.h.

References seed_.

Referenced by ContainmentCorrectionAnalyzer::analyze(), EgammaSCEnergyCorrectionAlgo::applyCorrection(), HiEgammaSCEnergyCorrectionAlgo::applyCorrection(), EgammaSCEnergyCorrectionAlgo::applyLocalContCorrection(), EcalClusterPUCleaningTools::CleanedSuperCluster(), EcalClusterToolsT< noZS >::cluster2ndMoments(), egammaisolation::EgammaEcalExtractor::deposit(), fBremScCorr(), fEAddScCorr(), fEtaScCorr(), fEtEtaCorr(), ZeeCalibration::fillEleInfo(), PFEGammaAlgo::fillPFCandidates(), ElectronSeedProducer::filterClusters(), SCRegressionCalculator< VarCalc >::getCorrection(), SCRegressionCalculator< VarCalc >::getCorrectionWithErrors(), EgammaEcalIsolation::getEcalEtSum(), RegressionHelper::getEcalRegression(), EcalClusterCrackCorrection::getValue(), EcalClusterLocalContCorrection::getValue(), EcalClusterEnergyCorrectionObjectSpecific::getValue(), EgammaHLTEcalIsolation::isolPtSum(), UnifiedSCCollectionProducer::produce(), UncleanSCRecoveryProducer::produce(), EcalDigiSelector::produce(), ElectronRecalibSuperClusterAssociator::produce(), ReducedEGProducer::produce(), AlCaECALRecHitReducer::produce(), EcalClusterToolsT< noZS >::scLocalCovariances(), BaselinePFSCRegression::set(), SuperCluster(), EcalClusterLazyToolsBase::SuperClusterSeedTime(), EcalClusterLazyToolsBase::SuperClusterTime(), and EgammaHadTower::towersOf().

66 { return seed_; }
CaloClusterPtr seed_
reference to BasicCluster seed
Definition: SuperCluster.h:144
void reco::SuperCluster::setClusters ( const CaloClusterPtrVector clusters)
inline

Definition at line 99 of file SuperCluster.h.

References clusters(), clusters_, and computeRawEnergy().

99  {
102  }
CaloClusterPtrVector clusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:147
const CaloClusterPtrVector & clusters() const
const access to the cluster list itself
Definition: SuperCluster.h:69
void reco::SuperCluster::setEtaWidth ( double  ew)
inline
void reco::SuperCluster::setPhiWidth ( double  pw)
inline
void reco::SuperCluster::setPreshowerClusters ( const CaloClusterPtrVector clusters)
inline

Definition at line 105 of file SuperCluster.h.

References clusters(), and preshowerClusters_.

CaloClusterPtrVector preshowerClusters_
references to BasicCluster constitunets
Definition: SuperCluster.h:150
const CaloClusterPtrVector & clusters() const
const access to the cluster list itself
Definition: SuperCluster.h:69
void reco::SuperCluster::setPreshowerEnergy ( double  preshowerEnergy)
inline

Definition at line 59 of file SuperCluster.h.

References preshowerEnergy(), and preshowerEnergy_.

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), PFElectronTranslator::createSuperClusters(), and PFPhotonTranslator::createSuperClusters().

double preshowerEnergy_
used hits by detId - retrieved from BC constituents – now inherited from CaloCluster ...
Definition: SuperCluster.h:155
double preshowerEnergy() const
energy deposited in preshower
Definition: SuperCluster.h:50
void reco::SuperCluster::setPreshowerEnergyPlane1 ( double  preshowerEnergy1)
inline
void reco::SuperCluster::setPreshowerEnergyPlane2 ( double  preshowerEnergy2)
inline

Definition at line 61 of file SuperCluster.h.

References preshowerEnergy2_.

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), and PFECALSuperClusterAlgo::buildSuperCluster().

61 { preshowerEnergy2_ = preshowerEnergy2; };
void reco::SuperCluster::setPreshowerPlanesStatus ( const uint32_t &  status)
inline

Set preshower planes status : 0 : both planes working 1 : only first plane working 2 : only second plane working 3 : both planes dead

Definition at line 125 of file SuperCluster.h.

References reco::CaloCluster::flags(), reco::CaloCluster::flags_, reco::CaloCluster::flagsMask_, and reco::CaloCluster::flagsOffset_.

Referenced by PreshowerClusterProducer::produce().

125  {
126  uint32_t flags = flags_ & flagsMask_;
127  flags_= flags | (status << flagsOffset_);
128  }
static const uint32_t flagsOffset_
Definition: CaloCluster.h:229
uint32_t flags() const
Definition: CaloCluster.h:173
static const uint32_t flagsMask_
Definition: CaloCluster.h:228
tuple status
Definition: ntuplemaker.py:245
void reco::SuperCluster::setSeed ( const CaloClusterPtr r)
inline

list of used xtals by DetId // now inherited by CaloCluster

set reference to seed BasicCluster

Definition at line 96 of file SuperCluster.h.

References alignCSCRings::r, and seed_.

Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFECALSuperClusterAlgo::buildSuperCluster(), PFElectronTranslator::createSuperClusters(), and PFPhotonTranslator::createSuperClusters().

96 { seed_ = r; }
CaloClusterPtr seed_
reference to BasicCluster seed
Definition: SuperCluster.h:144

Member Data Documentation

CaloClusterPtrVector reco::SuperCluster::clusters_
private

references to BasicCluster constitunets

Definition at line 147 of file SuperCluster.h.

Referenced by addCluster(), clusters(), clustersBegin(), clustersEnd(), clustersSize(), setClusters(), and SuperCluster().

double reco::SuperCluster::etaWidth_
private

Definition at line 160 of file SuperCluster.h.

Referenced by etaWidth(), setEtaWidth(), and SuperCluster().

double reco::SuperCluster::phiWidth_
private

Definition at line 159 of file SuperCluster.h.

Referenced by phiWidth(), setPhiWidth(), and SuperCluster().

CaloClusterPtrVector reco::SuperCluster::preshowerClusters_
private
double reco::SuperCluster::preshowerEnergy1_
private

Definition at line 162 of file SuperCluster.h.

Referenced by preshowerEnergyPlane1(), setPreshowerEnergyPlane1(), and SuperCluster().

double reco::SuperCluster::preshowerEnergy2_
private

Definition at line 163 of file SuperCluster.h.

Referenced by preshowerEnergyPlane2(), setPreshowerEnergyPlane2(), and SuperCluster().

double reco::SuperCluster::preshowerEnergy_
private

used hits by detId - retrieved from BC constituents – now inherited from CaloCluster

Definition at line 155 of file SuperCluster.h.

Referenced by preshowerEnergy(), setPreshowerEnergy(), and SuperCluster().

double reco::SuperCluster::rawEnergy_
private

Definition at line 157 of file SuperCluster.h.

Referenced by computeRawEnergy(), and rawEnergy().

CaloClusterPtr reco::SuperCluster::seed_
private

reference to BasicCluster seed

Definition at line 144 of file SuperCluster.h.

Referenced by seed(), setSeed(), and SuperCluster().