![]() |
Project
|
Implementation of the Stack class. More...
#include "DetectorsBase/Stack.h"
#include "DetectorsBase/Detector.h"
#include <DetectorsBase/VMCSeederService.h>
#include "DetectorsCommonDataFormats/DetID.h"
#include "SimulationDataFormat/MCTrack.h"
#include "FairDetector.h"
#include <fairlogger/Logger.h>
#include "FairRootManager.h"
#include "SimulationDataFormat/BaseHits.h"
#include "SimulationDataFormat/StackParam.h"
#include "CommonUtils/ConfigurationMacroHelper.h"
#include "TLorentzVector.h"
#include "TParticle.h"
#include "TRefArray.h"
#include "TVirtualMC.h"
#include "TMCProcess.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cmath>
Go to the source code of this file.
Functions | |
template<typename T , typename I > | |
void | insertInVector (std::vector< T > &v, I index, T e) |
ULong_t | getHash (TParticle const &p) |
ClassImp (o2::data::Stack) | |
Implementation of the Stack class.
Definition in file Stack.cxx.
ClassImp | ( | o2::data::Stack | ) |