Skip to content

Commit

Permalink
miscellaneous fixes to DiMuonVertexValidation source and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 27, 2024
1 parent d9f8ba0 commit 1301189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ void DiMuonVertexValidation::beginJob() {

// take the range from the 2D histograms
const auto& svDistSigRng = extractRangeValues(VtxDistSigConfiguration_);
hSVDistSig_ = fs->make<TH1F>("VtxDistSig", ";PV-#mu^{+}#mu^{-} vertex xy distance signficance;N(#mu#mu pairs)", 100, svDistSigRng.first, svDistRng.second);
hSVDistSig_ = fs->make<TH1F>("VtxDistSig", ";PV-#mu^{+}#mu^{-} vertex xy distance signficance;N(#mu#mu pairs)", 100, svDistSigRng.first, svDistSigRng.second);

// take the range from the 2D histograms
const auto& svDist3DRng = extractRangeValues(VtxDist3DConfiguration_);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def best_match(rcd):
VarParsing.VarParsing.varType.int,
"number of events to process (\"-1\" for all)")
options.register ('era',
'2017', # default value
'2022', # default value
VarParsing.VarParsing.multiplicity.singleton, # singleton or list
VarParsing.VarParsing.varType.string, # string, int, or float
"CMS running era")

options.register ('GlobalTag',
'113X_mc2017_realistic_v4', # default value
'auto:phase1_2022_realistic', # default value
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.string,
"seed number")
Expand Down

0 comments on commit 1301189

Please sign in to comment.