ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtTruth_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_MISSINGETTRUTH_P3_H
6#define RECTPCNV_MISSINGETTRUTH_P3_H
7
8/********************************************************************
9NAME: MissingEtTruth_p3
10PACKAGE: offline/Reconstruction/RecTPCnv
11PURPOSE: Persistent rapresentation of MissingEtTruth class
12********************************************************************/
13#include <vector>
14
15// forward declarations
17
19{
21
22 public:
23
26
28 ~MissingEtTruth_p3() = default;
29
30
31 protected:
32
33 std::vector<float> m_allTheData;
34
35};
36
37#endif
std::vector< float > m_allTheData
friend class MissingEtTruthCnv_p3
MissingEtTruth_p3()
default constructor
~MissingEtTruth_p3()=default
destructor