![]() |
AliPhysics
55b2ab8 (55b2ab8)
|
#include <map>
#include <typeinfo>
#include <TObject.h>
#include <TClonesArray.h>
#include <TObjArray.h>
#include <TClass.h>
#include <AliLog.h>
#include "AliEmcalContainer.h"
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) |
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.