AliPhysics  55b2ab8 (55b2ab8)
AliEmcalContainerIndexMap.h File Reference
#include <map>
#include <typeinfo>
#include <TObject.h>
#include <TClonesArray.h>
#include <TObjArray.h>
#include <TClass.h>
#include <AliLog.h>
#include "AliEmcalContainer.h"
Include dependency graph for AliEmcalContainerIndexMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AliEmcalContainerIndexMap< U, V >
 Container or array to index mapping for AliEmcalContainer derived classes. More...
 

Functions

template<class X , class Y >
void swap (AliEmcalContainerIndexMap< X, Y > &first, AliEmcalContainerIndexMap< X, Y > &second)
 

Function Documentation

template<class X , class Y >
void swap ( AliEmcalContainerIndexMap< X, Y > &  first,
AliEmcalContainerIndexMap< X, Y > &  second 
)

Swap function. Created using guide described here: https://stackoverflow.com/a/3279550

Definition at line 171 of file AliEmcalContainerIndexMap.h.