1 #ifndef SUM_TREE_REDUCTION_SELECTOR_H 2 #define SUM_TREE_REDUCTION_SELECTOR_H 4 #include "SummarySelector.h" 6 class TProofOutputFile;
21 TProofOutputFile* fProofOutFile;
24 TNamed fReducedSumTreeName;
29 virtual void Begin(TTree *tree);
31 virtual Bool_t
Process(Long64_t entry);
virtual void Begin(TTree *tree)
Namespace which wraps everything in the library.
virtual void SlaveBegin(TTree *tree)
Template TSelector to be inherited from, designed for use with SummarySet.
SumTreeReductionSelector(const char *outFileName="reduced", const char *reducedSumTreeName="sumTree")
virtual void SlaveTerminate()
An almost trivial proof of concept, for Tree merging with PROOF.
Common analysis format between UCorrelator and Acclaim.
virtual Bool_t Process(Long64_t entry)
Reads the AnitaEventSummary TTree entry and sets the fSum pointer. Cycles through the fCuts...