5 #include "CLHEP/Units/PhysicalConstants.h" 10 map<string, double> dgtz;
11 vector<identifier> identity = aHit->
GetId();
18 vector<G4ThreeVector> Lpos = aHit->
GetLPos();
22 vector<double> Edep = aHit->
GetEdep();
26 double dLeft = tInfos.
ly;
27 double dRight = tInfos.
ly;
30 int ADCL = (int) (100*tInfos.
eTot*exp(-dLeft/2 ));
31 int ADCR = (int) (100*tInfos.
eTot*exp(-dRight/2 ));
34 int TDCL = (int) (100*(tInfos.
time/ns + dLeft/cm/30.0));
35 int TDCR = (int) (100*(tInfos.
time/ns + dRight/cm/30.0));
48 id[
id.size()-1].id_sharing = 1;
55 map< string, vector <int> > MH;
map< string, vector< int > > multiDgt(MHit *, int)
map< string, double > integrateDgt(MHit *, int)
vector< identifier > GetId()
vector< G4ThreeVector > GetLPos()
vector< identifier > processID(vector< identifier >, G4Step *, detector)
vector< double > GetEdep()