18#pragma link C++ class std::vector<std::vector<bool> >+;
19#pragma link C++ class std::vector<std::vector<float> >+;
42 std::vector<std::vector<bool> >
fVb;
43 std::vector<std::vector<float> >
fVfx;
44 std::vector<std::vector<float> >
fVfy;
49 std::vector<std::vector<bool> > *
fVbr;
50 std::vector<std::vector<float> > *
fVfxr;
51 std::vector<std::vector<float> > *
fVfyr;
61 void SlaveBegin(
TTree *tree)
override;
66 void SetOption(
const char *
option)
override { fOption =
option; }
67 void SetObject(
TObject *obj)
override { fObject = obj; }
69 TList *GetOutputList()
const override {
return fOutput; }
70 void SlaveTerminate()
override;
71 void Terminate()
override;
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
A TTree is a list of TBranches.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
1-D histogram with a float per channel (see TH1 documentation)
Mother of all ROOT objects.
Class to steer the merging of files produced on the workers.
Random number generator class based on M.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
A TTree represents a columnar dataset.
virtual TTree * GetTree() const
void Init(TClassEdit::TInterpreterLookupHelper *helper)