ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrackCounts.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7//---------------------------------------------------------------
8
12
13//---------------------------------------------------------------
14
21
22//---------------------------------------------------------------
23
30
31//---------------------------------------------------------------
32
34 return m_z0_pt;
35}
36
38 return m_eta_phi;
39}
40
41//---------------------------------------------------------------
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
const TrigHisto2D & eta_phi(void) const
TrigTrackCounts()
Default constructor used by T/P converters.
const TrigHisto2D & z0_pt(void) const
TrigHisto2D m_eta_phi
A histogram of the reconstructed track eta vs phi.
TrigHisto2D m_z0_pt
A histogram of the reconstructed track z0 vs pt.
STL namespace.