PandaRoot
PndBranchBurstBuilder_timeCut.h
Go to the documentation of this file.
1 
17 #pragma once
18 
19 #include "PndBranchBurstBuilder.h"
20 #include "FairTSBufferFunctional.h"
21 
23  public:
28 
30  virtual InitStatus Init();
31 
33  virtual TClonesArray *GetBurstData(size_t branchNum);
34 
35  void SetTimePeriod(double val) { fTimePeriod = val; }
36 
37  protected:
38  double fTimePeriod;
39  BinaryFunctor *fStopFunctor;
40 
42 };
43 
Task Class for building Bursts of events in the time based simulation.
ClassDef(PndBranchBurstBuilder_timeCut, 0)
virtual InitStatus Init()
Basic Class for building bursts of events in the simulation.
virtual TClonesArray * GetBurstData(size_t branchNum)
Method to collect the data of full Burst for an Single Branch. inBranchNum state the position in the ...