GEMC
1.8
Geant4 Monte-Carlo Framework
Main Page
Data Structures
Files
File List
Globals
hitprocess
clas12
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
18
class
OTOF_HitProcess
:
public
MPHBaseClass
19
{
20
public
:
21
~OTOF_HitProcess
(){}
22
PH_output
ProcessHit
(
MHit
*,
gemc_opts
);
23
vector<identifier>
ProcessID
(vector<identifier>, G4Step*,
detector
,
gemc_opts
) ;
24
static
MPHBaseClass
*
createHitClass
() {
return
new
OTOF_HitProcess
;}
25
};
26
27
#endif
OTOF_HitProcess
Definition:
OTOF_hitprocess.h:18
PH_output
Definition:
MPHBaseClass.h:23
MPHBaseClass
Definition:
MPHBaseClass.h:36
OTOF_HitProcess::ProcessHit
PH_output ProcessHit(MHit *, gemc_opts)
Method to process the hit.
Definition:
OTOF_hitprocess.cc:11
detector
Definition:
detector.h:46
OTOF_HitProcess::createHitClass
static MPHBaseClass * createHitClass()
Definition:
OTOF_hitprocess.h:24
OTOF_HitProcess::ProcessID
vector< identifier > ProcessID(vector< identifier >, G4Step *, detector, gemc_opts)
Method to calculate new identifier.
Definition:
OTOF_hitprocess.cc:116
OTOF_HitProcess::~OTOF_HitProcess
~OTOF_HitProcess()
Definition:
OTOF_hitprocess.h:21
MHit
Definition:
MHit.h:29
gemc_opts
Definition:
usage.h:59
MPHBaseClass.h
Generated on Wed Jul 6 2016 11:12:55 for GEMC by
1.8.11