ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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  };

Member Data Documentation

◆ Alin

float TrigL2MuonSA::SuperPoint::Alin {0}

Definition at line 58 of file SuperPointData.h.

◆ Blin

float TrigL2MuonSA::SuperPoint::Blin {0}

Definition at line 59 of file SuperPointData.h.

◆ Chi2

float TrigL2MuonSA::SuperPoint::Chi2 {0}

Definition at line 62 of file SuperPointData.h.

◆ 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.

◆ Npoint

int TrigL2MuonSA::SuperPoint::Npoint {0}

Definition at line 53 of file SuperPointData.h.

◆ PChi2

float TrigL2MuonSA::SuperPoint::PChi2 {0}

Definition at line 63 of file SuperPointData.h.

◆ Phim

float TrigL2MuonSA::SuperPoint::Phim {0}

Definition at line 57 of file SuperPointData.h.

◆ R

float TrigL2MuonSA::SuperPoint::R {0}

Definition at line 55 of file SuperPointData.h.

◆ 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.

◆ Yor

float TrigL2MuonSA::SuperPoint::Yor {0}

Definition at line 61 of file SuperPointData.h.

◆ Z

float TrigL2MuonSA::SuperPoint::Z {0}

Definition at line 56 of file SuperPointData.h.


The documentation for this class was generated from the following file:
lumiFormat.i
int i
Definition: lumiFormat.py:85
Residual
Residual is a class that stores the residual, error, and type of residual.
TrigL2MuonSA::SuperPoint::SlopeCand
float SlopeCand[NCAND]
Definition: SuperPointData.h:65
TrigL2MuonSA::SuperPoint::InterceptCand
float InterceptCand[NCAND]
Definition: SuperPointData.h:66
TrigL2MuonSA::SuperPoint::Chi2Cand
float Chi2Cand[NCAND]
Definition: SuperPointData.h:67
NLAYER
#define NLAYER
Definition: SuperPointData.h:11
NCAND
#define NCAND
Definition: SuperPointData.h:12