ATLAS Offline Software
Loading...
Searching...
No Matches
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
10NAME: MissingEtRegions_p3
11PACKAGE: offline/Reconstruction/RecTPCnv
12PURPOSE: Persistent rapresentation of MissingEtRegions class
13********************************************************************/
14
15#include <vector>
16
17// forward declarations
19
21{
23
24 public:
25
28
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
~MissingEtRegions_p3()=default
destructor
friend class MissingEtRegionsCnv_p3
MissingEtRegions_p3()
default constructor