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