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