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