ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCoinDataContainer.icc
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4template< class CollectionT>
5// Constructor with parameters:
6MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(unsigned int max) :
7 IdentifiableContainer<CollectionT>(max)
8{}
9
10template< class CollectionT>
11// Constructor with parameters:
12MuonCoinDataContainer< CollectionT>::MuonCoinDataContainer(EventContainers::IdentifiableCache<CollectionT> * cache) :
13 IdentifiableContainer<CollectionT>(cache)
14{}
15