Skip to content
Snippets Groups Projects
Commit d6bc1fbf authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing Nebula simulation compilation

parent 9fc7f71c
No related branches found
No related tags found
No related merge requests found
Pipeline #114269 passed
......@@ -226,8 +226,8 @@ void Nebula::ReadSensitive(const G4Event* ){
if(Energy>Nebula_NS::EnergyThreshold){
double Time = RandGauss::shoot(Scorer->GetTime(i),Nebula_NS::ResoTime);
int DetectorNbr = level[0];
m_Event->SetEnergy(DetectorNbr,Energy);
m_Event->SetTime(DetectorNbr,Time);
//m_Event->SetEnergy(DetectorNbr,Energy);
//m_Event->SetTime(DetectorNbr,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