ATLAS Offline Software
TrigSpacePointCounts_p4.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_p4.h 722313 2016-02-07 18:30:57Z ssnyder $
18  **********************************************************************************/
19 #ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P4_H
20 #define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P4_H
21 
23 
25 {
26  friend class TrigSpacePointCountsCnv_p4;
27 
28  public:
29 
31  virtual ~TrigSpacePointCounts_p4() = default;
32 
33  // private:
34 
36 // TrigHisto2D_p1 m_pixelClusEndcapC;
37 // TrigHisto2D_p1 m_pixelClusBarrel;
38 // TrigHisto2D_p1 m_pixelClusEndcapA;
39  std::vector<unsigned int> m_droppedPixelModules;
40  unsigned int m_sctSpEndcapC;
41  unsigned int m_sctSpBarrel;
42  unsigned int m_sctSpEndcapA;
43  std::vector<unsigned int> m_droppedSctModules;
44 
45 };
46 
47 #endif
TrigSpacePointCounts_p4::m_sctSpEndcapC
unsigned int m_sctSpEndcapC
Definition: TrigSpacePointCounts_p4.h:53
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:56
TrigSpacePointCounts_p4::~TrigSpacePointCounts_p4
virtual ~TrigSpacePointCounts_p4()=default
TrigSpacePointCounts_p4::TrigSpacePointCounts_p4
TrigSpacePointCounts_p4()
Definition: TrigSpacePointCounts_p4.h:43
TrigSpacePointCounts_p4::m_sctSpEndcapA
unsigned int m_sctSpEndcapA
Definition: TrigSpacePointCounts_p4.h:55
TrigSpacePointCounts_p4::m_allTheTrigHisto2D
TrigHisto2D_p1 m_allTheTrigHisto2D[3]
Definition: TrigSpacePointCounts_p4.h:48
TrigSpacePointCounts_p4::m_droppedPixelModules
std::vector< unsigned int > m_droppedPixelModules
Definition: TrigSpacePointCounts_p4.h:52
TrigSpacePointCounts_p4::m_sctSpBarrel
unsigned int m_sctSpBarrel
Definition: TrigSpacePointCounts_p4.h:54
TrigSpacePointCounts_p4
Definition: TrigSpacePointCounts_p4.h:25