Tidy TRTStrawCondAlg and TRT_StrawStatusSummaryTool configuration
It is cleaner to use:
flags.Common.ProductionStep == ProductionStep.Simulation
rather than
flags.Detector.Simulate
at this point in the configuration.
It is cleaner to use:
flags.Common.ProductionStep == ProductionStep.Simulation
rather than
flags.Detector.Simulate
at this point in the configuration.