EventAnalysis
1.3.0
|
Configures the analysis according to a Cling macro. More...
#include <ClingMacroConfigurator.h>
Public Member Functions | |
ClingMacroConfigurator () | |
Constructor. More... | |
bool | Configure (AnalysisManager &anManager, const std::string &fileName, const CommandLineParameters &clParams) |
Configures the analysis manager using the given Cling macro file. More... | |
![]() | |
virtual | ~Configurator () |
Destructor. More... | |
bool | AddConfigurationFolders (const std::vector< std::string > &folders) |
Adds configuration folders. More... | |
Additional Inherited Members | |
![]() | |
const std::vector< std::string > & | GetConfigurationFolders () |
Configures the analysis according to a Cling macro.
This class reads the configuration instructions from a Root macro file
|
inline |
Constructor.
|
virtual |
Configures the analysis manager using the given Cling macro file.
anManager | The analysis manager. |
configFile | The Cling macro config file. |
clParams | the command line parameters. |
Implements EA::Configurator.