CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PreshowerClusterShape.cc
Go to the documentation of this file.
1 //
2 // author Aris Kyriakis (NCSR "Demokritos")
3 //
5 
6 using namespace reco;
7 
9 
10 
11 PreshowerClusterShape::PreshowerClusterShape(const std::vector<float> stripEnergies,
12  const int plane)
13 {
14  stripEnergies_ = stripEnergies;
15  plane_ = plane;
16 }
17 
19 {
21  plane_ = b.plane_;
22  sc_ref_=b.sc_ref_;
23 }
PreshowerClusterShape()
default constructor
int plane() const
Preshower plane.
std::vector< float > stripEnergies_
used strip energies
double b
Definition: hdecay.h:120
SuperClusterRef sc_ref_
Associated super cluster;.