Skip to content

Commit 33559e6

Browse files
committed
Update README.md
1 parent db3f158 commit 33559e6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ This is a prroduction version of the B2G EDMNtuples. Updates since last producti
1212

1313
* Make a new CMSSW area:
1414
```
15-
cmsrel CMSSW_7_6_3_patch2
16-
cd CMSSW_7_6_3_patch2/src
15+
setenv SCRAM_ARCH slc6_amd64_gcc530
16+
cmsrel CMSSW_8_0_10_patch2
17+
cd CMSSW_8_0_10_patch2/src
1718
cmsenv
1819
```
19-
* Some temporary additional fixes for b-taging (only for CMSSW_7_6_3):
20+
* Temporary checkouts?:
2021
```
21-
git cms-init
22-
git remote add btv-cmssw https://github.com/cms-btv-pog/cmssw.git
23-
git fetch --tags btv-cmssw
24-
git cms-merge-topic cms-btv-pog:fixTMVAEvaluatorMemoryProblem-from-CMSSW_7_6_3
2522
```
2623
* Clone the github repository
2724
```
28-
git clone [email protected]:cmsb2g/B2GAnaFW.git Analysis/B2GAnaFW -b v7.6.x_v2.0
25+
git clone [email protected]:cmsb2g/B2GAnaFW.git Analysis/B2GAnaFW -b CMSSW_8_0_X_V1
2926
git clone [email protected]:cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_763
3027
```
3128
* Compile
@@ -53,6 +50,6 @@ To run, prepare a text file CRAB/tosubmit.txt with dataset names of samples to s
5350

5451
Example usage:
5552

56-
ython submit_all.py -f CRAB/tosubmit.txt -s T2_CH_CERN -i Fall15_25nsV2_MC.db -p "DataProcessing=MC25ns_MiniAOD_76X" -o "/store/group/phys_b2g/B2GAnaFW_76X_V2p0" -d B2GEDMNTuples_76X_V2p0
53+
python submit_all.py -c b2gedmntuples_cfg.py -f <your_dataset_file> -s "T3_US_FNALLPC" -p "DataProcessing=MC_MiniAODv2_80X" -d B2GEDMNTuples_80x_V1p0 -o "/store/group/lpctlbsm/B2GAnaFW_80X_V1p0" -v RunIISpring16MiniAODv2_B2GAnaFW_80x_V1p0 -i Summer15_25nsV7_DATA.db
5754

5855
See all options with 'python submit_all.py --help'

0 commit comments

Comments
 (0)