Auxilliary selector used to test PROOF functionality.
#define ProofTests_cxx
ProofTests::ProofTests()
{
fStat = nullptr;
}
ProofTests::~ProofTests()
{
}
void ProofTests::ParseInput()
{
} else {
Warning(
"ParseInput",
"unknown type: '%s'",
ntype->GetTitle());
}
}
}
void ProofTests::Begin(
TTree * )
{
}
void ProofTests::SlaveBegin(
TTree * )
{
ParseInput();
fStat =
new TH1I(
"TestStat",
"Test results", 20, .5, 20.5);
fOutput->Add(fStat);
fStat->Fill(1.);
fStat->Fill(2.);
}
}
} else {
}
} else {
}
} else {
}
if (h2) {
fStat->Fill(3.);
}
}
} else {
}
} else {
}
} else {
}
fStat->Fill(4.);
} else {
}
TNamed *nm =
dynamic_cast<TNamed*
>(fInput->FindObject(
"testenv"));
if (nm) {
fStat->Fill(2.);
} else {
}
} else {
Warning(
"SlaveBegin",
"%d: TNamed with the test env info not found!",
fTestType);
}
TNamed *nm =
dynamic_cast<TNamed*
>(fInput->FindObject(
"testenv"));
if (nm) {
while (
nms.Tokenize(
nam, from,
",")) {
if (
xx > 1.) fStat->Fill(
xx);
} else {
Warning(
"SlaveBegin",
"RC-env '%s' not found!",
nam.Data());
}
}
} else {
Warning(
"SlaveBegin",
"%d: TNamed with the test env info not found!",
fTestType);
}
}
}
{
}
void ProofTests::SlaveTerminate()
{
}
void ProofTests::Terminate()
{
}
Auxilliary selector used to test PROOF functionality.
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
void Print(Option_t *option="") const override
Print all resources or the global, user or local resources separately.
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
virtual TEnvRec * Lookup(const char *n) const
Loop over all resource records and return the one with name.
1-D histogram with a float per channel (see TH1 documentation)
1-D histogram with an int per channel (see TH1 documentation)
virtual Double_t GetMean(Int_t axis=1) const
For axis = 1,2 or 3 returns the mean value of the histogram along X,Y or Z axis.
Double_t GetRMS(Int_t axis=1) const
This function returns the Standard Deviation (Sigma) of the distribution not the Root Mean Square (RM...
The TNamed class is the base class for all named ROOT classes.
const char * GetTitle() const override
Returns title of object.
A TTree represents a columnar dataset.
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.