5 Scenario supporting cosmics data taking in hybrid mode
8 from Configuration.DataProcessing.Impl.cosmics
import cosmics
12 cosmics.__init__(self)
13 self.
customs = [
"RecoLocalTracker/SiStripZeroSuppression/customiseHybrid.runOnHybridZS" ]
17 Implement configuration building for data processing for cosmic
18 data taking with the strip tracker in hybrid ZS mode
23 if not "customs" in args:
24 args[
"customs"] = list(self.
customs)
28 return cosmics.promptReco(self, globalTag, **args)
31 if not "customs" in args:
32 args[
"customs"] = list(self.
customs)
36 return cosmics.expressProcessing(self, globalTag, **args)
39 if not "customs" in args:
40 args[
"customs"] = list(self.
customs)
44 return cosmics.visualizationProcessing(self, globalTag, **args)
def visualizationProcessing
tuple cosmics
Individual module setups ###.