ATLAS Offline Software
TrigTauCluster_p4.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigCaloEventTPCnv
8  * @class : TrigTauCluster_p4
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_P4_H
17 #define TRIGCALOEVENTTPCNV_TRIGTAUCLUSTER_P4_H
18 
21 
22 //need this for MAXSIZE, NUMEMSAMP, and NUMHADSAMP
25 #include "CxxUtils/unused.h"
26 
28  friend class TrigTauClusterCnv_p4;
29 
30 public:
31  TrigTauCluster_p4() : m_valid(false) {}
33 
34 private:
35  float m_allTheFloats[11];
36 // float m_allTheFloats[9];
37  int m_allTheInts[2];
38 
39  // Unused, but shouldn't delete it since it's part of the persistent data.
40  bool ATH_UNUSED_MEMBER(m_valid);
44 };
45 
46 #endif
TrigTauCluster_p4::~TrigTauCluster_p4
~TrigTauCluster_p4()
Definition: TrigTauCluster_p4.h:42
TrigTauCluster_p4::m_allTheFloats
float m_allTheFloats[11]
Definition: TrigTauCluster_p4.h:45
TrigTauCluster_p4::m_details
ElementLinkInt_p3 m_details
ElementLink to TrigTauClusterDetailsContainer.
Definition: TrigTauCluster_p4.h:52
unused.h
Macro to mark a member as unused.
TrigTauCluster_p4::TrigTauCluster_p4
TrigTauCluster_p4()
Definition: TrigTauCluster_p4.h:41
TrigTauClusterCnv_p4
Definition: TrigTauClusterCnv_p4.h:25
TrigTauCluster.h
TrigTauCluster_p4::m_trigCaloCluster
TrigCaloCluster_p2 m_trigCaloCluster
Definition: TrigTauCluster_p4.h:53
TrigTauCluster_p4
Definition: TrigTauCluster_p4.h:27
TrigTauCluster_p4::ATH_UNUSED_MEMBER
bool ATH_UNUSED_MEMBER(m_valid)
TrigCaloCluster_p2
Definition: TrigCaloCluster_p2.h:22
TrigCaloCluster_p2.h
TPObjRef.h
TrigTauCluster_p4::m_allTheInts
int m_allTheInts[2]
Definition: TrigTauCluster_p4.h:47