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