ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::MuonTrackSummary::ChamberHitSummary::Projection Struct Reference

structure to hold the information for the eta/phi projection of RPC, TGC and CSC chambers and per multilayer for MDT chambers More...

#include <MuonTrackSummary.h>

Collaboration diagram for Trk::MuonTrackSummary::ChamberHitSummary::Projection:

Public Member Functions

 Projection ()

Public Attributes

int nhits { 0 }
int nholes { 0 }
int noutliers { 0 }
int ndeltas { 0 }
int ncloseHits { 0 }
int ngoodHits { 0 }
int noutBounds { 0 }

Detailed Description

structure to hold the information for the eta/phi projection of RPC, TGC and CSC chambers and per multilayer for MDT chambers

Definition at line 37 of file MuonTrackSummary.h.

Constructor & Destructor Documentation

◆ Projection()

Trk::MuonTrackSummary::ChamberHitSummary::Projection::Projection ( )
inline

Definition at line 39 of file MuonTrackSummary.h.

39{}

Member Data Documentation

◆ ncloseHits

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::ncloseHits { 0 }

Definition at line 44 of file MuonTrackSummary.h.

44{ 0 }; //<! number of hits within a road around the track in the projection

◆ ndeltas

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::ndeltas { 0 }

Definition at line 43 of file MuonTrackSummary.h.

43{ 0 }; //<! number of delta electrons in the projection (only filled for MDT chambers)

◆ ngoodHits

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::ngoodHits { 0 }

Definition at line 45 of file MuonTrackSummary.h.

45{ 0 }; //<! number of hits that matter for the track

◆ nhits

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::nhits { 0 }

Definition at line 40 of file MuonTrackSummary.h.

40{ 0 }; //<! number of hits on track in the projection

◆ nholes

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::nholes { 0 }

Definition at line 41 of file MuonTrackSummary.h.

41{ 0 }; //<! number of holes in the projection

◆ noutBounds

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::noutBounds { 0 }

Definition at line 46 of file MuonTrackSummary.h.

46{ 0 }; //<! number of out-of-bounds hits

◆ noutliers

int Trk::MuonTrackSummary::ChamberHitSummary::Projection::noutliers { 0 }

Definition at line 42 of file MuonTrackSummary.h.

42{ 0 }; //<! number of outliers in the projection

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