Selector to fill a set of histograms.
#ifndef ProofSimple_h
#define ProofSimple_h
public :
ProofSimple();
virtual ~ProofSimple();
virtual void SetOption(
const char *option) { fOption = option; }
void PlotNtuple(
TNtuple *,
const char *);
Int_t GetNhist() {
return fNhist; }
void SetNhist(
Int_t nh) { fNhist = nh; }
Int_t GetNhist3() {
return fNhist3; }
void SetNhist3(
Int_t nh) { fNhist3 = nh; }
};
#endif
- Author
- Gerardo Ganis (gerar.nosp@m.do.g.nosp@m.anis@.nosp@m.cern.nosp@m..ch)
Definition in file ProofSimple.h.