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

#include <SuperPointData.h>

Collaboration diagram for TrigL2MuonSA::SuperPoint:

Public Member Functions

 SuperPoint ()

Public Attributes

int Npoint {0}
int Ndigi {0}
float R {0}
float Z {0}
float Phim {0}
float Alin {0}
float Blin {0}
float Xor {0}
float Yor {0}
float Chi2 {0}
float PChi2 {0}
float Residual [NLAYER]
float SlopeCand [NCAND]
float InterceptCand [NCAND]
float Chi2Cand [NCAND]

Detailed Description

Definition at line 37 of file SuperPointData.h.

Constructor & Destructor Documentation

◆ SuperPoint()

TrigL2MuonSA::SuperPoint::SuperPoint ( )
inline

Definition at line 40 of file SuperPointData.h.

41 {
42 for (int i=0; i<NLAYER; i++) Residual[i]=0;
44 for (int i=0; i<NCAND; i++){
45 SlopeCand[i] = 0;
46 InterceptCand[i] = 0;
47 Chi2Cand[i] = 0;
48 }
50 };
#define NLAYER
#define NCAND

Member Data Documentation

◆ Alin

float TrigL2MuonSA::SuperPoint::Alin {0}

Definition at line 58 of file SuperPointData.h.

58{0};

◆ Blin

float TrigL2MuonSA::SuperPoint::Blin {0}

Definition at line 59 of file SuperPointData.h.

59{0};

◆ Chi2

float TrigL2MuonSA::SuperPoint::Chi2 {0}

Definition at line 62 of file SuperPointData.h.

62{0};

◆ Chi2Cand

float TrigL2MuonSA::SuperPoint::Chi2Cand[NCAND]

Definition at line 67 of file SuperPointData.h.

◆ InterceptCand

float TrigL2MuonSA::SuperPoint::InterceptCand[NCAND]

Definition at line 66 of file SuperPointData.h.

◆ Ndigi

int TrigL2MuonSA::SuperPoint::Ndigi {0}

Definition at line 54 of file SuperPointData.h.

54{0};

◆ Npoint

int TrigL2MuonSA::SuperPoint::Npoint {0}

Definition at line 53 of file SuperPointData.h.

53{0};

◆ PChi2

float TrigL2MuonSA::SuperPoint::PChi2 {0}

Definition at line 63 of file SuperPointData.h.

63{0};

◆ Phim

float TrigL2MuonSA::SuperPoint::Phim {0}

Definition at line 57 of file SuperPointData.h.

57{0};

◆ R

float TrigL2MuonSA::SuperPoint::R {0}

Definition at line 55 of file SuperPointData.h.

55{0};

◆ Residual

float TrigL2MuonSA::SuperPoint::Residual[NLAYER]

Definition at line 64 of file SuperPointData.h.

◆ SlopeCand

float TrigL2MuonSA::SuperPoint::SlopeCand[NCAND]

Definition at line 65 of file SuperPointData.h.

◆ Xor

float TrigL2MuonSA::SuperPoint::Xor {0}

Definition at line 60 of file SuperPointData.h.

60{0};

◆ Yor

float TrigL2MuonSA::SuperPoint::Yor {0}

Definition at line 61 of file SuperPointData.h.

61{0};

◆ Z

float TrigL2MuonSA::SuperPoint::Z {0}

Definition at line 56 of file SuperPointData.h.

56{0};

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