ATLAS Offline Software
TrigSpacePointCounts_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 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  * File and Version Information:
17  * $Id: TrigSpacePointCounts_p2.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
18  **********************************************************************************/
19 #ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P3_H
20 #define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P3_H
21 
23 
25 {
26  friend class TrigSpacePointCountsCnv_p3;
27 
28  public:
29 
31  virtual ~TrigSpacePointCounts_p3() = default;
32 
33  //private:
34 
38  std::vector<unsigned int> m_droppedPixelModules;
39  unsigned int m_sctSpEndcapC;
40  unsigned int m_sctSpBarrel;
41  unsigned int m_sctSpEndcapA;
42  std::vector<unsigned int> m_droppedSctModules;
43 
44 };
45 
46 #endif
TrigSpacePointCounts_p3::m_droppedSctModules
std::vector< unsigned int > m_droppedSctModules
Definition: TrigSpacePointCounts_p3.h:55
TrigSpacePointCounts_p3::m_pixelClusEndcapA
TrigHisto2D_p1 m_pixelClusEndcapA
Definition: TrigSpacePointCounts_p3.h:50
TrigHisto2D_p1
The persistent partner of the TrigHisto2D class.
Definition: TrigHisto2D_p1.h:17
TrigSpacePointCounts_p3::TrigSpacePointCounts_p3
TrigSpacePointCounts_p3()
Definition: TrigSpacePointCounts_p3.h:43
TrigSpacePointCountsCnv_p3
Definition: TrigSpacePointCountsCnv_p3.h:34
TrigSpacePointCounts_p3::m_droppedPixelModules
std::vector< unsigned int > m_droppedPixelModules
Definition: TrigSpacePointCounts_p3.h:51
TrigSpacePointCounts_p3::m_pixelClusBarrel
TrigHisto2D_p1 m_pixelClusBarrel
Definition: TrigSpacePointCounts_p3.h:49
TrigHisto2D_p1.h
TrigSpacePointCounts_p3::m_sctSpBarrel
unsigned int m_sctSpBarrel
Definition: TrigSpacePointCounts_p3.h:53
TrigSpacePointCounts_p3::m_sctSpEndcapC
unsigned int m_sctSpEndcapC
Definition: TrigSpacePointCounts_p3.h:52
TrigSpacePointCounts_p3::m_sctSpEndcapA
unsigned int m_sctSpEndcapA
Definition: TrigSpacePointCounts_p3.h:54
TrigSpacePointCounts_p3
Definition: TrigSpacePointCounts_p3.h:25
TrigSpacePointCounts_p3::~TrigSpacePointCounts_p3
virtual ~TrigSpacePointCounts_p3()=default
TrigSpacePointCounts_p3::m_pixelClusEndcapC
TrigHisto2D_p1 m_pixelClusEndcapC
Definition: TrigSpacePointCounts_p3.h:48