48 if (proof == 0) proof =
gProof;
52 Error(
"TDrawFeedback",
"no valid proof session found");
58 Bool_t ok = proof->Connect(
"Feedback(TList *objs)",
"TDrawFeedback",
59 this,
"Feedback(TList *objs)");
62 Error(
"TDrawFeedback",
"Connect() failed");
69 while((name = dynamic_cast<TObjString*>(
next())) != 0) {
104 if (
TH1 *
h = dynamic_cast<TH1*>(o)) {
114 gROOT->MakeDefCanvas();
116 PDB(kFeedback,2)
Info(
"Feedback",
"Created canvas %s", name.
Data());
119 PDB(kFeedback,2)
Info(
"Feedback",
"Used canvas %s", name.
Data());
const char * GetName() const
Returns name of object.
virtual TObject * FindObject(const char *name) const
Find an object in this collection using its name.
ClassImp(TSeqCollection) Int_t TSeqCollection TIter next(this)
Return index of object in collection.
Collectable string class.
TObject * FindObject(const char *name) const
Find object using its name.
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
const char * GetSessionTag() const
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
void Feedback(TList *objs)
Display feedback.
ClassImp(TDrawFeedback) TDrawFeedback
Constructor.
virtual TVirtualPad * cd(Int_t subpadnumber=0)=0
const char * Data() const
Sequenceable collection abstract base class.
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
The TNamed class is the base class for all named ROOT classes.
virtual TH1 * DrawCopy(Option_t *option="", const char *name_postfix="_copy") const
Copy this histogram and Draw in the current pad.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
void Error(const char *location, const char *msgfmt,...)
R__EXTERN TProof * gProof
virtual Int_t GetSize() const
virtual const char * GetName() const
Returns name of object.
Bool_t Disconnect(const char *signal=0, void *receiver=0, const char *slot=0)
Disconnects signal of this object from slot of receiver.
Mother of all ROOT objects.
const char Int_t const char TProof * proof
~TDrawFeedback()
Destructor.