Initial value: 2 #include "Alignment/OfflineValidation/macros/PlotAlignmentValidation.C" 3 #include "FWCore/FWLite/interface/FWLiteEnabler.h" 5 void TkAlExtendedOfflineValidation() 7 TkAlStyle::legendheader = ".oO[legendheader]Oo."; 8 TkAlStyle::legendoptions = ".oO[legendoptions]Oo."; 9 TkAlStyle::set(.oO[publicationstatus]Oo., .oO[era]Oo., ".oO[customtitle]Oo.", ".oO[customrighttitle]Oo."); 10 bool bigtext = .oO[bigtext]Oo.; 11 gStyle->SetTitleH ( 0.07 ); 12 gStyle->SetTitleW ( 1.00 ); 13 gStyle->SetTitleFont ( 132 ); 14 // load framework lite just to find the CMSSW libs... 15 gSystem->Load("libFWCoreFWLite"); 16 FWLiteEnabler::enable(); 18 PlotAlignmentValidation p(bigtext); 19 .oO[PlottingInstantiation]Oo. 20 p.setOutputDir(".oO[datadir]Oo./.oO[PlotsDirName]Oo."); 21 p.useFitForDMRplots(.oO[usefit]Oo.); 22 p.setTreeBaseDir(".oO[OfflineTreeBaseDir]Oo."); 23 p.plotDMR(".oO[DMRMethod]Oo.",.oO[DMRMinimum]Oo.,".oO[DMROptions]Oo."); 24 p.plotSurfaceShapes(".oO[SurfaceShapes]Oo."); 25 p.plotChi2("root://eoscms//eos/cms/store/caf/user/$USER/.oO[eosdir]Oo./.oO[validationId]Oo._result.root");
Definition at line 87 of file offlineValidationTemplates.py.