CMS 3D CMS Logo

Classes | Functions
MuonDigiCollection.h File Reference
#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)
 

Detailed Description

Declaration of class MuonDigiCollection

Author
Stefano ARGIRO
Date
05 Aug 2005

Definition in file MuonDigiCollection.h.

Function Documentation

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().

172  { rh.swap(lh);}
void swap(MuonDigiCollection &rh)