ATLAS Offline Software
Loading...
Searching...
No Matches
threshold Struct Reference
Collaboration diagram for threshold:

Public Member Functions

 threshold (double t_, int i_, const std::string &c, const std::string &k, int co)

Public Attributes

int i
double thresh
std::string chain
std::string key
int counts

Detailed Description

Definition at line 74 of file chainparser.cxx.

Constructor & Destructor Documentation

◆ threshold()

threshold::threshold ( double t_,
int i_,
const std::string & c,
const std::string & k,
int co )
inline

Definition at line 76 of file chainparser.cxx.

76 :
77 i(i_), thresh(t_), chain(c), key(k), counts(co) { }
double thresh
std::string chain
std::string key

Member Data Documentation

◆ chain

std::string threshold::chain

Definition at line 82 of file chainparser.cxx.

◆ counts

int threshold::counts

Definition at line 85 of file chainparser.cxx.

◆ i

int threshold::i

Definition at line 79 of file chainparser.cxx.

◆ key

std::string threshold::key

Definition at line 83 of file chainparser.cxx.

◆ thresh

double threshold::thresh

Definition at line 80 of file chainparser.cxx.


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