Kamil Sedlak 7.2.2013
Added geometric shape "BarWithBevelledEdgesX" used for Alexey's investigation of light transport throuhg a scintillator bar. This version is done before implementing changes made by James Lord
This commit is contained in:
@ -1184,6 +1184,7 @@ void musrAnalysis::FillHistograms(Int_t iiiEntry) {
|
||||
// det_time0 = timeBin0*tdcresolution;
|
||||
// det_time1 = timeBin1*tdcresolution;
|
||||
det_time10 = ((timeBin0==-100000000)|| (timeBin1==-100000000)) ? -100000000 : (timeBin1-timeBin0)*tdcresolution;
|
||||
//PROMPT PEAK INVESTIGATION: if (timeBin1-timeBin0==7) std::cout<<"HHHHHHHHHHHH eventID="<<eventID<<", t0="<<timeBin0*tdcresolution<<std::endl;
|
||||
det_time20 = ((timeBin0==-100000000)|| (timeBin2==-100000000)) ? -100000000 : (timeBin2-timeBin0)*tdcresolution;
|
||||
//cks if ((det_time10>-1)&&(det_time10<0.01)) {std::cout<<" eventID="<<eventID<<" det_time10="<< det_time10<<std::endl;}
|
||||
gen_time10 = muDecayTime-muM0Time;
|
||||
|
Reference in New Issue
Block a user