From 94526a0d8d7893fd9b00116efae3d62dc65591e2 Mon Sep 17 00:00:00 2001 From: RemKamal Date: Mon, 23 Nov 2015 09:22:02 +0100 Subject: [PATCH] Update runElectrons_VID_CutBased_Spring15_50ns_demo.py Renamed path to the file with global tags --- .../test/runElectrons_VID_CutBased_Spring15_50ns_demo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNtupler/test/runElectrons_VID_CutBased_Spring15_50ns_demo.py b/ElectronNtupler/test/runElectrons_VID_CutBased_Spring15_50ns_demo.py index 7a203aa..15b9efb 100644 --- a/ElectronNtupler/test/runElectrons_VID_CutBased_Spring15_50ns_demo.py +++ b/ElectronNtupler/test/runElectrons_VID_CutBased_Spring15_50ns_demo.py @@ -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)