10 #ifndef ProofStdVect_h 11 #define ProofStdVect_h 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;
58 virtual ~ProofStdVect();
66 virtual void SetOption(
const char *option) { fOption = option; }
virtual Int_t GetEntry(Long64_t, Int_t=0)
Random number generator class based on M.
TSelectorList * fOutput
! List of objects created during processing
virtual Bool_t Notify()
This method must be overridden to handle object notification.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all branches of entry and return total number of bytes read.
1-D histogram with a float per channel (see TH1 documentation)}
virtual void SetInputList(TList *input)
#define ClassDef(name, id)
virtual void Begin(TTree *)
virtual TTree * GetTree() const
virtual int Version() const
virtual void SlaveBegin(TTree *)
Class to steer the merging of files produced on the workers.
virtual void SlaveTerminate()
virtual Bool_t Process(Long64_t)
virtual void SetObject(TObject *obj)
virtual void SetOption(const char *option)
Mother of all ROOT objects.
A TTree object has a header with a name and a title.
A TTree is a list of TBranches.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
virtual TList * GetOutputList() const
virtual void Init(TTree *)