Skip to content
Snippets Groups Projects
Commit cccc8b7f authored by Benoit's avatar Benoit
Browse files

Corrected A_CN retrieval

parent 1764c896
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #380840 passed
......@@ -309,7 +309,7 @@ void EventGeneratorGEFReader::GenerateEvent(G4Event*){
// Compound nucleus (after pre-fission emission)
int Z_CN = DataLine.at(index_Z_CN);
int A_CN = DataLine.at(index_Z_CN);
int A_CN = DataLine.at(index_A_CN);
m_FissionConditions->SetZ_CN(Z_CN);
m_FissionConditions->SetA_CN(A_CN);
......
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