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

#include <L1TopoConfigAlg.h>

Collaboration diagram for TXC::OutputElement:

Public Member Functions

 OutputElement (const std::string &name, const std::string &value, unsigned int bits, const std::string &outname, unsigned int position)
 

Public Attributes

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

Detailed Description

Definition at line 28 of file L1TopoConfigAlg.h.

Constructor & Destructor Documentation

◆ OutputElement()

TXC::OutputElement::OutputElement ( const std::string &  name,
const std::string &  value,
unsigned int  bits,
const std::string &  outname,
unsigned int  position 
)
inline

Definition at line 29 of file L1TopoConfigAlg.h.

29  :

Member Data Documentation

◆ name

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

Definition at line 31 of file L1TopoConfigAlg.h.

◆ nbits

unsigned int TXC::OutputElement::nbits {0}

Definition at line 33 of file L1TopoConfigAlg.h.

◆ outname

std::string TXC::OutputElement::outname {""}

Definition at line 34 of file L1TopoConfigAlg.h.

◆ position

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

Definition at line 35 of file L1TopoConfigAlg.h.

◆ value

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

Definition at line 32 of file L1TopoConfigAlg.h.


The documentation for this struct was generated from the following file:
TXC::OutputElement::value
std::string value
Definition: L1TopoConfigAlg.h:32
TXC::OutputElement::outname
std::string outname
Definition: L1TopoConfigAlg.h:34
TXC::OutputElement::name
std::string name
Definition: L1TopoConfigAlg.h:31
TXC::OutputElement::nbits
unsigned int nbits
Definition: L1TopoConfigAlg.h:33
TXC::OutputElement::position
unsigned int position
Definition: L1TopoConfigAlg.h:35