ATLAS Offline Software
MuonCaloEnergyContainer_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // MuonContainer_p1.h
8 // Header file for class MuonCaloEnergyContainer_p1
9 // Author: Ketevi A. Assamagan
10 // February 2008
12 #ifndef RECTPCNV_MUON_CALOENERGY_CONTAINER_P1_H
13 #define RECTPCNV_MUON_CALOENERGY_CONTAINER_P1_H
14 
15 // STL includes
16 #include <vector>
17 
18 // RecTPCnv includes
19 #include "RecTPCnv/CaloEnergy_p2.h"
20 
21 class MuonCaloEnergyContainer_p1 : public std::vector<CaloEnergy_p2>
22 {};
23 
24 #endif //> RECTPCNV_MUONCONTAINER_P2_H
CaloEnergy_p2.h
MuonCaloEnergyContainer_p1
Definition: MuonCaloEnergyContainer_p1.h:22