ATLAS Offline Software
Loading...
Searching...
No Matches
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 :
unsigned int position

Member Data Documentation

◆ name

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

Definition at line 23 of file L1TopoConfigAlg.h.

23{""};

◆ position

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

Definition at line 25 of file L1TopoConfigAlg.h.

25{0};

◆ value

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

Definition at line 24 of file L1TopoConfigAlg.h.

24{""};

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