Skip to content

Commit 3e3f6c3

Browse files
authored
Merge pull request #45 from AnnikaStein/12_4_8_patchFor122X
fix: normtag for Run3, typos
2 parents 218581f + 69fe23d commit 3e3f6c3

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Please document the input and output datasets on the following twiki: https://tw
171171

172172

173173
## Running brilcalc
174-
These are condensed instructions from the lumi POG TWiki (https://twiki.cern.ch/twiki/bin/view/CMS/TWikiLUM). Also see the brilcalc quickstart guide: https://twiki.cern.ch/twiki/bin/viewauth/CMS/BrilcalcQuickStart.
174+
These are condensed instructions from the lumi POG TWiki (https://twiki.cern.ch/twiki/bin/view/CMS/TWikiLUM). Also see the brilcalc quickstart guide: https://twiki.cern.ch/twiki/bin/view/CMS/BrilcalcQuickStart.
175175

176176
Note: brilcalc should be run on lxplus. It does not work on the lpc.
177177

@@ -186,15 +186,20 @@ Instructions:
186186

187187
pip install --install-option="--prefix=$HOME/.local" brilws
188188

189+
(Optional: upgrade brilws:)
190+
191+
pip install --user --upgrade brilws
192+
189193
3.) Get the json file for your output dataset. In the area in which you submitted your jobs:
190194

191195
crab report -d [your crab directory]
192196

193197
The processedLumis.json file will tell you which lumi sections you successfully ran over. The lumi sections for incomplete, failed, or unpublished jobs are listed in notFinishedLumis.json, failedLumis.json, and notPublishedLumis.json. More info can be found at https://twiki.cern.ch/twiki/bin/view/CMSPublic/CRAB3Commands#crab_report.
194198

195199
4.) Run brilcalc on lxplus:
200+
Note: for Run3, there is no PHYSICS normtag available as of Oct 20, 2022 -> use normtag_BRIL
196201

197-
brilcalc lumi -i processedLumis.json -u /fb --normtag /cvmfs/cms-bril.cern.ch/cms-lumi-pog/Normtags/normtag_PHYSICS.json -b "STABLE BEAMS"
202+
brilcalc lumi -i processedLumis.json -u /fb --normtag /cvmfs/cms-bril.cern.ch/cms-lumi-pog/Normtags/normtag_BRIL.json -b "STABLE BEAMS"
198203

199204
The luminosity of interest will be listed under "totrecorded(/fb)." You can also run this over the other previously mentioned json files.
200205

test/card_example_data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ campaign:
55
# User specific
66
workArea: data22_pub_yml # New each time
77
storageSite: T2_DE_RWTH # Make sure you have write access
8-
outLFNDirBase: /store/user/anstein/PFNano # Change unsername and path
8+
outLFNDirBase: /store/user/anstein/PFNano # Change username and path
99
voGroup: dcms # or leave empty
1010

1111
# Campaign specific

test/card_example_mc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ campaign:
55
# User specific
66
workArea: summer22_124X_pub_yml # New each time
77
storageSite: T2_DE_RWTH # Make sure you have write access
8-
outLFNDirBase: /store/user/anstein/PFNano # Change unsername and path
8+
outLFNDirBase: /store/user/anstein/PFNano # Change username and path
99
voGroup: dcms # or leave empty
1010

1111
# Campaign specific

test/card_example_mc122X.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ campaign:
55
# User specific
66
workArea: winter22_122X_pub_yml # New each time
77
storageSite: T2_DE_RWTH # Make sure you have write access
8-
outLFNDirBase: /store/user/anstein/PFNano # Change unsername and path
8+
outLFNDirBase: /store/user/anstein/PFNano # Change username and path
99
voGroup: dcms # or leave empty
1010

1111
# Campaign specific

0 commit comments

Comments
 (0)