ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterMomentContainer_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 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//#include "CaloTPCnv/Compressor.h"
10
12public:
13
14 unsigned short m_nMoments;
15// typedef std::vector<float>::const_iterator const_iterator;
16 typedef std::vector<unsigned int>::const_iterator const_iterator;
17
18//std::vector<float> m_Mvalue;
19std::vector<unsigned int> m_Mvalue;
20std::vector<unsigned short> m_Mkey;
21
22
23};
24
25#endif
26
27
28
std::vector< unsignedint >::const_iterator const_iterator