ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRingsContainer_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// CaloRingsContainer_p1.h
8// Header file for class CaloRingsContainer_p1
9// Author: D.E.Ferreira de Lima<dferreir@mail.cern.ch>
11#ifndef RECTPCNV_CALORINGSCONTAINER_P1_H
12#define RECTPCNV_CALORINGSCONTAINER_P1_H
13
14// STL includes
15#include <vector>
16
17// RecTPCnv includes
19
20class CaloRingsContainer_p1 : public std::vector<CaloRings_p1>
21{};
22
23#endif //> RECTPCNV_CALORINGSCONTAINER_P1_H