////////////////////////////////////////////////////////// // This class has been automatically generated on // Fri Jul 10 11:01:34 2009 by ROOT version 5.23/05 // from TTree t/t // found on file: Memory Directory ////////////////////////////////////////////////////////// #ifndef RooProofDriverSelector_h #define RooProofDriverSelector_h #include #include class RooStudyPackage ; class RooProofDriverSelector : public TSelector { public : TTree *fChain; ///GetTree()->GetEntry(entry, getall) : 0; } void SetOption(const char *option) override { fOption = option; } void SetObject(TObject *obj) override { fObject = obj; } void SetInputList(TList *input) override { fInput = input; } void SlaveTerminate() override ; TList *GetOutputList() const override { return fOutput; } RooStudyPackage* _pkg ; Int_t seed ; ClassDefOverride(RooProofDriverSelector,0); }; #endif