SimGeneral
GFlash
src
GflashHit.cc
Go to the documentation of this file.
1
#include "
SimGeneral/GFlash/interface/GflashHit.h
"
2
3
GflashHit::GflashHit
() : theTime(0), theEnergy(0), thePosition(0) {}
4
5
GflashHit::GflashHit
(
double
time
,
double
energy
,
Gflash3Vector
&
pos
) {
6
theTime
=
time
;
7
theEnergy
=
energy
;
8
thePosition
=
pos
;
9
}
10
11
GflashHit::~GflashHit
() {}
GflashHit::thePosition
Gflash3Vector thePosition
Definition:
GflashHit.h:23
GflashHit.h
pos
Definition:
PixelAliasList.h:18
protons_cff.time
time
Definition:
protons_cff.py:39
GflashHit::theTime
double theTime
Definition:
GflashHit.h:21
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition:
HCALHighEnergyHPDFilter_cfi.py:5
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashHit::GflashHit
GflashHit()
Definition:
GflashHit.cc:3
GflashHit::~GflashHit
~GflashHit()
Definition:
GflashHit.cc:11
GflashHit::theEnergy
double theEnergy
Definition:
GflashHit.h:22
Generated for CMSSW Reference Manual by
1.8.16