GEMC  1.8
Geant4 Monte-Carlo Framework
BMT_hitprocess.h
Go to the documentation of this file.
1 #ifndef BMT_HITPROCESS_H
2 #define BMT_HITPROCESS_H 1
3 
8 
9 
10 // %%%%%%%%%%%%%
11 // gemc headers
12 // %%%%%%%%%%%%%
13 #include "MPHBaseClass.h"
14 
15 // %%%%%%%%%%%%%%%%
16 // Class definition
17 // %%%%%%%%%%%%%%%%
18 
31 
33 {
34  public:
37  vector<identifier> ProcessID(vector<identifier>, G4Step*, detector, gemc_opts) ;
38  static MPHBaseClass *createHitClass() {return new BMT_HitProcess;}
39 };
40 
41 #endif
static MPHBaseClass * createHitClass()
vector< identifier > ProcessID(vector< identifier >, G4Step *, detector, gemc_opts)
Method to calculate new identifier.
Definition: MHit.h:29
PH_output ProcessHit(MHit *, gemc_opts)
Method to process the hit.