ATLAS Offline Software
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 
10 NAME: MissingETCalo_p2
11 
12 PURPOSE: 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
MissingEtCalo_p2::~MissingEtCalo_p2
~MissingEtCalo_p2()=default
destructor
MissingEtCaloCnv_p2
Definition: MissingEtCaloCnv_p2.h:20
MissingEtCalo_p2::MissingEtCalo_p2
MissingEtCalo_p2()
default constructor
Definition: MissingEtCalo_p2.h:27
MissingEtCalo_p2::m_AllTheData
std::vector< float > m_AllTheData
Definition: MissingEtCalo_p2.h:35
MissingEtCalo_p2
Definition: MissingEtCalo_p2.h:21