Skip to content
Snippets Groups Projects
Commit 00f41646 authored by Andy Buckley's avatar Andy Buckley Committed by Graeme Stewart
Browse files

'Set FixHepMC's 'loops by barcode' option to default to false, since it's...

'Set FixHepMC's 'loops by barcode' option to default to false, since it's caused problems in non-Sherpa samples.' (EvgenProdTools-00-02-03)

	* Tagging: EvgenProdTools-00-02-03

	* Set FixHepMC's 'loops by barcode' option to default to false,
	since it's caused problems in non-Sherpa samples.
parent dbb31efb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ FixHepMC::FixHepMC(const string& name, ISvcLocator* pSvcLocator)
declareProperty("KillLoops", m_killLoops = true, "Remove particles in loops?");
declareProperty("KillPDG0", m_killPDG0 = true, "Remove particles with PDG ID 0?");
declareProperty("CleanDecays", m_cleanDecays = true, "Clean decay chains from non-propagating particles?");
declareProperty("LoopsByBarcode", m_loopByBC = true, "Detect loops based on barcodes as well as vertices?");
declareProperty("LoopsByBarcode", m_loopByBC = false, "Detect loops based on barcodes as well as vertices?");
}
......
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