ATLAS Offline Software
Namespaces | Functions
IDC_MultiHitOverlayCommon.h File Reference
#include <vector>
#include "MuonOverlayBase/IDC_MultiHitOverlayCommon.icc"
Include dependency graph for IDC_MultiHitOverlayCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Overlay
 Helpers for overlaying Identifiable Containers.
 

Functions

template<class Datum >
void Overlay::mergeMultiHits (const std::vector< Datum * > &bkgHits, const std::vector< Datum * > &signalHits, std::vector< Datum * > &outputHits)
 Merging of hits on the same channel. More...
 
template<class Collection >
void Overlay::mergeMultiHitCollections (Collection *bkgCollection, Collection *signalCollection, Collection *outputCollection)
 

Detailed Description

Common base class and generic overlaying code for boolean-like hits. Multi hit overlay n1 hits + n hits -> m hits

Author
Tadej Novak
Ketevi A. Assamagan, 2009

Definition in file IDC_MultiHitOverlayCommon.h.