Main Page
Namespaces
Classes
Package Documentation
SimDataFormats
CaloHit
src
CastorShowerEvent.cc
Go to the documentation of this file.
1
#include "
SimDataFormats/CaloHit/interface/CastorShowerEvent.h
"
2
#include <iostream>
3
4
CastorShowerEvent::CastorShowerEvent
() {
5
// Clear();
6
// std::cout << "\n *** CastorShowerEvent object created *** " << std::endl;
7
}
8
9
CastorShowerEvent::~CastorShowerEvent
() {}
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
}
CastorShowerEvent::Clear
void Clear(Option_t *option="") override
Definition:
CastorShowerEvent.cc:12
CastorShowerEvent.h
CastorShowerEvent::primEta
float primEta
Definition:
CastorShowerEvent.h:35
CastorShowerEvent::~CastorShowerEvent
~CastorShowerEvent() override
Definition:
CastorShowerEvent.cc:9
CastorShowerEvent::primPhi
float primPhi
Definition:
CastorShowerEvent.h:35
CastorShowerEvent::hitPosition
std::vector< Point > hitPosition
Definition:
CastorShowerEvent.h:31
CastorShowerEvent::CastorShowerEvent
CastorShowerEvent()
Definition:
CastorShowerEvent.cc:4
CastorShowerEvent::nphotons
std::vector< float > nphotons
Definition:
CastorShowerEvent.h:32
CastorShowerEvent::detID
std::vector< unsigned int > detID
Definition:
CastorShowerEvent.h:30
CastorShowerEvent::primaryEnergy
float primaryEnergy
Definition:
CastorShowerEvent.h:34
CastorShowerEvent::primX
float primX
Definition:
CastorShowerEvent.h:36
TSGForRoadSearch_cfi.option
option
Definition:
TSGForRoadSearch_cfi.py:9
CastorShowerEvent::primZ
float primZ
Definition:
CastorShowerEvent.h:36
CastorShowerEvent::time
std::vector< float > time
Definition:
CastorShowerEvent.h:33
CastorShowerEvent::nhit
unsigned int nhit
Definition:
CastorShowerEvent.h:29
CastorShowerEvent::primY
float primY
Definition:
CastorShowerEvent.h:36
Generated for CMSSW Reference Manual by
1.8.11