ATLAS Offline Software
Loading...
Searching...
No Matches
TXC::FixedParameter Struct Reference

#include <L1TopoConfigAlg.h>

Collaboration diagram for TXC::FixedParameter:

Public Member Functions

 FixedParameter (const std::string &name, const std::string &value)

Public Attributes

std::string name {""}
std::string value {""}

Detailed Description

Definition at line 38 of file L1TopoConfigAlg.h.

Constructor & Destructor Documentation

◆ FixedParameter()

TXC::FixedParameter::FixedParameter ( const std::string & name,
const std::string & value )
inline

Definition at line 39 of file L1TopoConfigAlg.h.

39 :
40 name(name), value(value) {}

Member Data Documentation

◆ name

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

Definition at line 41 of file L1TopoConfigAlg.h.

41{""};

◆ value

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

Definition at line 42 of file L1TopoConfigAlg.h.

42{""};

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