ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RDO_Container_p0.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Persistent representation of BCM_RDO_Container
6// Author: Dominique Tardif <Dominique.Tardif@cern.ch>
7
8#ifndef INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINER_P0_H
9#define INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINER_P0_H
10
11#include <vector>
13
14class BCM_RDO_Container_p0 : public std::vector<BCM_RDO_Collection_p0> {
15 public:
17};
18
19#endif