ATLAS Offline Software
MuonContainer_p6.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_p6.h
8 // Header file for class MuonContainer_p6
9 // Author: Ketevi A. Assamagan <keetvi@bnl.gov>
10 // Date: September 2007
11 
13 #ifndef RECTPCNV_MUONCONTAINER_P6_H
14 #define RECTPCNV_MUONCONTAINER_P6_H
15 
16 // STL includes
17 #include <vector>
18 
19 // RecTPCnv includes
20 #include "RecTPCnv/Muon_p6.h"
21 
22 class MuonContainer_p6 : public std::vector<Muon_p6>
23 {};
24 
25 #endif //> RECTPCNV_MUONCONTAINER_P6_H
MuonContainer_p6
Definition: MuonContainer_p6.h:23
Muon_p6.h