Skip to content

Commit

Permalink
Small consistency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mteroerd committed Nov 9, 2017
1 parent 4fcd10f commit 3b790f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Alignment/APEEstimation/macros/commandsDrawIteration.C
Expand Up @@ -26,8 +26,8 @@ drawIteration1.drawIteration(39,48);
drawIteration1.drawIteration(49,68);


gROOT->ProcessLine("DrawIteration drawIteration2(15)");
drawIteration2.yAxisFixed(true);
//gROOT->ProcessLine("DrawIteration drawIteration2(15)");
//drawIteration2.yAxisFixed(true);


//~ drawIteration2.drawIteration(1,8);
Expand All @@ -49,7 +49,7 @@ drawIteration1.drawResult();

//drawIteration2.addSystematics();
//drawIteration2.addCmsText("CMS Preliminary");
drawIteration2.drawResult();
//drawIteration2.drawResult();

gROOT->ProcessLine(".q");

Expand Down
5 changes: 3 additions & 2 deletions Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py
Expand Up @@ -118,8 +118,9 @@

process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
from Configuration.AlCa.GlobalTag import GlobalTag
#~ process.GlobalTag = GlobalTag(process.GlobalTag, 'GR_P_V56', '')
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run2_data', '')
#process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run2_data', '')
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:phase1_2017_design', '')

print "Using global tag "+process.GlobalTag.globaltag._value

process.load("Configuration.StandardSequences.Services_cff")
Expand Down

0 comments on commit 3b790f1

Please sign in to comment.