/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C
16 строк
622 B
Gero Flucke
adding class PlotMillePedeIOV to plot IOV dependence of parameters
12 май 2012, 23:20
12 май 2012, 23:20
33cc5c6
Код
Авторство
О чём код?
// Original Author: Gero Flucke // last change : $Date: 2009/01/20 20:21:38 $ // by : $Author: flucke $ void allMillePede(bool forceCompile = false) { TString compile(forceCompile ? "++" : "+"); gROOT->ProcessLine(".L GFUtils/GFHistArray.C" + compile); gROOT->ProcessLine(".L GFUtils/GFHistManager.C" + compile); gROOT->ProcessLine(".L MillePedeTrees.C" + compile); gROOT->ProcessLine(".L PlotMillePede.C" + compile); gROOT->ProcessLine(".L PlotMillePedeIOV.C" + compile); gROOT->ProcessLine(".L CompareMillePede.C" + compile); gROOT->ProcessLine(".L PlotMilleMonitor.C" + compile); }