Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimDataFormats
CaloHit
src
CastorShowerEvent.cc
Go to the documentation of this file.
1
#include "
SimDataFormats/CaloHit/interface/CastorShowerEvent.h
"
2
#include <iostream>
3
4
ClassImp(
CastorShowerEvent
)
5
6
CastorShowerEvent
::
CastorShowerEvent
() {
7
// Clear();
8
// std::cout << "\n *** CastorShowerEvent object created *** " << std::endl;
9
}
10
11
CastorShowerEvent::~CastorShowerEvent
() {}
12
13
14
void
CastorShowerEvent::Clear
() {
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
}
CastorShowerEvent.h
CastorShowerEvent::~CastorShowerEvent
~CastorShowerEvent()
Definition:
CastorShowerEvent.cc:11
CastorShowerEvent::primEta
float primEta
Definition:
CastorShowerEvent.h:36
CastorShowerEvent::primPhi
float primPhi
Definition:
CastorShowerEvent.h:36
CastorShowerEvent::hitPosition
std::vector< Point > hitPosition
Definition:
CastorShowerEvent.h:32
CastorShowerEvent::nphotons
std::vector< float > nphotons
Definition:
CastorShowerEvent.h:33
CastorShowerEvent::detID
std::vector< unsigned int > detID
Definition:
CastorShowerEvent.h:31
CastorShowerEvent::primaryEnergy
float primaryEnergy
Definition:
CastorShowerEvent.h:35
CastorShowerEvent::primX
float primX
Definition:
CastorShowerEvent.h:37
CastorShowerEvent::Clear
void Clear()
Definition:
CastorShowerEvent.cc:14
CastorShowerEvent::primZ
float primZ
Definition:
CastorShowerEvent.h:37
CastorShowerEvent::time
std::vector< float > time
Definition:
CastorShowerEvent.h:34
CastorShowerEvent::nhit
unsigned int nhit
Definition:
CastorShowerEvent.h:30
CastorShowerEvent
Definition:
CastorShowerEvent.h:15
CastorShowerEvent::primY
float primY
Definition:
CastorShowerEvent.h:37
Generated for CMSSW Reference Manual by
1.8.5