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