Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update runElectrons_VID_CutBased_Spring15_50ns_demo.py #5

Open
wants to merge 1 commit into
base: ntupler_and_VID_demos_7.4.12
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
process.load("Configuration.StandardSequences.Geometry_cff")

process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
# NOTE: the pick the right global tag!
# NOTE: to pick the right global tag:
# for Spring15 50ns MC: global tag is 'auto:run2_mc_50ns'
# for Spring15 25ns MC: global tag is 'auto:run2_mc'
# for Run 2 data: global tag is 'auto:run2_data'
# as a rule, find the "auto" global tag in $CMSSW_RELEASE_BASE/src/Configuration/AlCa/python/autoCond.py
# as a rule, find the "auto" global tag in $CMSSW_RELEASE_BASE/Configuration/AlCa/python/autoCond.py
# This auto global tag will look up the "proper" global tag
# that is typically found in the DAS under the Configs for given dataset
# (although it can be "overridden" by requirements of a given release)
Expand Down