ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonTrackStatisticsTool::TruthTrackCounters Struct Reference

#include <MuonTrackStatisticsTool.h>

Collaboration diagram for MuonTrackStatisticsTool::TruthTrackCounters:

Public Member Functions

 TruthTrackCounters (const std::string &trkLoc)
 

Public Attributes

std::string trackLocation
 
int nEvents
 
int nTracks
 
int nPIXELhits [3]
 
int nSCThits [3]
 
int nTRThits [3]
 
int nMDThits [3]
 
int nRPChits [3]
 
int nTGChits [3]
 
int nCSChits [3]
 

Detailed Description

Definition at line 68 of file MuonTrackStatisticsTool.h.

Constructor & Destructor Documentation

◆ TruthTrackCounters()

MuonTrackStatisticsTool::TruthTrackCounters::TruthTrackCounters ( const std::string &  trkLoc)
inline

Definition at line 69 of file MuonTrackStatisticsTool.h.

69  : trackLocation(trkLoc), nEvents(0), nTracks(0) {
70  for (unsigned int i = 0; i < 3; i++) {
71  nPIXELhits[i] = 0;
72  nSCThits[i] = 0;
73  nTRThits[i] = 0;
74  nMDThits[i] = 0;
75  nRPChits[i] = 0;
76  nTGChits[i] = 0;
77  nCSChits[i] = 0;
78  }
79  };

Member Data Documentation

◆ nCSChits

int MuonTrackStatisticsTool::TruthTrackCounters::nCSChits[3]

Definition at line 90 of file MuonTrackStatisticsTool.h.

◆ nEvents

int MuonTrackStatisticsTool::TruthTrackCounters::nEvents

Definition at line 82 of file MuonTrackStatisticsTool.h.

◆ nMDThits

int MuonTrackStatisticsTool::TruthTrackCounters::nMDThits[3]

Definition at line 87 of file MuonTrackStatisticsTool.h.

◆ nPIXELhits

int MuonTrackStatisticsTool::TruthTrackCounters::nPIXELhits[3]

Definition at line 84 of file MuonTrackStatisticsTool.h.

◆ nRPChits

int MuonTrackStatisticsTool::TruthTrackCounters::nRPChits[3]

Definition at line 88 of file MuonTrackStatisticsTool.h.

◆ nSCThits

int MuonTrackStatisticsTool::TruthTrackCounters::nSCThits[3]

Definition at line 85 of file MuonTrackStatisticsTool.h.

◆ nTGChits

int MuonTrackStatisticsTool::TruthTrackCounters::nTGChits[3]

Definition at line 89 of file MuonTrackStatisticsTool.h.

◆ nTracks

int MuonTrackStatisticsTool::TruthTrackCounters::nTracks

Definition at line 83 of file MuonTrackStatisticsTool.h.

◆ nTRThits

int MuonTrackStatisticsTool::TruthTrackCounters::nTRThits[3]

Definition at line 86 of file MuonTrackStatisticsTool.h.

◆ trackLocation

std::string MuonTrackStatisticsTool::TruthTrackCounters::trackLocation

Definition at line 81 of file MuonTrackStatisticsTool.h.


The documentation for this struct was generated from the following file:
MuonTrackStatisticsTool::TruthTrackCounters::nRPChits
int nRPChits[3]
Definition: MuonTrackStatisticsTool.h:88
MuonTrackStatisticsTool::TruthTrackCounters::nEvents
int nEvents
Definition: MuonTrackStatisticsTool.h:82
MuonTrackStatisticsTool::TruthTrackCounters::nCSChits
int nCSChits[3]
Definition: MuonTrackStatisticsTool.h:90
MuonTrackStatisticsTool::TruthTrackCounters::nTGChits
int nTGChits[3]
Definition: MuonTrackStatisticsTool.h:89
MuonTrackStatisticsTool::TruthTrackCounters::nSCThits
int nSCThits[3]
Definition: MuonTrackStatisticsTool.h:85
MuonTrackStatisticsTool::TruthTrackCounters::nTRThits
int nTRThits[3]
Definition: MuonTrackStatisticsTool.h:86
MuonTrackStatisticsTool::TruthTrackCounters::nMDThits
int nMDThits[3]
Definition: MuonTrackStatisticsTool.h:87
lumiFormat.i
int i
Definition: lumiFormat.py:92
MuonTrackStatisticsTool::TruthTrackCounters::nTracks
int nTracks
Definition: MuonTrackStatisticsTool.h:83
MuonTrackStatisticsTool::TruthTrackCounters::nPIXELhits
int nPIXELhits[3]
Definition: MuonTrackStatisticsTool.h:84
MuonTrackStatisticsTool::TruthTrackCounters::trackLocation
std::string trackLocation
Definition: MuonTrackStatisticsTool.h:79