Skip to content

Commit 673e9d8

Browse files
authored
Run instructions
1 parent c7352fe commit 673e9d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AnalysisFW/python/Tuples/crabConfig_data.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
'''
22
3-
CRAB3 configuration used to produce 2011 data tuples
3+
CRAB3 configuration which was used to produce 2011 data tuples
44
Uses the OpenData 2011 Jet dataset as input
55
66
Output is divided in approximately 200 ROOT tuples which have to be merged afterwards
77
8-
Run this command from the parent directory:
8+
1. Run this command from the parent directory:
99
crab submit -c Tuples/crabConfig_data.py
10+
2. Merge the tuple files produced by the job:
11+
bsub -q 1nh -J job_data < mergeTuples.sh
1012
1113
'''
1214

0 commit comments

Comments
 (0)