Skip to content
Snippets Groups Projects
Commit e7bd3183 authored by Alex Pearce's avatar Alex Pearce Committed by Alex Pearce
Browse files

Don't include non-ConfigurableUser objects in used_configurables.

parent 3c215aae
No related branches found
No related tags found
1 merge request!61Port Turbo MC fixes for Stripping 28
......@@ -13,7 +13,7 @@ from TurboStreamProd import prodDict
from copy import copy
class Tesla(LHCbConfigurableUser):
__used_configurables__ = [ LHCbApp, LumiAlgsConf, RawEventJuggler, DecodeRawEvent, RawEventFormatConf, DstConf, RecombineRawEvent, PackParticlesAndVertices, TrackAssociator, ChargedPP2MC, CopyProtoParticle2MCRelations, CopySignalMCParticles, TrackSys, TurboConf]
__used_configurables__ = [ LHCbApp, LumiAlgsConf, RawEventJuggler, DecodeRawEvent, RawEventFormatConf, DstConf, RecombineRawEvent, PackParticlesAndVertices, TrackAssociator, ChargedPP2MC, TrackSys, TurboConf]
__slots__ = {
"EvtMax" : -1 # Maximum number of events to process
......
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