ATLAS Offline Software
Reconstruction
RecTPCnv
RecTPCnv
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
18
class
MissingEtRegionsCnv_p3
;
19
20
class
MissingEtRegions_p3
21
{
22
friend
class
MissingEtRegionsCnv_p3
;
23
24
public
:
25
27
MissingEtRegions_p3
() {};
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
Generated on Mon Dec 23 2024 21:14:39 for ATLAS Offline Software by
1.8.18