ATLAS Offline Software
TrigIDHitStats_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 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  * File and Version Information:
16  * $Id: TrigIDHitStats_p1.h,v 1.1 2008-04-04 14:46:41 ahamil Exp $
17  **********************************************************************************/
18 #ifndef TRIGEVENTTPCNV_TRIGIDHITSTATS_P1_H
19 #define TRIGEVENTTPCNV_TRIGIDHITSTATS_P1_H
20 
21 #include <cstring>
22 
24 
26 {
27  friend class TrigIDHitStatsCnv_p1;
28 
29  public:
30 
32  virtual ~TrigIDHitStats_p1() = default;
33 
34 
35  private:
36 
37  //the 3 comes from NUM_SUBDETECTORS enum in TrigIDHitStats
38  unsigned char numHits[3];
39 
40 };
41 
42 #endif
TrigIDHitStats_p1::numHits
unsigned char numHits[3]
Definition: TrigIDHitStats_p1.h:50
TrigIDHitStats.h
TrigIDHitStats_p1::~TrigIDHitStats_p1
virtual ~TrigIDHitStats_p1()=default
TrigIDHitStats_p1::TrigIDHitStats_p1
TrigIDHitStats_p1()
Definition: TrigIDHitStats_p1.h:43
TrigIDHitStatsCnv_p1
Definition: TrigIDHitStatsCnv_p1.h:32
TrigIDHitStats_p1
Definition: TrigIDHitStats_p1.h:26