ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2MuonSA::TgcFitResult Class Reference

#include <TgcFitResult.h>

Collaboration diagram for TrigL2MuonSA::TgcFitResult:

Public Member Functions

 TgcFitResult ()
void Clear ()

Public Attributes

bool isSuccess
float tgcMid1 [4]
float tgcMid2 [4]
float tgcMidRhoChi2
int tgcMidRhoNin
int tgcMidRhoN
float tgcMidPhiChi2
int tgcMidPhiNin
int tgcMidPhiN
float tgcInn [4]
float tgcInnRhoStd
int tgcInnRhoNin
int tgcInnRhoN
float tgcInnPhiStd
int tgcInnPhiNin
int tgcInnPhiN
float tgcPT
float slope
float intercept
double phiDir
bool isPhiDir
double phi
double dPhidZ

Detailed Description

Definition at line 10 of file TgcFitResult.h.

Constructor & Destructor Documentation

◆ TgcFitResult()

TrigL2MuonSA::TgcFitResult::TgcFitResult ( )
inline

Definition at line 13 of file TgcFitResult.h.

Member Function Documentation

◆ Clear()

void TrigL2MuonSA::TgcFitResult::Clear ( )
inline

Definition at line 16 of file TgcFitResult.h.

17 {
18 isSuccess = false;
19 tgcMidRhoChi2 = 0;
20 tgcMidRhoNin = 0;
21 tgcMidRhoN = 0;
22 tgcMidPhiChi2 = 0;
23 tgcMidPhiNin = 0;
24 tgcMidPhiN = 0;
25 tgcInnRhoStd = 0;
26 tgcInnRhoNin = 0;
27 tgcInnRhoN = 0;
28 tgcInnPhiStd = 0;
29 tgcInnPhiNin = 0;
30 tgcInnPhiN = 0;
31 tgcPT = 0;
32 slope = 0;
33 intercept = 0;
34 phiDir = 0;
35 isPhiDir = false;
36 phi = 0;
37 dPhidZ = 0;
38 for(int i=0; i<4; i++) { tgcMid1[i]=0; tgcMid2[i]=0; tgcInn[i]=0; }
39 };

Member Data Documentation

◆ dPhidZ

double TrigL2MuonSA::TgcFitResult::dPhidZ

Definition at line 71 of file TgcFitResult.h.

◆ intercept

float TrigL2MuonSA::TgcFitResult::intercept

Definition at line 66 of file TgcFitResult.h.

◆ isPhiDir

bool TrigL2MuonSA::TgcFitResult::isPhiDir

Definition at line 69 of file TgcFitResult.h.

◆ isSuccess

bool TrigL2MuonSA::TgcFitResult::isSuccess

Definition at line 42 of file TgcFitResult.h.

◆ phi

double TrigL2MuonSA::TgcFitResult::phi

Definition at line 70 of file TgcFitResult.h.

◆ phiDir

double TrigL2MuonSA::TgcFitResult::phiDir

Definition at line 68 of file TgcFitResult.h.

◆ slope

float TrigL2MuonSA::TgcFitResult::slope

Definition at line 65 of file TgcFitResult.h.

◆ tgcInn

float TrigL2MuonSA::TgcFitResult::tgcInn[4]

Definition at line 55 of file TgcFitResult.h.

◆ tgcInnPhiN

int TrigL2MuonSA::TgcFitResult::tgcInnPhiN

Definition at line 61 of file TgcFitResult.h.

◆ tgcInnPhiNin

int TrigL2MuonSA::TgcFitResult::tgcInnPhiNin

Definition at line 60 of file TgcFitResult.h.

◆ tgcInnPhiStd

float TrigL2MuonSA::TgcFitResult::tgcInnPhiStd

Definition at line 59 of file TgcFitResult.h.

◆ tgcInnRhoN

int TrigL2MuonSA::TgcFitResult::tgcInnRhoN

Definition at line 58 of file TgcFitResult.h.

◆ tgcInnRhoNin

int TrigL2MuonSA::TgcFitResult::tgcInnRhoNin

Definition at line 57 of file TgcFitResult.h.

◆ tgcInnRhoStd

float TrigL2MuonSA::TgcFitResult::tgcInnRhoStd

Definition at line 56 of file TgcFitResult.h.

◆ tgcMid1

float TrigL2MuonSA::TgcFitResult::tgcMid1[4]

Definition at line 45 of file TgcFitResult.h.

◆ tgcMid2

float TrigL2MuonSA::TgcFitResult::tgcMid2[4]

Definition at line 46 of file TgcFitResult.h.

◆ tgcMidPhiChi2

float TrigL2MuonSA::TgcFitResult::tgcMidPhiChi2

Definition at line 50 of file TgcFitResult.h.

◆ tgcMidPhiN

int TrigL2MuonSA::TgcFitResult::tgcMidPhiN

Definition at line 52 of file TgcFitResult.h.

◆ tgcMidPhiNin

int TrigL2MuonSA::TgcFitResult::tgcMidPhiNin

Definition at line 51 of file TgcFitResult.h.

◆ tgcMidRhoChi2

float TrigL2MuonSA::TgcFitResult::tgcMidRhoChi2

Definition at line 47 of file TgcFitResult.h.

◆ tgcMidRhoN

int TrigL2MuonSA::TgcFitResult::tgcMidRhoN

Definition at line 49 of file TgcFitResult.h.

◆ tgcMidRhoNin

int TrigL2MuonSA::TgcFitResult::tgcMidRhoNin

Definition at line 48 of file TgcFitResult.h.

◆ tgcPT

float TrigL2MuonSA::TgcFitResult::tgcPT

Definition at line 63 of file TgcFitResult.h.


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