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

Member Data Documentation

◆ name

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

Definition at line 48 of file L1TopoConfigAlg.h.

48{""};

◆ position

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

Definition at line 50 of file L1TopoConfigAlg.h.

50{0};

◆ selection

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

Definition at line 51 of file L1TopoConfigAlg.h.

51{0};

◆ value

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

Definition at line 49 of file L1TopoConfigAlg.h.

49{""};

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