CMS 3D CMS Logo

GflashEnergySpot.cc

Go to the documentation of this file.
00001 #include "SimG4Core/GFlash/interface/GflashEnergySpot.h"
00002 
00003 GflashEnergySpot::GflashEnergySpot() :
00004   theEnergy(0),
00005   thePosition(0)
00006 {
00007 }
00008 
00009 GflashEnergySpot::GflashEnergySpot(G4double energy, G4ThreeVector& pos) 
00010 {
00011   theEnergy = energy;
00012   thePosition = pos;
00013 }
00014 
00015 GflashEnergySpot::~GflashEnergySpot() 
00016 {
00017 }

Generated on Tue Jun 9 17:47:04 2009 for CMSSW by  doxygen 1.5.4