ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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.

◆ value

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

Definition at line 42 of file L1TopoConfigAlg.h.


The documentation for this struct was generated from the following file:
TXC::FixedParameter::name
std::string name
Definition: L1TopoConfigAlg.h:41
TXC::FixedParameter::value
std::string value
Definition: L1TopoConfigAlg.h:42