/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/MkFitCore/standalone/plotting/runValidation.C
27 строк
1 KB
Matevz Tadel
Import mkFit from trackreco/mkFit to cmssw.
15 фев 2022, 20:06
15 фев 2022, 20:06
a96a2c7
Код
Авторство
О чём код?
#include "plotting/PlotValidation.cpp+" void runValidation(const TString& test = "", const Bool_t cmsswComp = false, const int algo = 0, const Bool_t mvInput = true, const Bool_t rmSuffix = true, const Bool_t saveAs = false, const TString& image = "pdf") { // PlotValidation arguments // First is additional input name of root file // Second is name of output directory // First boolean argument is to do special CMSSW validation // The second boolean argument == true to move input root file to output directory, false to keep input file where it is. // Third Bool is saving the image files // Last argument is output type of plots PlotValidation Val(Form("valtree%s.root", test.Data()), Form("validation%s", test.Data()), cmsswComp, algo, mvInput, rmSuffix, saveAs, image); Val.Validation(algo); }