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

Member Data Documentation

◆ name

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

Definition at line 31 of file L1TopoConfigAlg.h.

31{""};

◆ nbits

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

Definition at line 33 of file L1TopoConfigAlg.h.

33{0};

◆ outname

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

Definition at line 34 of file L1TopoConfigAlg.h.

34{""};

◆ position

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

Definition at line 35 of file L1TopoConfigAlg.h.

35{0};

◆ value

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

Definition at line 32 of file L1TopoConfigAlg.h.

32{""};

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