ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCounts.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
18
19//---------------------------------------------------------------
20
39
40//---------------------------------------------------------------
41
60
61//---------------------------------------------------------------
62
63
67
71
75
76const std::vector<Identifier>& TrigSpacePointCounts::droppedPixelModules(void) const {
78}
79
80unsigned int TrigSpacePointCounts::sctSpEndcapC(void) const {
81 return m_sctSpEndcapC;
82}
83
84unsigned int TrigSpacePointCounts::sctSpBarrel(void) const {
85 return m_sctSpBarrel;
86}
87
88unsigned int TrigSpacePointCounts::sctSpEndcapA(void) const {
89 return m_sctSpEndcapA;
90}
91
92const std::vector<Identifier>& TrigSpacePointCounts::droppedSctModules(void) const {
94}
95
96//---------------------------------------------------------------
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
const TrigHisto2D & pixelClusEndcapA(void) const
unsigned int sctSpBarrel(void) const
std::vector< Identifier > m_droppedSctModules
A vector of modules identifiers dropped from the SCT space point sum.
TrigHisto2D m_pixelClusEndcapA
A histogram of pixel cluster time over threshold against pixel cluster size for endcap A.
TrigHisto2D m_pixelClusBarrel
A histogram of pixel cluster time over threshold against pixel cluster size for the barrel.
const TrigHisto2D & pixelClusBarrel(void) const
TrigSpacePointCounts()
Default constructor used by T/P converters.
const TrigHisto2D & pixelClusEndcapC(void) const
unsigned int m_sctSpBarrel
The space point multiplicity for space points in the SCT barrel.
TrigHisto2D m_pixelClusEndcapC
A histogram of pixel cluster time over threshold against pixel cluster size for endcap C.
unsigned int m_sctSpEndcapC
The space point multiplicity for space points in the SCT endcap C.
unsigned int sctSpEndcapC(void) const
unsigned int m_sctSpEndcapA
The space point multiplicity for space points in the SCT endcap A.
const std::vector< Identifier > & droppedPixelModules(void) const
const std::vector< Identifier > & droppedSctModules(void) const
unsigned int sctSpEndcapA(void) const
std::vector< Identifier > m_droppedPixelModules
A vector of module identifiers dropped from the pixel cluster sum.
STL namespace.