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 }