ATLAS Offline Software
|
A class to store the distributions of time of threshold from the TRT raw data. More...
#include <TrigTrtHitCounts.h>
Public Member Functions | |
TrigTrtHitCounts (void) | |
Default constructor used by T/P converters. More... | |
TrigTrtHitCounts (const TrigHisto1D &endcapC, const TrigHisto1D &barrel, const TrigHisto1D &endcapA) | |
Standard constructor used by FEX algorithms. More... | |
TrigTrtHitCounts (TrigHisto1D &&endcapC, TrigHisto1D &&barrel, TrigHisto1D &&endcapA) | |
~TrigTrtHitCounts (void)=default | |
Destructor. More... | |
const TrigHisto1D & | endcapC (void) const |
Return a histogram of time over threshold for endcap C pixel clusters. More... | |
const TrigHisto1D & | barrel (void) const |
Return a histogram of time over threshold for barrel pixel clusters. More... | |
const TrigHisto1D & | endcapA (void) const |
Return a histogram of time over threshold for endcap A pixel clusters. More... | |
Private Attributes | |
TrigHisto1D | m_endcapC |
TrigHisto1D | m_barrel |
TrigHisto1D | m_endcapA |
A class to store the distributions of time of threshold from the TRT raw data.
Definition at line 19 of file TrigTrtHitCounts.h.
TrigTrtHitCounts::TrigTrtHitCounts | ( | void | ) |
TrigTrtHitCounts::TrigTrtHitCounts | ( | const TrigHisto1D & | endcapC, |
const TrigHisto1D & | barrel, | ||
const TrigHisto1D & | endcapA | ||
) |
TrigTrtHitCounts::TrigTrtHitCounts | ( | TrigHisto1D && | endcapC, |
TrigHisto1D && | barrel, | ||
TrigHisto1D && | endcapA | ||
) |
|
default |
Destructor.
const TrigHisto1D & TrigTrtHitCounts::barrel | ( | void | ) | const |
Return a histogram of time over threshold for barrel pixel clusters.
Definition at line 42 of file TrigTrtHitCounts.cxx.
const TrigHisto1D & TrigTrtHitCounts::endcapA | ( | void | ) | const |
Return a histogram of time over threshold for endcap A pixel clusters.
Definition at line 46 of file TrigTrtHitCounts.cxx.
const TrigHisto1D & TrigTrtHitCounts::endcapC | ( | void | ) | const |
Return a histogram of time over threshold for endcap C pixel clusters.
Definition at line 38 of file TrigTrtHitCounts.cxx.
|
private |
Definition at line 48 of file TrigTrtHitCounts.h.
|
private |
Definition at line 49 of file TrigTrtHitCounts.h.
|
private |
Definition at line 47 of file TrigTrtHitCounts.h.