ATLAS Offline Software
Loading...
Searching...
No Matches
columnar::TestUtils::TestDefinition Struct Referencefinal

the general configuration for a single test More...

#include <Configuration.h>

Collaboration diagram for columnar::TestUtils::TestDefinition:

Public Attributes

asg::AsgTooltool = nullptr
 the tool being tested
std::string name = {}
 the name identifier for the test
IXAODToolCallerxAODToolCaller = 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)

Detailed Description

the general configuration for a single test

Definition at line 69 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.

Member Data Documentation

◆ containerRenames

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.

81{};

◆ metTermNames

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.

87{};

◆ name

std::string columnar::TestUtils::TestDefinition::name = {}

the name identifier for the test

Definition at line 75 of file PhysicsAnalysis/Columnar/ColumnarTestFixtures/ColumnarTestFixtures/Configuration.h.

75{};

◆ sysName

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.

84{};

◆ tool

asg::AsgTool* columnar::TestUtils::TestDefinition::tool = nullptr

◆ xAODToolCaller

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.


The documentation for this struct was generated from the following file: