ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ProofEvent.h File Reference

Selector for generic processing with Event. More...

Go to the source code of this file.

Detailed Description

Selector for generic processing with Event.

#ifndef ProofEvent_h
#define ProofEvent_h
#include <TSelector.h>
#include "Event.h"
class TH1F;
class TRandom3;
class ProofEvent : public TSelector {
public :
// Specific members
TRandom3 *fRandom;
Event *fEvent;
Int_t fNtrack;
TH1F *fHisto;
ProofEvent();
virtual ~ProofEvent();
virtual Int_t Version() const { return 2; }
virtual void Begin(TTree *tree);
virtual void SlaveBegin(TTree *tree);
virtual Bool_t Process(Long64_t entry);
virtual void SetOption(const char *option) { fOption = option; }
virtual void SetObject(TObject *obj) { fObject = obj; }
virtual void SetInputList(TList *input) { fInput = input; }
virtual TList *GetOutputList() const { return fOutput; }
virtual void SlaveTerminate();
virtual void Terminate();
ClassDef(ProofEvent,0);
};
#endif
Author
Gerardo Ganis (gerar.nosp@m.do.g.nosp@m.anis@.nosp@m.cern.nosp@m..ch)

Definition in file ProofEvent.h.