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 
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 }
CastorShowerEvent::primY
float primY
Definition: CastorShowerEvent.h:34
CastorShowerEvent::primPhi
float primPhi
Definition: CastorShowerEvent.h:33
fileinputsource_cfi.option
option
Definition: fileinputsource_cfi.py:87
CastorShowerEvent::primEta
float primEta
Definition: CastorShowerEvent.h:33
CastorShowerEvent::detID
std::vector< unsigned int > detID
Definition: CastorShowerEvent.h:28
CastorShowerEvent::primaryEnergy
float primaryEnergy
Definition: CastorShowerEvent.h:32
CastorShowerEvent::hitPosition
std::vector< Point > hitPosition
Definition: CastorShowerEvent.h:29
CastorShowerEvent::~CastorShowerEvent
~CastorShowerEvent() override
Definition: CastorShowerEvent.cc:9
CastorShowerEvent::CastorShowerEvent
CastorShowerEvent()
Definition: CastorShowerEvent.cc:4
CastorShowerEvent::primZ
float primZ
Definition: CastorShowerEvent.h:34
CastorShowerEvent::nphotons
std::vector< float > nphotons
Definition: CastorShowerEvent.h:30
CastorShowerEvent::primX
float primX
Definition: CastorShowerEvent.h:34
CastorShowerEvent::time
std::vector< float > time
Definition: CastorShowerEvent.h:31
CastorShowerEvent::nhit
unsigned int nhit
Definition: CastorShowerEvent.h:27
CastorShowerEvent::Clear
void Clear(Option_t *option="") override
Definition: CastorShowerEvent.cc:11
CastorShowerEvent.h