/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/G4Svc/G4Svc-00-01-52/other/G4VCHit.h

Go to the documentation of this file.
00001 #ifndef G4VCHit_h
00002 #define G4VCHit_h 1
00003 
00004 #include "G4VHit.hh"
00005 
00006 class G4VCHit: public G4VHit {
00007 
00008 public:
00009   inline virtual G4VHit* Clone() const { return new G4VHit; }
00010 
00011   virtual ~G4VCHit(){};
00012 
00013 };
00014 
00015 #endif
00016   

Generated on Tue Nov 29 23:14:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7