#include <vector>
#include <map>
#include <iterator>
#include "FWCore/Utilities/interface/GCC11Compatibility.h"
Go to the source code of this file.
Classes | |
class | DigiContainerIterator< IndexType, DigiType > |
class | MuonDigiCollection< IndexType, DigiType > |
A container for a generic type of digis indexed by some index, implemented with a map<IndexType, vector<DigiType> > More... | |
Functions | |
template<typename IndexType , typename DigiType > | |
void | swap (MuonDigiCollection< IndexType, DigiType > &rh, MuonDigiCollection< IndexType, DigiType > &lh) |
|
inline |
Definition at line 171 of file MuonDigiCollection.h.
References MuonDigiCollection< IndexType, DigiType >::swap().