Skip to content

Commit 211965e

Browse files
committed
CRAB configs
1 parent 673e9d8 commit 211965e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
AnalysisFW/test/crab_projects/
2-
AnalysisFW/test/Legacy11/
1+
AnalysisFW/python/crab_projects*/
2+
crab.log
3+
**/LSFJOB*
34
*.root
45
*.pyc
56
__init__.py

AnalysisFW/python/MCTuples/crabConfig_mc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
99
1. Submit CRAB3 jobs
1010
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+
1113
2. Merge the tuples of each sample: get one file per pthat interval
1214
bsub -q 1nh -J job1 < MCTuples/mergeMCTuples.sh
1315
3. Create the final Monte Carlo tuple file

0 commit comments

Comments
 (0)