ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigTruthEvent
TrigTruthEventTPCnv
TrigTruthEventTPCnv
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
21
#include "
TrigInDetTruthEvent/TrigIDHitStats.h
"
22
23
class
TrigIDHitStats_p1
24
{
25
friend
class
TrigIDHitStatsCnv_p1
;
26
27
public
:
28
29
TrigIDHitStats_p1
() {}
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.h
TrigIDHitStats_p1::~TrigIDHitStats_p1
virtual ~TrigIDHitStats_p1()=default
TrigIDHitStats_p1::TrigIDHitStatsCnv_p1
friend class TrigIDHitStatsCnv_p1
Definition
TrigIDHitStats_p1.h:25
TrigIDHitStats_p1::TrigIDHitStats_p1
TrigIDHitStats_p1()
Definition
TrigIDHitStats_p1.h:29
TrigIDHitStats_p1::numHits
unsigned char numHits[3]
Definition
TrigIDHitStats_p1.h:36
Generated on
for ATLAS Offline Software by
1.14.0