11 #ifndef EVENTDISPLAY_FAIRTCASOURCE_H_
12 #define EVENTDISPLAY_FAIRTCASOURCE_H_
17 #include "TClonesArray.h"
31 TObject* dataObj =
fCArray->At(index);
33 if (dataObj->InheritsFrom(
"FairTimeStamp")) {
35 }
else if (dataObj->InheritsFrom(
"FairMCPoint")) {
virtual double GetTime(int index)
Handles a TClonesArray as input object. No timebased operations are done and the TClonesArray is hand...
FairTCASource(TString branchName)
virtual TObject * GetData(int index)
Abstract interface class to handle different input data for event and timebased data.