ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtTruth_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_MISSINGETTRUTH_P1_H
6#define RECTPCNV_MISSINGETTRUTH_P1_H
7
8/********************************************************************
9
10NAME: MissingET_p1
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: S. Resconi
14CREATED: Jul 2007
15
16PURPOSE: Persistent rapresentation of MissingEtTruth class
17********************************************************************/
19#include <vector>
20
21// forward declarations
23
25{
27
28 public:
29
32
34 ~MissingEtTruth_p1() = default;
35
36
37 protected:
38
40
42 std::vector<double> m_exTruth;
43 std::vector<double> m_eyTruth;
44 std::vector<double> m_etSumTruth;
45
46};
47
48#endif
friend class MissingEtTruthCnv_p1
std::vector< double > m_eyTruth
MissingEtTruth_p1()
default constructor
std::vector< double > m_exTruth
basic components of MissingEtTruth_p1
std::vector< double > m_etSumTruth
~MissingEtTruth_p1()=default
destructor