GEMC  1.8
Geant4 Monte-Carlo Framework
OTOF_hitprocess.h
Go to the documentation of this file.
1 #ifndef OTOF_HITPROCESS_H
2 #define OTOF_HITPROCESS_H 1
3 
4 // %%%%%%%%%%%%%
5 // gemc headers
6 // %%%%%%%%%%%%%
7 #include "MPHBaseClass.h"
8 
9 // %%%%%%%%%%%%%%%%
10 // Class definition
11 // %%%%%%%%%%%%%%%%
12 
17 
19 {
20  public:
23  vector<identifier> ProcessID(vector<identifier>, G4Step*, detector, gemc_opts) ;
25 };
26 
27 #endif
PH_output ProcessHit(MHit *, gemc_opts)
Method to process the hit.
static MPHBaseClass * createHitClass()
vector< identifier > ProcessID(vector< identifier >, G4Step *, detector, gemc_opts)
Method to calculate new identifier.
Definition: MHit.h:29