Skip to content
Snippets Groups Projects
Commit 5e5e060e authored by Chad Stephen Lantz's avatar Chad Stephen Lantz Committed by Melissa Yexley
Browse files

Add BRAN to tracked volumes

parent 806dfb0b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ def ZDC_FiberSDCfg(flags, name="ZDC_FiberSD", **kwargs):
,"ZDC::RPD_Buff_Active_Logical*"
,"ZDC::RPD_Core_Readout_Logical"
,"ZDC::RPD_Clad_Readout_Logical"
,"ZDC::RPD_Buff_Readout_Logical"])
,"ZDC::RPD_Buff_Readout_Logical"
,"ZDC::BRAN_Rod_Logical"])
kwargs.setdefault("OutputCollectionNames", ["ZDC_SimFiberHit_Collection"])
result.setPrivateTools(CompFactory.ZDC_FiberSDTool(name, **kwargs))
return result
......@@ -32,7 +33,8 @@ def ZDC_G4CalibSDCfg(flags, name="ZDC_G4CalibSD", **kwargs):
,"ZDC::RPD_Buff_Active_Logical*"
,"ZDC::RPD_Core_Readout_Logical"
,"ZDC::RPD_Clad_Readout_Logical"
,"ZDC::RPD_Buff_Readout_Logical"])
,"ZDC::RPD_Buff_Readout_Logical"
,"ZDC::BRAN*"])
kwargs.setdefault("OutputCollectionNames", ["ZDC_CalibrationHits"])
result.setPrivateTools(CompFactory.ZDC_G4CalibSDTool(name, **kwargs))
return result
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