From 76e6afddcdca205ee6be3a7caa7f1f8a0f3df211 Mon Sep 17 00:00:00 2001 From: Colin Bernet Date: Thu, 1 Oct 2009 10:14:37 +0000 Subject: [PATCH] --- yaml --- r: 74485 b: "refs/heads/CMSSW_7_1_X" c: 9d11a9aff80315ec45e3051e6abaa46110e19b4d h: "refs/heads/CMSSW_7_1_X" i: 74483: 0ea2e01cefc48071e02a1c26c4cb33465b5aabaf v: v3 --- [refs] | 2 +- .../Configuration/python/ProductionTools/castorMerge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 564f1d6e14161..c6dac1e283af8 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e -"refs/heads/CMSSW_7_1_X": 7dd0929c085272b4fab236424451a858fbde7074 +"refs/heads/CMSSW_7_1_X": 9d11a9aff80315ec45e3051e6abaa46110e19b4d diff --git a/trunk/RecoParticleFlow/Configuration/python/ProductionTools/castorMerge.py b/trunk/RecoParticleFlow/Configuration/python/ProductionTools/castorMerge.py index abf7574ca8334..dda6dc5fc7319 100755 --- a/trunk/RecoParticleFlow/Configuration/python/ProductionTools/castorMerge.py +++ b/trunk/RecoParticleFlow/Configuration/python/ProductionTools/castorMerge.py @@ -67,7 +67,7 @@ def processFiles( regexp, files ): parser = OptionParser() -parser.usage = "%prog : merge a set of CMSSW root files on castor." +parser.usage = "%prog : merge a set of CMSSW root files on castor.\n\nThe regexp pattern should contain 2 statements in parenthesis: the first one should match the file prefix, and the second one the file number. The name of the merged file will start by the file prefix. The file number is used to decide which files to take in input. The chunk size is the number of input files to be merged in a given output file.\n\nExample (just try!):\n./castorMerge.py /castor/cern.ch/user/c/cbern/CMSSW312/SinglePions '(.*)_(\d+)\.root' 2 -n" parser.add_option("-n", "--negate", action="store_true", dest="negate", help="do not produce the merged files",