ATLAS Offline Software
TrigCaloCluster_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 : TrigCaloCluster_p2
9  *
10  * @brief persistent partner for TrigCaloCluster
11  *
12  * @author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
13  *
14  * File and Version Information:
15  * $Id: TrigCaloCluster_p2.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
16  **********************************************************************************/
17 #ifndef TRIGCALOEVENTTPCNV_TRIGCALOCLUSTER_P2_H
18 #define TRIGCALOEVENTTPCNV_TRIGCALOCLUSTER_P2_H
19 
20 
22 {
23  public:
24  static const int MAXSIZE_P = 25;
25 
27  friend class TrigCaloClusterCnv_p2;
28 
29  private:
30 
31  float m_rawEnergy;
32  float m_rawEt;
33  float m_rawEnergyS[MAXSIZE_P];
34  float m_rawEta;
35  float m_rawPhi;
36 
37  long m_roiWord;
39  unsigned int m_quality;
40 
41 };
42 
43 #endif
TrigCaloCluster_p2::m_rawPhi
float m_rawPhi
Definition: TrigCaloCluster_p2.h:46
TrigCaloCluster_p2::m_roiWord
long m_roiWord
Definition: TrigCaloCluster_p2.h:48
TrigCaloCluster_p2::m_rawEta
float m_rawEta
Definition: TrigCaloCluster_p2.h:45
TrigCaloCluster_p2::m_rawEt
float m_rawEt
Definition: TrigCaloCluster_p2.h:43
TrigCaloCluster_p2::TrigCaloCluster_p2
TrigCaloCluster_p2()
Definition: TrigCaloCluster_p2.h:37
TrigCaloCluster_p2::m_numberUsedCells
int m_numberUsedCells
Definition: TrigCaloCluster_p2.h:49
TrigCaloCluster_p2::m_rawEnergy
float m_rawEnergy
Definition: TrigCaloCluster_p2.h:42
TrigCaloClusterCnv_p2
Definition: TrigCaloClusterCnv_p2.h:28
TrigCaloCluster_p2
Definition: TrigCaloCluster_p2.h:22
TrigCaloCluster_p2::MAXSIZE_P
static const int MAXSIZE_P
Definition: TrigCaloCluster_p2.h:35
TrigCaloCluster_p2::m_rawEnergyS
float m_rawEnergyS[MAXSIZE_P]
Definition: TrigCaloCluster_p2.h:44
TrigCaloCluster_p2::m_quality
unsigned int m_quality
Definition: TrigCaloCluster_p2.h:50