![]() |
ATLAS Offline Software
|
the general configuration for a single test More...
#include <Configuration.h>
Public Attributes | |
| asg::AsgTool * | tool = nullptr |
| the tool being tested | |
| std::string | name = {} |
| the name identifier for the test | |
| IXAODToolCaller * | xAODToolCaller = nullptr |
| the callback for calling the tool in xAOD mode | |
| std::vector< std::pair< std::string, std::string > > | containerRenames = {} |
| the container name remappings to apply | |
| std::string | sysName = {} |
| the systematic variation to apply (empty for nominal) | |
| std::vector< std::string > | metTermNames = {} |
| the MET output term names (if empty, MET output columns are omitted) | |
the general configuration for a single test
Definition at line 69 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| std::vector<std::pair<std::string,std::string> > columnar::TestUtils::TestDefinition::containerRenames = {} |
the container name remappings to apply
Definition at line 81 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| std::vector<std::string> columnar::TestUtils::TestDefinition::metTermNames = {} |
the MET output term names (if empty, MET output columns are omitted)
Definition at line 87 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| std::string columnar::TestUtils::TestDefinition::name = {} |
the name identifier for the test
Definition at line 75 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| std::string columnar::TestUtils::TestDefinition::sysName = {} |
the systematic variation to apply (empty for nominal)
Definition at line 84 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| asg::AsgTool* columnar::TestUtils::TestDefinition::tool = nullptr |
the tool being tested
Definition at line 72 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.
| IXAODToolCaller* columnar::TestUtils::TestDefinition::xAODToolCaller = nullptr |
the callback for calling the tool in xAOD mode
Definition at line 78 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.