ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrtHitCounts.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
13
14//---------------------------------------------------------------
15
24
25//---------------------------------------------------------------
26
35
36//---------------------------------------------------------------
37
39 return m_endcapC;
40}
41
43 return m_barrel;
44}
45
47 return m_endcapA;
48}
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition TrigHisto1D.h:23
const TrigHisto1D & barrel(void) const
Return a histogram of time over threshold for barrel pixel clusters.
const TrigHisto1D & endcapC(void) const
Return a histogram of time over threshold for endcap C pixel clusters.
TrigHisto1D m_endcapC
TrigTrtHitCounts(void)
Default constructor used by T/P converters.
TrigHisto1D m_endcapA
const TrigHisto1D & endcapA(void) const
Return a histogram of time over threshold for endcap A pixel clusters.
STL namespace.