ATLAS Offline Software
TrigTauClusterDetails_p2.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: TrigCaloEventTPCnv
8  * @class : TrigTauClusterDetails_p2
9  *
10  * @brief persistent partner for TrigTauClusterDetails
11  *
12  * @author M. Pilar Casado <casado@ifae.es> - IFAE-Barcelona
13 **********************************************************************************/
14 #ifndef TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILS_P2_H
15 #define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTERDETAILS_P2_H
16 
17 //need this for NUMEMSAMP, and NUMHADSAMP
19 
21 {
22  public:
23 
25  friend class TrigTauClusterDetailsCnv_p2;
26 
27  private:
28 
29  float m_allEMFloats[20] = {0};
31 // float m_EMRadius[NUMEMSAMP];
33 // float m_EMenergyWidth[NUMEMSAMP];
35 // float m_EMenergyWide[NUMEMSAMP];
37 // float m_EMenergyMedium[NUMEMSAMP];
39 // float m_EMenergyNarrow[NUMEMSAMP];
40 
41  float m_allHADFloats[15] = {0};
43 // float m_HADRadius[NUMHADSAMP];
45 // float m_HADenergyWidth[NUMHADSAMP];
47 // float m_HADenergyWide[NUMHADSAMP];
49 // float m_HADenergyMedium[NUMHADSAMP];
51 // float m_HADenergyNarrow[NUMHADSAMP];
52 
53 };
54 
55 #endif
TrigTauClusterDetails_p2::m_allEMFloats
float m_allEMFloats[20]
Definition: TrigTauClusterDetails_p2.h:37
TrigTauClusterDetails.h
TrigTauClusterDetails_p2::m_allHADFloats
float m_allHADFloats[15]
EM Radius per sampling.
Definition: TrigTauClusterDetails_p2.h:49
TrigTauClusterDetails_p2
Definition: TrigTauClusterDetails_p2.h:21
TrigTauClusterDetails_p2::TrigTauClusterDetails_p2
TrigTauClusterDetails_p2()
Definition: TrigTauClusterDetails_p2.h:32
TrigTauClusterDetailsCnv_p2
Definition: TrigTauClusterDetailsCnv_p2.h:23