2735 |
totdltime[1]-=GetTrigLevel2()->dltime[1];//dead-time |
totdltime[1]-=GetTrigLevel2()->dltime[1];//dead-time |
2736 |
} |
} |
2737 |
totdltime[2]--; //event counter |
totdltime[2]--; //event counter |
2738 |
cout << endl; |
if(DBG){ |
2739 |
cout << "n.events : "<<totdltime[2]<<endl; |
cout << endl; |
2740 |
cout << "RUN LIVE-TIME: "<<totdltime[0]*0.16<<" ms"<<endl; |
cout << "n.events : "<<totdltime[2]<<endl; |
2741 |
cout << "RUN DEAD-TIME: "<<totdltime[1]*0.01<<" ms"<<endl; |
cout << "RUN LIVE-TIME: "<<totdltime[0]*0.16<<" ms"<<endl; |
2742 |
|
cout << "RUN DEAD-TIME: "<<totdltime[1]*0.01<<" ms"<<endl; |
2743 |
|
} |
2744 |
}else{ |
}else{ |
2745 |
totdltime[0]=0;//live-time |
totdltime[0]=0;//live-time |
2746 |
totdltime[1]=0;//dead-time |
totdltime[1]=0;//dead-time |
2747 |
totdltime[2]=0; //event counter |
totdltime[2]=0; //event counter |
2748 |
cout << " *** JUMP RUN *** irun "<<irun<<endl; |
if(DBG)cout << " *** JUMP RUN *** irun "<<irun<<endl; |
2749 |
} |
} |
2750 |
/// add an entry |
/// add an entry |
2751 |
if(run_tree_clone) |
if(run_tree_clone) |