ATLAS Offline Software
CaloTowerContainer_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 #ifndef CALOATHENAPOOL_CALOTOWERCONTAINER_P1_H
6 #define CALOATHENAPOOL_CALOTOWERCONTAINER_P1_H
7 
9 #include <vector>
10 
12 {
13  public:
15  std::vector<unsigned int> m_caloRegions;
16 };
17 
18 #endif
CaloTowerSeg_p1.h
CaloTowerContainer_p1::m_caloRegions
std::vector< unsigned int > m_caloRegions
Definition: CaloTowerContainer_p1.h:15
CaloTowerContainer_p1::m_towerSeg
CaloTowerSeg_p1 m_towerSeg
Definition: CaloTowerContainer_p1.h:14
CaloTowerSeg_p1
Definition: CaloTowerSeg_p1.h:11
CaloTowerContainer_p1
Definition: CaloTowerContainer_p1.h:12