ATLAS Offline Software
Loading...
Searching...
No Matches
TileL2Container_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// TileL2Container_p1.h
8// Header file for class TileL2Container_p1
9// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10// Date: July 2008
12#ifndef TILETPCNV_TILEL2CONTAINER_P1_H
13#define TILETPCNV_TILEL2CONTAINER_P1_H
14
15// TileTPCnv includes
16#include "TileTPCnv/TileL2_p1.h"
17
18class TileL2Container_p1 : public std::vector<TileL2_p1>
19{};
20
21#endif //> TILETPCNV_TILEL2CONTAINER_P1_H