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