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