We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7352fe commit 673e9d8Copy full SHA for 673e9d8
AnalysisFW/python/Tuples/crabConfig_data.py
@@ -1,12 +1,14 @@
1
'''
2
3
-CRAB3 configuration used to produce 2011 data tuples
+CRAB3 configuration which was used to produce 2011 data tuples
4
Uses the OpenData 2011 Jet dataset as input
5
6
Output is divided in approximately 200 ROOT tuples which have to be merged afterwards
7
8
-Run this command from the parent directory:
+1. Run this command from the parent directory:
9
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
12
13
14
0 commit comments