CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HFEMClusterShape.cc
Go to the documentation of this file.
2 
4  double eShort1x1,
5  double eLong3x3,double eShort3x3,
6  double eLong5x5,
7  double eShort5x5,double eLongCore,
8  double CellEta,double CellPhi,
9  DetId seed):
10  eLong1x1_(eLong1x1),
11  eShort1x1_(eShort1x1),
12  eLong3x3_(eLong3x3),
13  eShort3x3_(eShort3x3),
14  eLong5x5_(eLong5x5),
15  eShort5x5_(eShort5x5),
16  eLongCore_(eLongCore),
17  CellEta_(CellEta),
18  CellPhi_(CellPhi),
19  seed_(seed)
20 {
21 }
22 
23 
25  return eLong1x1_+eShort1x1_;
26 }
28  return eLong3x3_+eShort3x3_;
29 }
31  return eLong5x5_+eShort5x5_;
32 }
33 
35  return eShort3x3()/eLong3x3();
36 }
38  return eCore()/eLong3x3();
39 }
41  return (eLong3x3()+eShort3x3())/(eLong5x5()+eShort5x5());
42 }
Definition: DetId.h:18