2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
4template< class CollectionT>
5// Constructor with parameters:
6MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(unsigned int max) :
7 IdentifiableContainer<CollectionT>(max)
10template< class CollectionT>
11// Constructor with parameters:
12MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(EventContainers::IdentifiableCache<CollectionT> * cache) :
13 IdentifiableContainer<CollectionT>(cache)