Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 Wed Feb 2 15:42:16 2011 for BOSS6.5.5 by  doxygen 1.3.9.1