CMS 3D CMS Logo

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 
12 void CastorShowerEvent::Clear(Option_t * option) {
13  nhit = 0;
14  detID.clear();
15  hitPosition.clear();
16  nphotons.clear();
17  time.clear();
18  primaryEnergy = 0.;
19  primEta = 0.;
20  primPhi = 0.;
21  primX = 0.;
22  primY = 0.;
23  primZ = 0.;
24 }
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