12 #ifndef ROOT_TFileDrawMap 13 #define ROOT_TFileDrawMap virtual void PaintDir(TDirectory *dir, const char *keys)
Paint keys in a directory.
virtual void DrawMarker(Int_t marker, Long64_t eseek)
Draw marker.
virtual TObject * GetObject()
Retrieve object at the mouse position in memory.
virtual Bool_t GetObjectInfoDir(TDirectory *dir, Int_t px, Int_t py, TString &info) const
Redefines TObject::GetObjectInfo.
virtual ~TFileDrawMap()
Tree destructor.
virtual void InspectObject()
Inspect object at the mouse position.
virtual void PaintBox(TBox &box, Long64_t bseek, Int_t nbytes)
Paint the object at bseek with nbytes using the box object.
virtual char * GetObjectInfo(Int_t px, Int_t py) const
Redefines TObject::GetObjectInfo.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual void DrawObject()
Draw object at the mouse position.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to this TreeFileMap.
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
TFileDrawMap()
Default TreeFileMap constructor.
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
virtual void DumpObject()
Dump object at the mouse position.
virtual void AnimateTree(const char *branches="")
Show sequence of baskets reads for the list of baskets involved in the list of branches (separated by...
virtual void Paint(Option_t *option)
Paint this TFileDrawMap.
Describe directory structure in memory.
Mother of all ROOT objects.
A TTree is a list of TBranches.
This class is automatically called by TFile::DrawMap.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.