GEMC
1.8
Geant4 Monte-Carlo Framework
Main Page
Data Structures
Files
File List
Globals
hitprocess
clas12
flux_hitprocess.h
Go to the documentation of this file.
1
#ifndef flux_HITPROCESS_H
2
#define flux_HITPROCESS_H 1
3
4
// %%%%%%%%%%%%%
5
// gemc headers
6
// %%%%%%%%%%%%%
7
#include "
MPHBaseClass.h
"
8
9
// %%%%%%%%%%%%%%%%
10
// Class definition
11
// %%%%%%%%%%%%%%%%
12
class
flux_HitProcess
:
public
MPHBaseClass
13
{
14
public
:
15
~flux_HitProcess
(){}
16
PH_output
ProcessHit
(
MHit
*,
gemc_opts
);
17
vector<identifier>
ProcessID
(vector<identifier>, G4Step*,
detector
,
gemc_opts
) ;
18
static
MPHBaseClass
*
createHitClass
() {
return
new
flux_HitProcess
;}
19
};
20
21
#endif
PH_output
Definition:
MPHBaseClass.h:23
flux_HitProcess::~flux_HitProcess
~flux_HitProcess()
Definition:
flux_hitprocess.h:15
flux_HitProcess::ProcessID
vector< identifier > ProcessID(vector< identifier >, G4Step *, detector, gemc_opts)
Method to calculate new identifier.
Definition:
flux_hitprocess.cc:104
flux_HitProcess::ProcessHit
PH_output ProcessHit(MHit *, gemc_opts)
Method to process the hit.
Definition:
flux_hitprocess.cc:13
MPHBaseClass
Definition:
MPHBaseClass.h:36
detector
Definition:
detector.h:46
flux_HitProcess
Definition:
flux_hitprocess.h:12
MHit
Definition:
MHit.h:29
flux_HitProcess::createHitClass
static MPHBaseClass * createHitClass()
Definition:
flux_hitprocess.h:18
gemc_opts
Definition:
usage.h:59
MPHBaseClass.h
Generated on Wed Jul 6 2016 11:12:55 for GEMC by
1.8.11