ATLAS Offline Software
MuonCaloEnergyContainer_tlp1.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 //-----------------------------------------------------------------------------
6 // file: MuonCaloEnergyContainer_tlp1.h
7 // package: Reconstruction/RecTPCnv
8 // authors: Ketevi A. Assamagan
9 // date: 2008-04-17
10 //-----------------------------------------------------------------------------
11 
12 #ifndef RECTPCNV_MUONCALOENERGY_CONTAINER_TLP1_H
13 #define RECTPCNV_MUONCALOENERGY_CONTAINER_TLP1_H
14 
15 #include <vector>
16 #include "RecTPCnv/CaloEnergy_p2.h"
18 
20 {
21  public:
22 
23  std::vector<MuonCaloEnergyContainer_p1> m_muonCaloEnergyContainer;
24  std::vector<CaloEnergy_p2> m_caloEnergies;
25 };
26 
27 #endif
28 
MuonCaloEnergyContainer_tlp1::m_caloEnergies
std::vector< CaloEnergy_p2 > m_caloEnergies
Definition: MuonCaloEnergyContainer_tlp1.h:24
CaloEnergy_p2.h
MuonCaloEnergyContainer_tlp1::m_muonCaloEnergyContainer
std::vector< MuonCaloEnergyContainer_p1 > m_muonCaloEnergyContainer
Definition: MuonCaloEnergyContainer_tlp1.h:23
MuonCaloEnergyContainer_p1.h
MuonCaloEnergyContainer_tlp1
Definition: MuonCaloEnergyContainer_tlp1.h:20