ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterMomentContainer_p1.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_P1_H
7#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINER_P1_H
8#include <vector>
9
11public:
13
15 short key;
16 float value;
17 };
18 std::vector<ClusterMoment_p> m_store;
19 unsigned short m_nMoments;
20 typedef std::vector<ClusterMoment_p>::const_iterator const_iterator;
21
22};
23
24#endif
25
26
27
std::vector< ClusterMoment_p > m_store
std::vector< ClusterMoment_p >::const_iterator const_iterator