Project
Loading...
Searching...
No Matches
Stack.cxx File Reference

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)
 

Detailed Description

Implementation of the Stack class.

Author
M. Al-Turany, S. Wenzel - June 2014

Definition in file Stack.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( o2::data::Stack  )

◆ getHash()

ULong_t getHash ( TParticle const &  p)

Definition at line 310 of file Stack.cxx.

◆ insertInVector()

template<typename T , typename I >
void insertInVector ( std::vector< T > &  v,
index,
e 
)

Definition at line 47 of file Stack.cxx.