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 ///////////////////////////////////////////////////////////////////
13 template< class CollectionT>
14 // Constructor with parameters:
15 MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(unsigned int max) :
16 IdentifiableContainer<CollectionT>(max)
19 template< class CollectionT>
20 // Constructor with parameters:
21 MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(EventContainers::IdentifiableCache<CollectionT> * cache) :
22 IdentifiableContainer<CollectionT>(cache)
25 template< class CollectionT>
27 MuonCoinDataContainer< CollectionT>::~MuonCoinDataContainer()