Skip to content
Snippets Groups Projects
Commit 2205ca43 authored by Tadej Novak's avatar Tadej Novak
Browse files

Add truth only subdetector configuration

Former-commit-id: 2c15301d90c29ae0a3b8df143604d40f3c2897e2
parent 7d1a1fad
No related branches found
No related tags found
Loading
if not 'DetFlags' in dir():
#if you configure one detflag, you're responsible for configuring them all!
from AthenaCommon.DetFlags import DetFlags
DetFlags.all_setOff()
DetFlags.Truth_setOn()
DetFlags.Print()
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