ATLAS Offline Software
MissingEtRegions_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_MISSINGETREGIONS_P3_H
6 #define RECTPCNV_MISSINGETREGIONS_P3_H
7 
8 /********************************************************************
9 
10 NAME: MissingEtRegions_p3
11 PACKAGE: offline/Reconstruction/RecTPCnv
12 PURPOSE: Persistent rapresentation of MissingEtRegions class
13 ********************************************************************/
14 
15 #include <vector>
16 
17 // forward declarations
19 
21 {
22  friend class MissingEtRegionsCnv_p3;
23 
24  public:
25 
28 
30  ~MissingEtRegions_p3() = default;
31 
32 
33  protected:
34  // not needed for now since MissingEtRegions is not saved standalone.
35  // std::vector<float> m_AllTheData;
36 
37 
38 };
39 
40 #endif
MissingEtRegionsCnv_p3
Definition: MissingEtRegionsCnv_p3.h:21
MissingEtRegions_p3
Definition: MissingEtRegions_p3.h:21
MissingEtRegions_p3::~MissingEtRegions_p3
~MissingEtRegions_p3()=default
destructor
MissingEtRegions_p3::MissingEtRegions_p3
MissingEtRegions_p3()
default constructor
Definition: MissingEtRegions_p3.h:27