Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74485
b: "refs/heads/CMSSW_7_1_X"
c: 9d11a9a
h: "refs/heads/CMSSW_7_1_X"
i:
  74483: 0ea2e01
v: v3
  • Loading branch information
Colin Bernet committed Oct 1, 2009
1 parent d861c51 commit 76e6afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 7dd0929c085272b4fab236424451a858fbde7074
"refs/heads/CMSSW_7_1_X": 9d11a9aff80315ec45e3051e6abaa46110e19b4d
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def processFiles( regexp, files ):


parser = OptionParser()
parser.usage = "%prog <castor dir> <regexp pattern> <chunk size>: merge a set of CMSSW root files on castor."
parser.usage = "%prog <castor dir> <regexp pattern> <chunk size>: 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",
Expand Down

0 comments on commit 76e6afd

Please sign in to comment.