28 Error(
"hist058_TExec_th2",
"gPad is null, you are not supposed to run this macro");
32 int px =
gPad->GetEventX();
33 int py =
gPad->GetEventY();
65 delete c2->GetPrimitive(
"Projection");
67 c2 =
new TCanvas(
"c2",
"Projection Canvas", 710, 10, 700, 500);
74 hp->SetName(
"Projection");
76 hp->Fit(
"gaus",
"ql");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
1-D histogram with a double per channel (see TH1 documentation)
Service class for 2-D histogram classes.
Mother of all ROOT objects.
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.