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

#include <L1TopoConfigAlg.h>

Collaboration diagram for TXC::InputElement:

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 20 of file L1TopoConfigAlg.h.

Constructor & Destructor Documentation

◆ InputElement()

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

Definition at line 21 of file L1TopoConfigAlg.h.

21  :

Member Data Documentation

◆ name

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

Definition at line 23 of file L1TopoConfigAlg.h.

◆ position

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

Definition at line 25 of file L1TopoConfigAlg.h.

◆ value

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

Definition at line 24 of file L1TopoConfigAlg.h.


The documentation for this struct was generated from the following file:
TXC::InputElement::position
unsigned int position
Definition: L1TopoConfigAlg.h:25
TXC::InputElement::name
std::string name
Definition: L1TopoConfigAlg.h:23
TXC::InputElement::value
std::string value
Definition: L1TopoConfigAlg.h:24