ATLAS Offline Software
JetMomentMap_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef JETEVENTTPCNV_JETMOMENTMAP_P1_H
6 #define JETEVENTTPCNV_JETMOMENTMAP_P1_H
7 
8 // DataModelAthenaPool includes
10 
11 #include <vector>
12 
14 {
15  template <class T>
17 
18 public:
19 
21  virtual ~JetMomentMap_p1() = default;
22 
23  protected:
24 
26  std::vector<std::vector<unsigned int> > m_mtypV;
27  std::vector<std::vector<double> > m_mvalV;
28 
29 };
30 
31 #endif
JetMomentMap_p1
Definition: JetMomentMap_p1.h:14
JetMomentMap_p1::~JetMomentMap_p1
virtual ~JetMomentMap_p1()=default
ElementLinkVector_p1< uint32_t >
JetMomentMap_p1::m_mtypV
std::vector< std::vector< unsigned int > > m_mtypV
Definition: JetMomentMap_p1.h:26
JetMomentMapConverterBase
Definition: JetMomentMapConverterBase.h:10
JetMomentMap_p1::JetMomentMap_p1
JetMomentMap_p1()
Definition: JetMomentMap_p1.h:20
JetMomentMap_p1::m_mvalV
std::vector< std::vector< double > > m_mvalV
Definition: JetMomentMap_p1.h:27
ElementLinkVector_p1.h
This file contains the class definition for the ElementLinkVector_p1 class.
JetMomentMap_p1::m_jetsV
ElementLinkVector_p1< uint32_t > m_jetsV
Definition: JetMomentMap_p1.h:25