GEMC
1.8
Geant4 Monte-Carlo Framework
Main Page
Data Structures
Files
File List
Globals
hitprocess
clas12
micromegas
FTM_hitprocess.h
Go to the documentation of this file.
1
#ifndef FTM_HITPROCESS_H
2
#define FTM_HITPROCESS_H 1
3
4
// %%%%%%%%%%%%%
5
// gemc headers
6
// %%%%%%%%%%%%%
7
#include "
MPHBaseClass.h
"
8
9
// %%%%%%%%%%%%%%%%
10
// Class definition
11
// %%%%%%%%%%%%%%%%
12
23
24
class
FTM_HitProcess
:
public
MPHBaseClass
25
{
26
public
:
27
~FTM_HitProcess
(){}
28
PH_output
ProcessHit
(
MHit
*,
gemc_opts
);
29
vector<identifier>
ProcessID
(vector<identifier>, G4Step*,
detector
,
gemc_opts
) ;
30
static
MPHBaseClass
*
createHitClass
() {
return
new
FTM_HitProcess
;}
31
};
32
33
#endif
FTM_HitProcess::createHitClass
static MPHBaseClass * createHitClass()
Definition:
FTM_hitprocess.h:30
PH_output
Definition:
MPHBaseClass.h:23
FTM_HitProcess::ProcessID
vector< identifier > ProcessID(vector< identifier >, G4Step *, detector, gemc_opts)
Method to calculate new identifier.
Definition:
FTM_hitprocess.cc:104
FTM_HitProcess
Definition:
FTM_hitprocess.h:24
MPHBaseClass
Definition:
MPHBaseClass.h:36
detector
Definition:
detector.h:46
FTM_HitProcess::~FTM_HitProcess
~FTM_HitProcess()
Definition:
FTM_hitprocess.h:27
MHit
Definition:
MHit.h:29
gemc_opts
Definition:
usage.h:59
MPHBaseClass.h
FTM_HitProcess::ProcessHit
PH_output ProcessHit(MHit *, gemc_opts)
Method to process the hit.
Definition:
FTM_hitprocess.cc:7
Generated on Wed Jul 6 2016 11:12:55 for GEMC by
1.8.11