A set of classes deriving from TTask.
See macro tasks.C to see an example of use The Exec function of each class prints one line when it is called.
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
public:
};
MyRun::MyRun(
const char *
name,
const char *title)
{
}
{
}
MyEvent::MyEvent(
const char *
name,
const char *title)
{
}
{
printf(
"MyEvent executing\n");
}
MyGeomInit::MyGeomInit(
const char *
name,
const char *title)
{
}
{
printf(
"MyGeomInit executing\n");
}
MyMaterialInit::MyMaterialInit(
const char *
name,
const char *title)
{
}
{
printf(
"MyMaterialInit executing\n");
}
MyTracker::MyTracker(
const char *
name,
const char *title)
{
}
{
printf(
"MyTracker executing\n");
}
MyRecTPC::MyRecTPC(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecTPC executing\n");
}
MyRecITS::MyRecITS(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecITS executing\n");
}
MyRecMUON::MyRecMUON(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecMUON executing\n");
}
MyRecPHOS::MyRecPHOS(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecPHOS executing\n");
}
MyRecRICH::MyRecRICH(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecRICH executing\n");
}
MyRecTRD::MyRecTRD(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecTRD executing\n");
}
MyRecGlobal::MyRecGlobal(
const char *
name,
const char *title)
{
}
{
printf(
"MyRecGlobal executing\n");
}
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
<div class="legacybox"><h2>Legacy Code</h2> TTask is a legacy interface: there will be no bug fixes n...
CPYCPPYY_EXTERN bool Exec(const std::string &cmd)
- Author
- Rene Brun
Definition in file MyTasks.cxx.