ATLAS Offline Software
TrigTauCluster_p2.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: TrigCaloEventTPCnv
8  * @class : TrigTauCluster_p2
9  *
10  * @brief persistent partner for TrigTauCluster
11  *
12  * @author M. Pilar Casado <casado@ifae.es> - IFAE-Barcelona
13  *
14  * File and Version Information:
15  **********************************************************************************/
16 #ifndef TRIGCALOEVENTTPCNV_TRIGTAUCLUSTER_P2_H
17 #define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTER_P2_H
18 
21 
22 //need this for MAXSIZE, NUMEMSAMP, and NUMHADSAMP
24 #include "CxxUtils/unused.h"
25 
27 {
28  public:
29 
30  TrigTauCluster_p2() = default;
31 
32  friend class TrigTauClusterCnv_p2;
33 
34  private:
35 
37  float m_EMenergy{};
39  float m_HADenergy{};
41  float m_eCalib{};
43  float m_EMRadius2{};
45  float m_CaloRadius{};
47  float m_IsoFrac{};
53  float m_stripWidth{};
56 
57  // Unused, but shouldn't delete it since it's part of the persistent data.
58  bool ATH_UNUSED_MEMBER(m_valid){};
61 
62  //the TrigCaloCluster base class
64 
65 };
66 
67 #endif
TrigTauCluster_p2::TrigTauCluster_p2
TrigTauCluster_p2()=default
TrigTauCluster_p2
Definition: TrigTauCluster_p2.h:27
TrigTauCluster_p2::m_details
ElementLinkInt_p1 m_details
ElementLink to TrigTauClusterDetailsContainer.
Definition: TrigTauCluster_p2.h:68
unused.h
Macro to mark a member as unused.
TrigTauCluster_p2::m_stripWidthOffline
float m_stripWidthOffline
Width as in Offline.
Definition: TrigTauCluster_p2.h:65
TrigTauClusterCnv_p2
Definition: TrigTauClusterCnv_p2.h:34
TPObjRef
Definition: TPObjRef.h:20
TrigTauCluster_p2::m_eCalib
float m_eCalib
Calibrated Energy.
Definition: TrigTauCluster_p2.h:51
TrigTauCluster_p2::ATH_UNUSED_MEMBER
bool ATH_UNUSED_MEMBER(m_valid)
Definition: TrigTauCluster_p2.h:68
TrigTauCluster_p2::m_trigCaloCluster
TPObjRef m_trigCaloCluster
Definition: TrigTauCluster_p2.h:73
TrigTauCluster.h
TrigTauCluster_p2::m_HADenergy
float m_HADenergy
HAD Energy.
Definition: TrigTauCluster_p2.h:49
TrigTauCluster_p2::m_EMRadius2
float m_EMRadius2
EM Radius.
Definition: TrigTauCluster_p2.h:53
TrigTauCluster_p2::m_stripWidth
float m_stripWidth
Width in the strip sampling.
Definition: TrigTauCluster_p2.h:63
TrigTauCluster_p2::m_numStripCells
int m_numStripCells
Number of fired strips.
Definition: TrigTauCluster_p2.h:59
TrigTauCluster_p2::m_EMenergy
float m_EMenergy
EM Energy.
Definition: TrigTauCluster_p2.h:47
TPObjRef.h
TrigTauCluster_p2::m_numTotCells
int m_numTotCells
Total number of cells in the cluster.
Definition: TrigTauCluster_p2.h:61
TrigTauCluster_p2::m_CaloRadius
float m_CaloRadius
Total Calo Radius.
Definition: TrigTauCluster_p2.h:55
TrigTauCluster_p2::m_IsoFrac
float m_IsoFrac
Isolation Fraction.
Definition: TrigTauCluster_p2.h:57