GEMC  2.2
Geant4 Monte-Carlo Framework
Public Member Functions | Static Public Member Functions
bst_HitProcess Class Reference

#include <bst_hitprocess.h>

+ Inheritance diagram for bst_HitProcess:
+ Collaboration diagram for bst_HitProcess:

Public Member Functions

 ~bst_HitProcess ()
 
map< string, double > integrateDgt (MHit *, int)
 
map< string, vector< int > > multiDgt (MHit *, int)
 
vector< identifierprocessID (vector< identifier >, G4Step *, detector)
 
- Public Member Functions inherited from HitProcess
virtual ~HitProcess ()
 
void init (string name, goptions go, map< string, double > gp)
 
virtual void init_subclass ()
 
map< string, double > integrateRaw (MHit *, int, bool)
 
map< string, vector< double > > allRaws (MHit *, int)
 
virtual map< double, double > signalVT (MHit *, int)
 

Static Public Member Functions

static HitProcesscreateHitClass ()
 

Additional Inherited Members

- Protected Member Functions inherited from HitProcess
double DGauss (double x, double *par, double Edep, double stepTime)
 
- Protected Attributes inherited from HitProcess
string HCname
 
goptions gemcOpt
 
map< string, double > gpars
 
double verbosity
 
string log_msg
 
double par [4]
 

Detailed Description

bst_HitProcess

The barrel silicon tracker hit process routine include:

Definition at line 18 of file bst_hitprocess.h.

Constructor & Destructor Documentation

bst_HitProcess::~bst_HitProcess ( )
inline

Definition at line 21 of file bst_hitprocess.h.

Member Function Documentation

static HitProcess* bst_HitProcess::createHitClass ( )
inlinestatic

Definition at line 34 of file bst_hitprocess.h.

map< string, double > bst_HitProcess::integrateDgt ( MHit aHit,
int  hitn 
)
virtual

Implements HitProcess.

Definition at line 9 of file bst_hitprocess.cc.

map< string, vector< int > > bst_HitProcess::multiDgt ( MHit aHit,
int  hitn 
)
virtual

Implements HitProcess.

Definition at line 124 of file bst_hitprocess.cc.

vector< identifier > bst_HitProcess::processID ( vector< identifier id,
G4Step *  aStep,
detector  Detector 
)
virtual

< Local Coordinates of interaction

Implements HitProcess.

Definition at line 62 of file bst_hitprocess.cc.