CMS 3D CMS Logo

GflashHit.cc
Go to the documentation of this file.
2 
3 GflashHit::GflashHit() : theTime(0), theEnergy(0), thePosition(0) {}
4 
6  theTime = time;
9 }
10 
~GflashHit()
Definition: GflashHit.cc:11
GflashHit()
Definition: GflashHit.cc:3
Gflash3Vector thePosition
Definition: GflashHit.h:23
double theEnergy
Definition: GflashHit.h:22
CLHEP::Hep3Vector Gflash3Vector
Definition: Gflash3Vector.h:6
double theTime
Definition: GflashHit.h:21