CMS 3D CMS Logo

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 PreshowerClusterShape::PreshowerClusterShape(const std::vector<float>& stripEnergies, const int plane) {
11  stripEnergies_ = stripEnergies;
12  plane_ = plane;
13 }
14 
16  stripEnergies_ = b.stripEnergies_;
17  plane_ = b.plane_;
18  sc_ref_ = b.sc_ref_;
19 }
reco::PreshowerClusterShape
Definition: PreshowerClusterShape.h:14
reco::PreshowerClusterShape::PreshowerClusterShape
PreshowerClusterShape()
default constructor
Definition: PreshowerClusterShape.h:17
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::PreshowerClusterShape::~PreshowerClusterShape
virtual ~PreshowerClusterShape()
Definition: PreshowerClusterShape.cc:8
b
double b
Definition: hdecay.h:118
reco::PreshowerClusterShape::stripEnergies_
std::vector< float > stripEnergies_
used strip energies
Definition: PreshowerClusterShape.h:45
PreshowerClusterShape.h
reco::PreshowerClusterShape::plane
int plane() const
Preshower plane.
Definition: PreshowerClusterShape.h:28
reco::PreshowerClusterShape::sc_ref_
SuperClusterRef sc_ref_
Associated super cluster;.
Definition: PreshowerClusterShape.h:42
reco::PreshowerClusterShape::plane_
int plane_
Definition: PreshowerClusterShape.h:39