Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimGeneral
GFlash
src
GflashHit.cc
Go to the documentation of this file.
1
#include "
SimGeneral/GFlash/interface/GflashHit.h
"
2
3
GflashHit::GflashHit
() :
4
theTime(0),
5
theEnergy(0),
6
thePosition(0)
7
{
8
}
9
10
GflashHit::GflashHit
(
double
time,
double
energy
,
Gflash3Vector
& pos)
11
{
12
theTime
= time;
13
theEnergy
=
energy
;
14
thePosition
= pos;
15
}
16
17
GflashHit::~GflashHit
()
18
{
19
}
GflashHit.h
GflashHit::~GflashHit
~GflashHit()
Definition:
GflashHit.cc:17
GflashHit::GflashHit
GflashHit()
Definition:
GflashHit.cc:3
GflashHit::thePosition
Gflash3Vector thePosition
Definition:
GflashHit.h:25
GflashHit::theEnergy
double theEnergy
Definition:
GflashHit.h:24
Gflash3Vector
CLHEP::Hep3Vector Gflash3Vector
Definition:
Gflash3Vector.h:6
GflashHit::theTime
double theTime
Definition:
GflashHit.h:23
relval_parameters_module.energy
string energy
Definition:
relval_parameters_module.py:29
Generated for CMSSW Reference Manual by
1.8.5