ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSamplingDataContainer_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_CALOSAMPLINGDATACONTAINER_P1_H
7#define CALOATHENAPOOL_CALOSAMPLINGDATACONTAINER_P1_H
8
9#include <vector>
10
12 public:
13 //unsigned int m_varTypePattern; Move back to individual cluster
14 std::vector<unsigned int> m_varTypePatterns;
15 std::vector<float> m_dataStore;
16 typedef std::vector<float>::const_iterator const_iterator;
17};
18
19#endif
std::vector< unsigned int > m_varTypePatterns
std::vector< float >::const_iterator const_iterator