ATLAS Offline Software
Loading...
Searching...
No Matches
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
10NAME: MissingET_p3
11PACKAGE: offline/Reconstruction/RecTPCnv
12PURPOSE: Persistent rapresentation of MissingET class
13********************************************************************/
14
15// forward declarations
16class 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()=default
std::vector< float > m_AllTheData
friend class MissingETCnv_p3