KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
#include "TTree.h"
#include "TVector3.h"
#include "TClonesArray.h"
#include "KVEvent.h"
#include "KVConfig.h"
#include "TRotation.h"
#include "TLorentzRotation.h"
#include "KVTemplateParticleCondition.h"
#include "KVNameValueList.h"
#include "TMethodCall.h"
#include <KVFrameTransform.h>
#include <KVIntegerList.h>
#include <TH1.h>
#include <TObjString.h>
#include <iterator>
Classes | |
struct | KVTemplateEvent< Particle >::EventGroupIterator |
struct | KVTemplateEvent< Particle >::EventIterator |
struct | KVTemplateEvent< Particle >::EventOKIterator |
class | KVTemplateEvent< Particle >::Iterator |
Class used for iterating over particles in events. More... | |
class | KVTemplateEvent< Particle > |
Base class for event classes (containers for different types of particle objects) More... | |
Macros | |
#define | KVEVENT_PART_INDEX_OOB "Particle index %d out of bounds [1,%d]" |
Definition at line 23 of file KVTemplateEvent.h.