Skip to content

Commit

Permalink
Reverting wrong changes to TTreePlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
strykejern authored and Axel-Naumann committed Aug 9, 2013
1 parent 5317d72 commit 0bb96a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tree/treeplayer/inc/TTreePlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
#ifndef ROOT_TVirtualTreePlayer
#include "TVirtualTreePlayer.h"
#endif
#ifndef ROOT_TFileCollection
#include "TFileCollection.h"
#endif


class TVirtualIndex;
Expand Down Expand Up @@ -71,7 +68,6 @@ class TTreePlayer : public TVirtualTreePlayer {

public:
TTreePlayer();
TTreePlayer(const char*, TFileCollection*) { printf("Not Implemented!\n");};
virtual ~TTreePlayer();
virtual TVirtualIndex *BuildIndex(const TTree *T, const char *majorname, const char *minorname);
virtual TTree *CopyTree(const char *selection, Option_t *option
Expand Down Expand Up @@ -129,12 +125,10 @@ class TTreePlayer : public TVirtualTreePlayer {
Bool_t ScanRedirected() {return fScanRedirect;}
virtual TSQLResult *Query(const char *varexp, const char *selection, Option_t *option
,Long64_t nentries, Long64_t firstentry);
void SetChain(const char*, TFileCollection*) { printf("Not Implemented!\n");};
virtual void SetEstimate(Long64_t n);
void SetScanRedirect(Bool_t on=kFALSE) {fScanRedirect = on;}
void SetScanFileName(const char *name) {fScanFileName=name;}
virtual void SetTree(TTree *t) {fTree = t;}
void SetTree(const char*, TDirectory*) { printf("Not Implemented!\n");};
virtual void StartViewer(Int_t ww, Int_t wh);
virtual Int_t UnbinnedFit(const char *formula ,const char *varexp, const char *selection,Option_t *option
,Long64_t nentries, Long64_t firstentry);
Expand Down

0 comments on commit 0bb96a9

Please sign in to comment.