15 lines
285 B
C++
15 lines
285 B
C++
|
//Renata Kopecna
|
||
|
|
||
|
|
||
|
#ifndef RUNNINGSCRIPTS_HH
|
||
|
#define RUNNINGSCRIPTS_HH
|
||
|
|
||
|
#include "GenLvlvsMC.hh"
|
||
|
#include "EvaluateToys.hh"
|
||
|
#include <parse.hh>
|
||
|
#include "ReferencePlots.hh"
|
||
|
#include "GetMeanError.hh"
|
||
|
|
||
|
int runWhatever(basic_params pars, basic_actions acts);
|
||
|
#endif // RUNNINGSCRIPTS_HH
|