BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
G4VCHit.h
Go to the documentation of this file.
1#ifndef G4VCHit_h
2#define G4VCHit_h 1
3
4#include "G4VHit.hh"
5
6class G4VCHit : public G4VHit {
7
8public:
9 inline virtual G4VHit* Clone() const { return new G4VHit; }
10
11 virtual ~G4VCHit(){};
12};
13
14#endif
virtual ~G4VCHit()
Definition G4VCHit.h:11
virtual G4VHit * Clone() const
Definition G4VCHit.h:9