Skip to content
Snippets Groups Projects
Commit a36c8665 authored by John Derek Chapman's avatar John Derek Chapman Committed by Graeme Stewart
Browse files

src/LArG4CalibSD.cc (ProcessHits): Comment out line which skips steps with a...

src/LArG4CalibSD.cc (ProcessHits): Comment out line which skips steps with a TotalEnergyDepositTagging LArG4Code-00-08-15-01 (LArG4Code-00-08-15-01)

	* Tagging LArG4Code-00-08-15-01
	* src/LArG4CalibSD.cc (ProcessHits): Comment out line which skips
	steps with a TotalEnergyDeposit of zero. obo Guillaume
	Unal. Should fix ATLASSIM-3065.
parent 88e45f78
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ G4bool LArG4CalibSD::ProcessHits(G4Step* a_step,G4TouchableHistory*)
// the same as the energy from the calculator? Not necessarily.
// The calculator may include detector effects such as
// charge-collection which are not modeled by Geant4.)
if(a_step->GetTotalEnergyDeposit() == 0.) return false;
//if(a_step->GetTotalEnergyDeposit() == 0.) return false; //FIXME commenting this out to fix for ATLASSIM-3065
// Convert the G4Step into (eta,phi,sampling).
// Check that hit was valid. (It might be invalid if, for example,
......
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