ATLAS Offline Software
Loading...
Searching...
No Matches
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
28
29 private:
30
32 float m_rawEt;
34 float m_rawEta;
35 float m_rawPhi;
36
39 unsigned int m_quality;
40
41};
42
43#endif
float m_rawEnergyS[MAXSIZE_P]
static const int MAXSIZE_P
friend class TrigCaloClusterCnv_p2