ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtCalo_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RECTPCNV_MISSINGETCALO_P2_H
6#define RECTPCNV_MISSINGETCALO_P2_H
7
8/********************************************************************
9
10NAME: MissingETCalo_p2
11
12PURPOSE: Persistent rapresentation of MissingEtCalo class
13********************************************************************/
14#include <vector>
15
16// forward declarations
18
19
21{
22 friend class MissingEtCaloCnv_p2;
23
24 public:
25
28
30 ~MissingEtCalo_p2() = default;
31
32
33 protected:
34
35 std::vector<float> m_AllTheData;
36 // MissingET_p1 m_met;
37 //
38 // /// basic components of MissingEtCalo_p1
39 // std::vector<double> m_exCalo;
40 // std::vector<double> m_eyCalo;
41 // std::vector<double> m_etSumCalo;
42 // std::vector<unsigned int> m_nCellsCalo;
43
44};
45
46#endif
std::vector< float > m_AllTheData
~MissingEtCalo_p2()=default
destructor
friend class MissingEtCaloCnv_p2
MissingEtCalo_p2()
default constructor