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