ATLAS Offline Software
Classes | Typedefs | Enumerations | Functions
MuGirlNS Namespace Reference

Classes

struct  StauExtras
 
struct  StauHit
 

Typedefs

using StauHits = std::vector< StauHit >
 

Enumerations

enum  StauHitTechnology {
  RPC_STAU_HIT = 0, RPCETA_STAU_HIT, MDTT_STAU_HIT, CALO_STAU_HIT,
  CSC_STAU_HIT
}
 

Functions

std::string hitTechnologyName (StauHitTechnology eTech)
 

Typedef Documentation

◆ StauHits

using MuGirlNS::StauHits = typedef std::vector<StauHit>

Definition at line 67 of file CandidateSummary.h.

Enumeration Type Documentation

◆ StauHitTechnology

Enumerator
RPC_STAU_HIT 
RPCETA_STAU_HIT 
MDTT_STAU_HIT 
CALO_STAU_HIT 
CSC_STAU_HIT 

Definition at line 26 of file CandidateSummary.h.

Function Documentation

◆ hitTechnologyName()

std::string MuGirlNS::hitTechnologyName ( StauHitTechnology  eTech)
inline

Definition at line 28 of file CandidateSummary.h.

28  {
29  switch (eTech) {
30  case RPC_STAU_HIT: return "RPC";
31  case RPCETA_STAU_HIT: return "RPCETA";
32  case MDTT_STAU_HIT: return "MDTT";
33  case CALO_STAU_HIT: return "CALO";
34  case CSC_STAU_HIT: return "CSC";
35  default: return std::string();
36  }
37  }
MuGirlNS::MDTT_STAU_HIT
@ MDTT_STAU_HIT
Definition: CandidateSummary.h:26
MuGirlNS::RPCETA_STAU_HIT
@ RPCETA_STAU_HIT
Definition: CandidateSummary.h:26
MuGirlNS::RPC_STAU_HIT
@ RPC_STAU_HIT
Definition: CandidateSummary.h:26
MuGirlNS::CSC_STAU_HIT
@ CSC_STAU_HIT
Definition: CandidateSummary.h:26
MuGirlNS::CALO_STAU_HIT
@ CALO_STAU_HIT
Definition: CandidateSummary.h:26