ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterMomentContainer_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5//Dear emacs, this is -*-c++-*-
6#ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
7#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P2_H
8#include <vector>
9
11public:
12
13 unsigned short m_nMoments{};
14 typedef std::vector<unsigned int>::const_iterator const_iterator;
15
16//std::vector<float> m_Mvalue;
17std::vector<unsigned int> m_Mvalue;
18std::vector<unsigned short> m_Mkey;
19
20
21};
22
23#endif
24
25
26
std::vector< unsignedint >::const_iterator const_iterator