Skip to content
Snippets Groups Projects
Commit 77e6a904 authored by Morfouace's avatar Morfouace
Browse files

debugging Vendeta simulation

parent 60cf235e
No related branches found
No related tags found
No related merge requests found
Pipeline #199683 passed
......@@ -351,6 +351,7 @@ void Vendeta::ReadSensitive(const G4Event* ){
m_Event->SetHGQ2(Energy);
m_Event->SetHGTime(Time);
m_Event->SetHGQmax(0);
m_Event->SetHGIsSat(0);
}
else if(Energy > 1){
m_Event->SetLGDetectorNbr(DetectorNbr);
......@@ -358,6 +359,7 @@ void Vendeta::ReadSensitive(const G4Event* ){
m_Event->SetLGQ2(Energy);
m_Event->SetLGTime(Time);
m_Event->SetLGQmax(0);
m_Event->SetLGIsSat(0);
}
}
......
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