Source code for RootStreamBuilder.RootStreamFlags
__all__ = ["RootStreamHITFlags", "RootStreamESDFlags", "RootStreamAODFlags"]
from GaugiKernel import EnumStringification
[docs]
class RootStreamHITFlags(EnumStringification):
OnlyRoI = True
EtaWindow = 0.4
PhiWindow = 0.4