Skip to content
Snippets Groups Projects
Commit f3927a31 authored by Theodore Efremov's avatar Theodore Efremov :hibiscus:
Browse files

Modified filling of IC

parent edd1db61
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #370538 passed
......@@ -75,12 +75,10 @@ void convert(int run=204){
fPISTA_TS_sec = PISTA_TS*1e-8;
// IC //
for(int i=0; i<11; i++){
m_ic->SetIC_Section(i+1);
m_ic->SetIC_Charge(IC[i]);
}
for (int i=0; i<ICRawM; i++){
m_ic->SetIC_TS(ICRawTS[i]);
m_ic->SetIC_Section(i+1);
m_ic->SetIC_Charge(IC[i]);
}
// Time //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment