1 void drift_konstanten(Float_t Vc)
6 cout<<
"Calculate the values needed for the creation of the drift map tables:"<<endl;
8 cout<<
"RA = "<<RA<<endl;
9 cout<<
"RI = "<<RI<<endl;
11 Float_t inv_konst=1/log(RA/RI);
14 cout<<
"Vc = "<<Vc<<endl;
16 Float_t rtimesE=(inv_konst*Vc)*1000;
18 cout<<
"radiusTimesField = "<<rtimesE<<endl;
22 cout<<
"minimumDriftField ="<<int (rtimesE/RA)<<endl;
23 cout<<
"maximumDriftField ="<<rtimesE/RI<<endl;
25 cout<<
"numberOfEFieldBinsUsed = "<<fabs((rtimesE/RA)-(rtimesE/RI))<<endl;