2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5///////////////////////////////////////////////////////////////////
6// MuonCoinDataContainer.icc
7// Implementation file for class MuonCoinDataContainer
8///////////////////////////////////////////////////////////////////
9// (c) ATLAS Detector software
10///////////////////////////////////////////////////////////////////
13template< class CollectionT>
14// Constructor with parameters:
15MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(unsigned int max) :
16 IdentifiableContainer<CollectionT>(max)
19template< class CollectionT>
20// Constructor with parameters:
21MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(EventContainers::IdentifiableCache<CollectionT> * cache) :
22 IdentifiableContainer<CollectionT>(cache)
25template< class CollectionT>
27MuonCoinDataContainer< CollectionT>::~MuonCoinDataContainer()