Selector for generic processing with stdlib collections.
#ifndef ProofStdVect_h
#define ProofStdVect_h
#include <vector>
#ifdef __MAKECINT__
#pragma link C++ class std::vector<std::vector<bool> >+;
#pragma link C++ class std::vector<std::vector<float> >+;
#endif
public :
std::vector<std::vector<bool> > fVb;
std::vector<std::vector<float> > fVfx;
std::vector<std::vector<float> > fVfy;
std::vector<std::vector<bool> > *fVbr;
std::vector<std::vector<float> > *fVfxr;
std::vector<std::vector<float> > *fVfyr;
ProofStdVect();
virtual ~ProofStdVect();
virtual void SetOption(
const char *option) { fOption = option; }
};
#endif
#define ClassDef(name, id)
A TTree is a list of TBranches.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
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...
virtual void SetObject(TObject *obj)
virtual void Init(TTree *)
virtual int Version() const
TSelectorList * fOutput
! List of objects created during processing
virtual Bool_t Process(Long64_t)
virtual void SlaveBegin(TTree *)
virtual Int_t GetEntry(Long64_t, Int_t=0)
virtual void SetOption(const char *option)
virtual void SetInputList(TList *input)
virtual TList * GetOutputList() const
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual void SlaveTerminate()
virtual void Begin(TTree *)
A TTree represents a columnar dataset.
virtual TTree * GetTree() const
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all branches of entry and return total number of bytes read.