ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TXC::RegisterParameter Struct Reference

#include <L1TopoConfigAlg.h>

Collaboration diagram for TXC::RegisterParameter:

Public Member Functions

 RegisterParameter (const std::string &name, const std::string &value, unsigned int position, unsigned int selection)
 

Public Attributes

std::string name {""}
 
std::string value {""}
 
unsigned int position {0}
 
unsigned int selection {0}
 

Detailed Description

Definition at line 45 of file L1TopoConfigAlg.h.

Constructor & Destructor Documentation

◆ RegisterParameter()

TXC::RegisterParameter::RegisterParameter ( const std::string &  name,
const std::string &  value,
unsigned int  position,
unsigned int  selection 
)
inline

Definition at line 46 of file L1TopoConfigAlg.h.

Member Data Documentation

◆ name

std::string TXC::RegisterParameter::name {""}

Definition at line 48 of file L1TopoConfigAlg.h.

◆ position

unsigned int TXC::RegisterParameter::position {0}

Definition at line 50 of file L1TopoConfigAlg.h.

◆ selection

unsigned int TXC::RegisterParameter::selection {0}

Definition at line 51 of file L1TopoConfigAlg.h.

◆ value

std::string TXC::RegisterParameter::value {""}

Definition at line 49 of file L1TopoConfigAlg.h.


The documentation for this struct was generated from the following file:
TXC::RegisterParameter::selection
unsigned int selection
Definition: L1TopoConfigAlg.h:51
TXC::RegisterParameter::value
std::string value
Definition: L1TopoConfigAlg.h:49
TXC::RegisterParameter::position
unsigned int position
Definition: L1TopoConfigAlg.h:50
TXC::RegisterParameter::name
std::string name
Definition: L1TopoConfigAlg.h:48