CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GflashHit.cc
Go to the documentation of this file.
2 
4  theTime(0),
5  theEnergy(0),
6  thePosition(0)
7 {
8 }
9 
11 {
12  theTime = time;
13  theEnergy = energy;
14  thePosition = pos;
15 }
16 
18 {
19 }
~GflashHit()
Definition: GflashHit.cc:17
GflashHit()
Definition: GflashHit.cc:3
Gflash3Vector thePosition
Definition: GflashHit.h:25
double theEnergy
Definition: GflashHit.h:24
CLHEP::Hep3Vector Gflash3Vector
Definition: Gflash3Vector.h:6
double theTime
Definition: GflashHit.h:23