CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorShowerEvent.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 ClassImp(CastorShowerEvent)
5 
7  // Clear();
8  // std::cout << "\n *** CastorShowerEvent object created *** " << std::endl;
9 }
10 
12 
13 
15  nhit = 0;
16  detID.clear();
17  hitPosition.clear();
18  nphotons.clear();
19  time.clear();
20  primaryEnergy = 0.;
21  primEta = 0.;
22  primPhi = 0.;
23  primX = 0.;
24  primY = 0.;
25  primZ = 0.;
26 }
std::vector< Point > hitPosition
std::vector< float > nphotons
std::vector< unsigned int > detID
std::vector< float > time