File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Configuration/DataProcessing Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ def repackProcess(**args):
2020 supported options:
2121
2222 - outputs : defines output modules
23+ - globalTag : contains trigger paths for the selected raw skims in outputs
24+
25+ Additional comments:
26+
27+ The selectEvents parameter within the outputs option is of type list, provided by T0.
28+ The paths in the list have an added ":HLT" to the string, which needs to be removed for propper use of the raw skim machinery.
2329
2430 """
2531 from Configuration .EventContent .EventContent_cff import RAWEventContent
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def __call__(self):
5252
5353 import FWCore .ParameterSet .Config as cms
5454
55- process .maxEvents = cms .untracked .PSet ( input = cms .untracked .int32 (103 ) )
55+ process .maxEvents = cms .untracked .PSet ( input = cms .untracked .int32 (10 ) )
5656
5757 psetFile = open ("RunRepackCfg.py" , "w" )
5858 psetFile .write (process .dumpPython ())
You can’t perform that action at this time.
0 commit comments