ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DimuonChainInfo Struct Reference

#include <ITrigMuonMatching.h>

Collaboration diagram for DimuonChainInfo:

Public Member Functions

 DimuonChainInfo (const std::string &chain_="")
 

Public Attributes

std::string chain
 
std::pair< std::string, std::string > thresholds
 
bool isEFFS
 
bool isSymmetric
 
bool isValid
 

Detailed Description

Definition at line 13 of file ITrigMuonMatching.h.

Constructor & Destructor Documentation

◆ DimuonChainInfo()

DimuonChainInfo::DimuonChainInfo ( const std::string &  chain_ = "")
inline

Definition at line 21 of file ITrigMuonMatching.h.

21  :
22  chain(chain_), thresholds(), isEFFS(false), isSymmetric(false), isValid(false) {}

Member Data Documentation

◆ chain

std::string DimuonChainInfo::chain

Definition at line 15 of file ITrigMuonMatching.h.

◆ isEFFS

bool DimuonChainInfo::isEFFS

Definition at line 17 of file ITrigMuonMatching.h.

◆ isSymmetric

bool DimuonChainInfo::isSymmetric

Definition at line 18 of file ITrigMuonMatching.h.

◆ isValid

bool DimuonChainInfo::isValid

Definition at line 19 of file ITrigMuonMatching.h.

◆ thresholds

std::pair<std::string, std::string> DimuonChainInfo::thresholds

Definition at line 16 of file ITrigMuonMatching.h.


The documentation for this struct was generated from the following file:
DimuonChainInfo::thresholds
std::pair< std::string, std::string > thresholds
Definition: ITrigMuonMatching.h:16
DimuonChainInfo::chain
std::string chain
Definition: ITrigMuonMatching.h:15
DimuonChainInfo::isEFFS
bool isEFFS
Definition: ITrigMuonMatching.h:17
DimuonChainInfo::isValid
bool isValid
Definition: ITrigMuonMatching.h:19
DimuonChainInfo::isSymmetric
bool isSymmetric
Definition: ITrigMuonMatching.h:18