ATLAS Offline Software
TrigIDHitStats_p1.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: TrigTruthEventTPCnv
8  * @class : TrigIDHitStats_p1
9  *
10  * @brief persistent partner for TrigIDHitStats
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  *
15  **********************************************************************************/
16 #ifndef TRIGEVENTTPCNV_TRIGIDHITSTATS_P1_H
17 #define TRIGEVENTTPCNV_TRIGIDHITSTATS_P1_H
18 
19 #include <cstring>
20 
22 
24 {
25  friend class TrigIDHitStatsCnv_p1;
26 
27  public:
28 
30  virtual ~TrigIDHitStats_p1() = default;
31 
32 
33  private:
34 
35  //the 3 comes from NUM_SUBDETECTORS enum in TrigIDHitStats
36  unsigned char numHits[3]{};
37 
38 };
39 
40 #endif
TrigIDHitStats_p1::numHits
unsigned char numHits[3]
Definition: TrigIDHitStats_p1.h:46
TrigIDHitStats.h
TrigIDHitStats_p1::~TrigIDHitStats_p1
virtual ~TrigIDHitStats_p1()=default
TrigIDHitStats_p1::TrigIDHitStats_p1
TrigIDHitStats_p1()
Definition: TrigIDHitStats_p1.h:39
TrigIDHitStatsCnv_p1
Definition: TrigIDHitStatsCnv_p1.h:32
TrigIDHitStats_p1
Definition: TrigIDHitStats_p1.h:24