ATLAS Offline Software
Loading...
Searching...
No Matches
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{
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
virtual ~TrigIDHitStats_p1()=default
friend class TrigIDHitStatsCnv_p1
unsigned char numHits[3]