ATLAS Offline Software
Loading...
Searching...
No Matches
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
18public:
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
This file contains the class definition for the ElementLinkVector_p1 class.
std::vector< std::vector< unsigned int > > m_mtypV
virtual ~JetMomentMap_p1()=default
ElementLinkVector_p1< uint32_t > m_jetsV
std::vector< std::vector< double > > m_mvalV
friend class JetMomentMapConverterBase