ant
A2 ant: class-based analysis framework
ant::BrowseHistogramsCanvas Class Reference

#include <BrowseHistograms.h>

+ Inheritance diagram for ant::BrowseHistogramsCanvas:
+ Collaboration diagram for ant::BrowseHistogramsCanvas:

Public Member Functions

 BrowseHistogramsCanvas (TDirectory *dir=gDirectory)
 
virtual ~BrowseHistogramsCanvas ()
 
virtual bool Next ()
 
virtual bool Prev ()
 
virtual void Scan (TDirectory *dir=gDirectory)
 
virtual void SetOption (const std::string &option)
 
virtual void DrawCurrent ()
 
virtual void HandleInput (EEventType button, Int_t x, Int_t y)
 

Protected Types

typedef std::list< TH1 * > hlist
 

Protected Attributes

hlist hists
 
hlist::const_iterator current
 
std::string draw_option
 

Member Typedef Documentation

◆ hlist

typedef std::list<TH1*> ant::BrowseHistogramsCanvas::hlist
protected

Constructor & Destructor Documentation

◆ BrowseHistogramsCanvas()

BrowseHistogramsCanvas::BrowseHistogramsCanvas ( TDirectory *  dir = gDirectory)

◆ ~BrowseHistogramsCanvas()

BrowseHistogramsCanvas::~BrowseHistogramsCanvas ( )
virtual

Member Function Documentation

◆ DrawCurrent()

void BrowseHistogramsCanvas::DrawCurrent ( )
virtual

◆ HandleInput()

void BrowseHistogramsCanvas::HandleInput ( EEventType  button,
Int_t  x,
Int_t  y 
)
virtual

◆ Next()

bool BrowseHistogramsCanvas::Next ( )
virtual

◆ Prev()

bool BrowseHistogramsCanvas::Prev ( )
virtual

◆ Scan()

void BrowseHistogramsCanvas::Scan ( TDirectory *  dir = gDirectory)
virtual

◆ SetOption()

void BrowseHistogramsCanvas::SetOption ( const std::string &  option)
virtual

Member Data Documentation

◆ current

hlist::const_iterator ant::BrowseHistogramsCanvas::current
protected

◆ draw_option

std::string ant::BrowseHistogramsCanvas::draw_option
protected

◆ hists

hlist ant::BrowseHistogramsCanvas::hists
protected

The documentation for this class was generated from the following files: