CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClusterShape.cc
Go to the documentation of this file.
2 
3 reco::ClusterShape::ClusterShape( double cEE, double cEP, double cPP,
4  double eMax, DetId eMaxId, double e2nd, DetId e2ndId,
5  double e2x2, double e3x2, double e3x3, double e4x4,
6  double e5x5, double e2x5Right, double e2x5Left,
7  double e2x5Top, double e2x5Bottom, double e3x2Ratio,
8  double LAT, double etaLAT, double phiLAT, double A20, double A42,
9  std::vector<double> energyBasketFractionEta,
10  std::vector<double> energyBasketFractionPhi) :
11  covEtaEta_( cEE ), covEtaPhi_( cEP ), covPhiPhi_( cPP ),
12  eMax_(eMax), e2nd_(e2nd), e2x2_(e2x2), e3x2_(e3x2), e3x3_(e3x3), e4x4_(e4x4),
13  e5x5_(e5x5), e2x5Right_(e2x5Right), e2x5Left_(e2x5Left), e2x5Top_(e2x5Top),
14  e2x5Bottom_(e2x5Bottom), e3x2Ratio_(e3x2Ratio),
15  LAT_(LAT), etaLAT_(etaLAT), phiLAT_(phiLAT), A20_(A20), A42_(A42),
16  eMaxId_(eMaxId), e2ndId_(e2ndId)
17 {
20 }
std::vector< double > energyBasketFractionEta_
Definition: ClusterShape.h:68
std::vector< double > energyBasketFractionEta() const
Definition: ClusterShape.h:54
Definition: DetId.h:20
std::vector< double > energyBasketFractionPhi() const
Definition: ClusterShape.h:55
std::vector< double > energyBasketFractionPhi_
Definition: ClusterShape.h:69