ATLAS Offline Software
TrigSpacePointCounts_p4.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_P4_H
18 #define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P4_H
19 
21 
23 {
24  friend class TrigSpacePointCountsCnv_p4;
25 
26  public:
27 
28  TrigSpacePointCounts_p4() = default;
29  virtual ~TrigSpacePointCounts_p4() = default;
30 
32  std::vector<unsigned int> m_droppedPixelModules;
33  unsigned int m_sctSpEndcapC{};
34  unsigned int m_sctSpBarrel{};
35  unsigned int m_sctSpEndcapA{};
36  std::vector<unsigned int> m_droppedSctModules;
37 
38 };
39 
40 #endif
TrigSpacePointCounts_p4::m_sctSpEndcapC
unsigned int m_sctSpEndcapC
Definition: TrigSpacePointCounts_p4.h:44
TrigHisto2D_p1
The persistent partner of the TrigHisto2D class.
Definition: TrigHisto2D_p1.h:17
TrigHisto2D_p1.h
TrigSpacePointCountsCnv_p4
Definition: TrigSpacePointCountsCnv_p4.h:30
TrigSpacePointCounts_p4::m_droppedSctModules
std::vector< unsigned int > m_droppedSctModules
Definition: TrigSpacePointCounts_p4.h:47
TrigSpacePointCounts_p4::~TrigSpacePointCounts_p4
virtual ~TrigSpacePointCounts_p4()=default
TrigSpacePointCounts_p4::m_sctSpEndcapA
unsigned int m_sctSpEndcapA
Definition: TrigSpacePointCounts_p4.h:46
TrigSpacePointCounts_p4::m_allTheTrigHisto2D
TrigHisto2D_p1 m_allTheTrigHisto2D[3]
Definition: TrigSpacePointCounts_p4.h:42
TrigSpacePointCounts_p4::m_droppedPixelModules
std::vector< unsigned int > m_droppedPixelModules
Definition: TrigSpacePointCounts_p4.h:43
TrigSpacePointCounts_p4::m_sctSpBarrel
unsigned int m_sctSpBarrel
Definition: TrigSpacePointCounts_p4.h:45
TrigSpacePointCounts_p4
Definition: TrigSpacePointCounts_p4.h:23
TrigSpacePointCounts_p4::TrigSpacePointCounts_p4
TrigSpacePointCounts_p4()=default