|
EventAnalysis
1.3.1
|
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... | |
Public Member Functions inherited from EA::Configurator | |
| virtual | ~Configurator () |
| Destructor. More... | |
| bool | AddConfigurationFolders (const std::vector< std::string > &folders) |
| Adds configuration folders. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from EA::Configurator | |
| 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.
1.8.13