Skip to content

Commit 680de4a

Browse files
author
Antonio Linares
committed
Update PR following comments, requires no further testing
1 parent 2f5fd4d commit 680de4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Configuration/DataProcessing/python/Repack.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Configuration/DataProcessing/test/RunRepack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)