ATLAS Offline Software
Loading...
Searching...
No Matches
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
21{
22 public:
23 static const int MAXSIZE_P = 25;
24
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*/
38
41 unsigned int m_quality;
42
43};
44
45#endif
friend class TrigCaloClusterCnv_p3
float m_allFloats[4+MAXSIZE_P]
static const int MAXSIZE_P