ATLAS Offline Software
Loading...
Searching...
No Matches
MissingET_p1.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef RECTPCNV_MISSINGET_P1_H
8#define RECTPCNV_MISSINGET_P1_H
9
10/********************************************************************
11
12NAME: MissingET_p1
13PACKAGE: offline/Reconstruction/RecTPCnv
14
15AUTHORS: S. Resconi
16CREATED: Jul 2007
17
18PURPOSE: Persistent rapresentation of MissingET class
19********************************************************************/
20
22
23// forward declarations
24class MissingETCnv_p1;
25
27{
28 friend class MissingETCnv_p1;
29
30 public:
31
34 : m_source(0),
35 m_ex(0),
36 m_ey(0),
37 m_etSum(0)
38 {};
39
41 ~MissingET_p1() = default;
42
43
44 protected:
45
47
48 unsigned int m_source;
49
51 float m_ex;
52 float m_ey;
53 float m_etSum;
54
55};
56
57
58#endif
MissingEtRegions_p1 m_regions
friend class MissingETCnv_p1
unsigned int m_source
MissingET_p1()
default constructor
~MissingET_p1()=default
destructor
float m_ex
basic components of MissingET_p1