PandaRoot
PndBranchBurstBuilder_eventBased.h
Go to the documentation of this file.
1 
17 #pragma once
18 
19 #include "PndBranchBurstBuilder.h"
20 
21 #include <vector>
22 
24  public:
29 
31  virtual InitStatus Init();
32 
34  virtual TClonesArray *GetBurstData(size_t branchNum);
35 
36  virtual void FinishTask();
37 
38  void SetNEvents(int num) { fNEvents = num; }
39 
40  protected:
41  int fNEvents;
42  std::vector<TClonesArray *> fTempArrays;
43 
45 };
46 
ClassDef(PndBranchBurstBuilder_eventBased, 0)
virtual TClonesArray * GetBurstData(size_t branchNum)
Method to collect the data of full Burst for an Single Branch. inBranchNum state the position in the ...
Basic Class for building bursts of events in the simulation.
Task Class for building Bursts of events in the simulation.