src
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.h
GflashHit::~GflashHit
~GflashHit()
Definition:
GflashHit.cc:11
GflashHit::GflashHit
GflashHit()
Definition:
GflashHit.cc:3
hcalRecHitTable_cff.time
time
Definition:
hcalRecHitTable_cff.py:14
hcalRecHitTable_cff.energy
energy
Definition:
hcalRecHitTable_cff.py:13
GflashHit::thePosition
Gflash3Vector thePosition
Definition:
GflashHit.h:23
GflashHit::theEnergy
double theEnergy
Definition:
GflashHit.h:22
pos
Definition:
PixelCalibBase.h:13
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashHit::theTime
double theTime
Definition:
GflashHit.h:21
Generated for CMSSW Reference Manual by
1.8.14