ATLAS Offline Software
Loading...
Searching...
No Matches
MuonContainer_p5.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// MuonContainer_p5.h
8// Header file for class MuonContainer_p5
9// Author: Ketevi A. Assamagan <keetvi@bnl.gov>
10// Date: September 2007
11
13#ifndef RECTPCNV_MUONCONTAINER_P5_H
14#define RECTPCNV_MUONCONTAINER_P5_H 1
15
16// STL includes
17#include <vector>
18
19// RecTPCnv includes
20#include "RecTPCnv/Muon_p5.h"
21
22class MuonContainer_p5 : public std::vector<Muon_p5>
23{};
24
25#endif //> RECTPCNV_MUONCONTAINER_P5_H