ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSamplingData_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_CALOSAMPLINGDATA_P1_H
7#define CALOATHENAPOOL_CALOSAMPLINGDATA_P1_H
8
9#include <vector>
10
12 public:
13 unsigned int m_varTypePattern;
14 std::vector<std::vector<float> > m_dataStore;
15
16};
17
18#endif
std::vector< std::vector< float > > m_dataStore