ATLAS Offline Software
Loading...
Searching...
No Matches
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
10NAME: MissingET_p2
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13PURPOSE: Persistent rapresentation of MissingEtRegions class
14********************************************************************/
15
16#include <vector>
17
18// forward declarations
20
22{
24
25 public:
26
29
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()=default
destructor
MissingEtRegions_p2()
default constructor
friend class MissingEtRegionsCnv_p2