Main Page
Namespaces
Classes
Package Documentation
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
GflashHit::thePosition
Gflash3Vector thePosition
Definition:
GflashHit.h:23
GflashHit::theEnergy
double theEnergy
Definition:
GflashHit.h:22
ntuplemaker.time
time
Definition:
ntuplemaker.py:310
pos
Definition:
PixelAliasList.h:18
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashHit::theTime
double theTime
Definition:
GflashHit.h:21
Generated for CMSSW Reference Manual by
1.8.11