ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtRegions_p1.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_P1_H
6#define RECTPCNV_MISSINGETREGIONS_P1_H
7
8/********************************************************************
9
10NAME: MissingET_p1
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: S. Resconi
14CREATED: Jul 2007
15
16PURPOSE: Persistent rapresentation of MissingEtRegions class
17********************************************************************/
18
19#include <vector>
20
21// forward declarations
23
25{
27
28 public:
29
32
35
36
37 protected:
38
39 //unsigned int m_reg;
40 //MissingEtRegions::RegionIndex m_reg;
41
43 std::vector<double> m_exReg;
44 std::vector<double> m_eyReg;
45 std::vector<double> m_etReg;
46
47
48};
49
50#endif
std::vector< double > m_exReg
basic components of MissingEtRegions_p1
~MissingEtRegions_p1()=default
destructor
MissingEtRegions_p1()
default constructor
std::vector< double > m_eyReg
std::vector< double > m_etReg
friend class MissingEtRegionsCnv_p1