Skip to content

Commit 4570e3a

Browse files
committed
updating running instructions
1 parent 3afe888 commit 4570e3a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,17 @@ The script B2GAnaFW/test/submit_all.py can be used for mass submission of crab j
9393

9494
To run, prepare a text file CRAB/tosubmit.txt with dataset names of samples to submit.
9595

96-
Example usage:
96+
* Example usage:
9797

9898
```
99-
python submit_all.py -c b2gedmntuples_cfg.py -f CRAB/tosubmit.txt -s T2_CH_CERN -p "DataProcessing=MC_MiniAODv2_80X_reHLT" -o "/store/group/phys_b2g/" -v B2GAnaFW_80X_V2p1 -i 'JECs/*.db'
100-
python submit_all.py -c b2gedmntuples_cfg.py -f CRAB/tosubmit.txt -s T2_CH_CERN -p "DataProcessing=Data_80X" -o "/store/group/phys_b2g/" -v B2GAnaFW_80X_V2p1 -i 'JECs/*.db' -l "/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions16/13TeV/Cert_271036-280385_13TeV_PromptReco_Collisions16_JSON_NoL1T_v2.txt"
99+
python submit_all.py -c b2gedmntuples_cfg.py -f CRAB/tosubmit.txt -s T2_CH_CERN -p "DataProcessing=MC_MiniAODv2_80X_Summer16" -o "/store/group/phys_b2g/" -v B2GAnaFW_80X_V2p3 -i 'JECs/*.db'
101100
```
102-
Note that the ```-i``` option is not needed if the JECs are taken from the global tag, specified using the option "DataProcessing" (recommended).
101+
102+
* For data please note that there are different JECs for different run periods. Please refer to test/b2gedmntuples_cfg.py#L6-L13 for the full list of settings for the switch "DataProcessing". For instance, to run on Run2016G do
103+
```
104+
python submit_all.py -c b2gedmntuples_cfg.py -f CRAB/tosubmit.txt -s T2_CH_CERN -p "DataProcessing=Data_80X_Run2016G_23Sep2016" -o "/store/group/phys_b2g/" -v B2GAnaFW_80X_V2p3 -i 'JECs/*.db' -l "/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions16/13TeV/ReReco/Final/Cert_271036-284044_13TeV_23Sep2016ReReco_Collisions16_JSON_LowLowPU.txt" usePrivateSQLite=True
105+
```
106+
107+
Note that the ```-i``` option is not needed if the JECs are taken from the global tag, specified using the option "DataProcessing".
103108

104109
See all options with ```python submit_all.py --help```

0 commit comments

Comments
 (0)