ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtTruth_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_MISSINGETTRUTH_P2_H
6#define RECTPCNV_MISSINGETTRUTH_P2_H
7
8/********************************************************************
9
10NAME: MissingET_p2
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: I. Vukotic
14CREATED: May 2009
15
16PURPOSE: Persistent rapresentation of MissingEtTruth class
17********************************************************************/
19#include <vector>
20
21// forward declarations
23
25{
27
28 public:
29
32
34 ~MissingEtTruth_p2() = default;
35
36
37 protected:
38
39 std::vector<float> m_allTheData;
40
41};
42
43#endif
friend class MissingEtTruthCnv_p2
MissingEtTruth_p2()
default constructor
~MissingEtTruth_p2()=default
destructor
std::vector< float > m_allTheData