GEMC  2.3
Geant4 Monte-Carlo Framework
CVRT_hitprocess.cc
Go to the documentation of this file.
1 // gemc headers
2 #include "CVRT_hitprocess.h"
3 
4 map<string, double> CVRT_HitProcess :: integrateDgt(MHit* aHit, int hitn)
5 {
6  map<string, double> dgtz;
7  vector<identifier> identity = aHit->GetId();
8 
9  return dgtz;
10 }
11 
12 vector<identifier> CVRT_HitProcess :: processID(vector<identifier> id, G4Step* aStep, detector Detector)
13 {
14  return id;
15 }
16 
17 
18 
19 
20 map< string, vector <int> > CVRT_HitProcess :: multiDgt(MHit* aHit, int hitn)
21 {
22  map< string, vector <int> > MH;
23 
24  return MH;
25 }
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
vector< identifier > GetId()
Definition: Hit.h:103
map< string, double > integrateDgt(MHit *, int)
map< string, vector< int > > multiDgt(MHit *, int)
Definition: Hit.h:22
vector< identifier > processID(vector< identifier >, G4Step *, detector)