ATLAS Offline Software
TrigSpacePointCounts_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigInDetEventTPCnv
8  * @class : TrigSpacePointCounts_p2
9  *
10  * @brief persistent partner for TrigSpacePointCounts
11  *
12  * @author Regina Kwee at cern dot ch - CERN/HUB
13  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
14  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
15  *
16  **********************************************************************************/
17 #ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P3_H
18 #define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P3_H
19 
21 
23 {
24  friend class TrigSpacePointCountsCnv_p3;
25 
26  public:
27 
28  TrigSpacePointCounts_p3() = default;
29  virtual ~TrigSpacePointCounts_p3() = default;
30 
34  std::vector<unsigned int> m_droppedPixelModules;
35  unsigned int m_sctSpEndcapC{};
36  unsigned int m_sctSpBarrel{};
37  unsigned int m_sctSpEndcapA{};
38  std::vector<unsigned int> m_droppedSctModules;
39 
40 };
41 
42 #endif
TrigSpacePointCounts_p3::m_droppedSctModules
std::vector< unsigned int > m_droppedSctModules
Definition: TrigSpacePointCounts_p3.h:49
TrigSpacePointCounts_p3::m_pixelClusEndcapA
TrigHisto2D_p1 m_pixelClusEndcapA
Definition: TrigSpacePointCounts_p3.h:44
TrigHisto2D_p1
The persistent partner of the TrigHisto2D class.
Definition: TrigHisto2D_p1.h:17
TrigSpacePointCounts_p3::TrigSpacePointCounts_p3
TrigSpacePointCounts_p3()=default
TrigSpacePointCountsCnv_p3
Definition: TrigSpacePointCountsCnv_p3.h:34
TrigSpacePointCounts_p3::m_droppedPixelModules
std::vector< unsigned int > m_droppedPixelModules
Definition: TrigSpacePointCounts_p3.h:45
TrigSpacePointCounts_p3::m_pixelClusBarrel
TrigHisto2D_p1 m_pixelClusBarrel
Definition: TrigSpacePointCounts_p3.h:43
TrigHisto2D_p1.h
TrigSpacePointCounts_p3::m_sctSpBarrel
unsigned int m_sctSpBarrel
Definition: TrigSpacePointCounts_p3.h:47
TrigSpacePointCounts_p3::m_sctSpEndcapC
unsigned int m_sctSpEndcapC
Definition: TrigSpacePointCounts_p3.h:46
TrigSpacePointCounts_p3::m_sctSpEndcapA
unsigned int m_sctSpEndcapA
Definition: TrigSpacePointCounts_p3.h:48
TrigSpacePointCounts_p3
Definition: TrigSpacePointCounts_p3.h:23
TrigSpacePointCounts_p3::~TrigSpacePointCounts_p3
virtual ~TrigSpacePointCounts_p3()=default
TrigSpacePointCounts_p3::m_pixelClusEndcapC
TrigHisto2D_p1 m_pixelClusEndcapC
Definition: TrigSpacePointCounts_p3.h:42