ATLAS Offline Software
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
CaloSamplingData_p1::m_dataStore
std::vector< std::vector< float > > m_dataStore
Definition: CaloSamplingData_p1.h:14
CaloSamplingData_p1
Definition: CaloSamplingData_p1.h:11
CaloSamplingData_p1::m_varTypePattern
unsigned int m_varTypePattern
Definition: CaloSamplingData_p1.h:13