ATLAS Offline Software
MissingET_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_MISSINGET_P2_H
6 #define RECTPCNV_MISSINGET_P2_H
7 
8 /********************************************************************
9 
10 NAME: MissingET_p2
11 PACKAGE: offline/Reconstruction/RecTPCnv
12 
13 PURPOSE: Persistent rapresentation of MissingET class
14 ********************************************************************/
15 #include <vector>
16 
17 // forward declarations
18 class MissingETCnv_p2;
19 
21  friend class MissingETCnv_p2;
22 
23  public:
25  ~MissingET_p2() = default;
26  protected:
27  std::vector<float> m_AllTheData;
28 
29 };
30 
31 
32 #endif
MissingETCnv_p2
Definition: MissingETCnv_p2.h:24
MissingET_p2::m_AllTheData
std::vector< float > m_AllTheData
Definition: MissingET_p2.h:27
MissingET_p2::~MissingET_p2
~MissingET_p2()=default
MissingET_p2::MissingET_p2
MissingET_p2()
Definition: MissingET_p2.h:24
MissingET_p2
Definition: MissingET_p2.h:20