ATLAS Offline Software
Loading...
Searching...
No Matches
MuonContainer_p1.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_p1.h
8// Header file for class MuonContainer_p1
9// Author: K.Cranmer<cranmer@cern.ch>
10// Author: S.Binet<binet@cern.ch>
11// Date: December 2006
12
13// Author: Ketevi A. Assamagan
14// Integration of Calo Muon Identification
15// February 2007
17#ifndef RECTPCNV_MUONCONTAINER_P1_H
18#define RECTPCNV_MUONCONTAINER_P1_H
19
20// STL includes
21#include <vector>
22
23// RecTPCnv includes
24#include "RecTPCnv/Muon_p1.h"
25
26class MuonContainer_p1 : public std::vector<Muon_p1>
27{};
28
29#endif //> RECTPCNV_MUONCONTAINER_P1_H