![]() |
ATLAS Offline Software
|
#include <TrigTrackCounts.h>
Public Member Functions | |
| TrigTrackCounts () | |
| Default constructor used by T/P converters. More... | |
| TrigTrackCounts (const TrigHisto2D &z0_pt, const TrigHisto2D &eta_phi) | |
| Standard constructor used by FEX algorithms. More... | |
| TrigTrackCounts (TrigHisto2D &&z0_pt, TrigHisto2D &&eta_phi) | |
| ~TrigTrackCounts ()=default | |
| Destructor. More... | |
| const TrigHisto2D & | z0_pt (void) const |
| const TrigHisto2D & | eta_phi (void) const |
Private Attributes | |
| TrigHisto2D | m_z0_pt |
| A histogram of the reconstructed track z0 vs pt. More... | |
| TrigHisto2D | m_eta_phi |
| A histogram of the reconstructed track eta vs phi. More... | |
A class to store reconstructed track distributions: z0 vs pt and eta vs phi.
Definition at line 18 of file Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h.
| TrigTrackCounts::TrigTrackCounts | ( | ) |
Default constructor used by T/P converters.
Definition at line 9 of file TrigTrackCounts.cxx.
| TrigTrackCounts::TrigTrackCounts | ( | const TrigHisto2D & | z0_pt, |
| const TrigHisto2D & | eta_phi | ||
| ) |
| TrigTrackCounts::TrigTrackCounts | ( | TrigHisto2D && | z0_pt, |
| TrigHisto2D && | eta_phi | ||
| ) |
|
default |
Destructor.
| const TrigHisto2D & TrigTrackCounts::eta_phi | ( | void | ) | const |
Definition at line 37 of file TrigTrackCounts.cxx.
| const TrigHisto2D & TrigTrackCounts::z0_pt | ( | void | ) | const |
Definition at line 33 of file TrigTrackCounts.cxx.
|
private |
A histogram of the reconstructed track eta vs phi.
Definition at line 44 of file Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h.
|
private |
A histogram of the reconstructed track z0 vs pt.
Definition at line 41 of file Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h.
1.8.18