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 673e9d8 commit 211965eCopy full SHA for 211965e
.gitignore
@@ -1,5 +1,6 @@
1
-AnalysisFW/test/crab_projects/
2
-AnalysisFW/test/Legacy11/
+AnalysisFW/python/crab_projects*/
+crab.log
3
+**/LSFJOB*
4
*.root
5
*.pyc
6
__init__.py
AnalysisFW/python/MCTuples/crabConfig_mc.py
@@ -8,6 +8,8 @@
8
9
1. Submit CRAB3 jobs
10
cmsenv && source /cvmfs/cms.cern.ch/crab3/crab.sh && python MCTuples/crabConfig_mc.py
11
+If the jobs crash (error 8002), try checking that in the CMSSW config 'runOnVM' is False!
12
+
13
2. Merge the tuples of each sample: get one file per pthat interval
14
bsub -q 1nh -J job1 < MCTuples/mergeMCTuples.sh
15
3. Create the final Monte Carlo tuple file
0 commit comments