CMS 3D CMS Logo

Classes | Functions
MuonDigiCollection.h File Reference
#include <vector>
#include <map>
#include <iterator>

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

◆ swap()

template<typename IndexType , typename DigiType >
void swap ( MuonDigiCollection< IndexType, DigiType > &  rh,
MuonDigiCollection< IndexType, DigiType > &  lh 
)
inline

Definition at line 145 of file MuonDigiCollection.h.

145  {
146  rh.swap(lh);
147 }

References mathSSE::lh, and MuonDigiCollection< IndexType, DigiType >::swap().

mathSSE::lh
bool int lh
Definition: SIMDVec.h:20
MuonDigiCollection::swap
void swap(MuonDigiCollection &rh)
Definition: MuonDigiCollection.h:92