CMS 3D CMS Logo

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