Selector to process tree friends. 
 
#ifndef ProofFriends_h
#define ProofFriends_h
 
 
 
 
 
   
 
   
 
 
   
 
 
   Int_t   Version()
 const override { 
return 2; }
 
   void    SlaveBegin(
TTree *tree) 
override;
 
   void    SetOption(
const char *
option)
 override { fOption = 
option; }
 
   void    SetObject(
TObject *obj)
 override { fObject = obj; }
 
   void    SlaveTerminate() override;
   void    Terminate() override;
 
};
 
#endif
 
#ifdef ProofFriends_cxx
void ProofFriends::Init(
TTree *tree)
 
{
   
   
   
   
   
   
   
 
   
   if (!tree) return;
   fChain = tree;
 
 
}
 
{
   
   
   
   
   
 
}
 
#endif 
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Int_t Init(const char *masterurl, const char *conffile, const char *confdir, Int_t loglevel, const char *alias=0)
virtual Long64_t Process(TDSet *dset, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
A TTree is a list of TBranches.
1-D histogram with a float per channel (see TH1 documentation)
2-D histogram with a float per channel (see TH1 documentation)
Mother of all ROOT objects.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
A TTree represents a columnar dataset.
virtual void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode).
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=nullptr)
Change branch address, dealing with clone trees properly.
virtual TTree * GetTree() const