ATLAS Offline Software
Loading...
Searching...
No Matches
MuonParameters::AuthorNames Struct Reference

Simple struct to access the strings of the author definitions for output reasons. More...

#include <MuonParamDefs.h>

Collaboration diagram for MuonParameters::AuthorNames:

Public Member Functions

 AuthorNames ()
 Constructor.

Public Attributes

std::vector< std::string > author
 The member.

Detailed Description

Simple struct to access the strings of the author definitions for output reasons.

Use in the following way: MuonParameters::AuthorNames authorNames; std::string thisMuon = authorNames.author[muon.author()];

Author
Wolfg.nosp@m.ang..nosp@m.Liebi.nosp@m.g@ce.nosp@m.rn.ch

Definition at line 64 of file MuonParamDefs.h.

Constructor & Destructor Documentation

◆ AuthorNames()

MuonParameters::AuthorNames::AuthorNames ( )
inline

Constructor.

Definition at line 66 of file MuonParamDefs.h.

67 {
69
70 author.push_back("undefined"); // 0
71 author.push_back("unknown");
72 author.push_back("unknown");
73 author.push_back("unknown");
74 author.push_back("Muonboy (SP)");
75 author.push_back("Muonboy"); // 5
76 author.push_back("STACO");
77 author.push_back("MuTag");
78 author.push_back("unknown");
79 author.push_back("unknown");
80 author.push_back("Moore"); // 10
81 author.push_back("Muid Standalone");
82 author.push_back("Muid Combined");
83 author.push_back("MuGirl");
84 author.push_back("CaloMuonID");
85 author.push_back("MuGirlLowBeta"); // 15
86 author.push_back("CaloTag");
87 author.push_back("CaloLikelihood");
88 author.push_back("MuTagIMO");
89 author.push_back("MuonCombinedRefit");
90 author.push_back("ExtrapolateMuonToIP"); // 20
91 }
std::vector< std::string > author
The member.

Member Data Documentation

◆ author

std::vector<std::string> MuonParameters::AuthorNames::author

The member.

Definition at line 94 of file MuonParamDefs.h.


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