ATLAS Offline Software
Trigger
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigCaloCluster_p3.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_p3.h 697601 2015-09-30 13:34:01Z damazio $
16
**********************************************************************************/
17
#ifndef TRIGCALOEVENTTPCNV_TRIGCALOCLUSTER_P3_H
18
#define TRIGCALOEVENTTPCNV_TRIGCALOCLUSTER_P3_H
19
20
class
TrigCaloCluster_p3
21
{
22
public
:
23
static
const
int
MAXSIZE_P
= 25;
24
25
TrigCaloCluster_p3
() :
m_allFloats
(),
m_roiWord
(0),
m_numberUsedCells
(0),
m_quality
(0) {}
26
friend
class
TrigCaloClusterCnv_p3
;
27
28
private
:
29
30
/*
31
float m_rawEnergy;
32
float m_rawEt;
33
float m_rawEnergyS[MAXSIZE];
34
float m_rawEta;
35
float m_rawPhi;
36
*/
37
float
m_allFloats
[4+
MAXSIZE_P
];
38
39
long
m_roiWord
;
40
int
m_numberUsedCells
;
41
unsigned
int
m_quality
;
42
43
};
44
45
#endif
TrigCaloCluster_p3::m_numberUsedCells
int m_numberUsedCells
Definition:
TrigCaloCluster_p3.h:51
TrigCaloClusterCnv_p3
Definition:
TrigCaloClusterCnv_p3.h:16
TrigCaloCluster_p3::m_quality
unsigned int m_quality
Definition:
TrigCaloCluster_p3.h:52
TrigCaloCluster_p3::MAXSIZE_P
static const int MAXSIZE_P
Definition:
TrigCaloCluster_p3.h:34
TrigCaloCluster_p3::m_allFloats
float m_allFloats[4+MAXSIZE_P]
Definition:
TrigCaloCluster_p3.h:48
TrigCaloCluster_p3
Definition:
TrigCaloCluster_p3.h:21
TrigCaloCluster_p3::m_roiWord
long m_roiWord
Definition:
TrigCaloCluster_p3.h:50
TrigCaloCluster_p3::TrigCaloCluster_p3
TrigCaloCluster_p3()
Definition:
TrigCaloCluster_p3.h:36
Generated on Mon Dec 23 2024 21:20:59 for ATLAS Offline Software by
1.8.18