ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuonReceiverContainer_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// TileMuonReceiverContainer_p1.h
8// Header file for class TileMuonReceiverContainer_p1
9// Author: Joao Gentil Saraiva <joao.gentil.saraiva@cern.ch>
10// Date: March 2014
12#ifndef TILETPCNV_TILEMUONRECEIVERCONTAINER_P1_H
13#define TILETPCNV_TILEMUONRECEIVERCONTAINER_P1_H
14
15// TileTPCnv includes
17
18class TileMuonReceiverContainer_p1 : public std::vector<TileMuonReceiverObj_p1>
19{};
20
21#endif