17 MyRun(
const char *
name,
const char *title);
154MyRun::MyRun(
const char *
name,
const char *title)
161 printf(
"MyRun executing\n");
166MyEvent::MyEvent(
const char *
name,
const char *title)
173 printf(
"MyEvent executing\n");
178MyGeomInit::MyGeomInit(
const char *
name,
const char *title)
185 printf(
"MyGeomInit executing\n");
190MyMaterialInit::MyMaterialInit(
const char *
name,
const char *title)
195void MyMaterialInit::Exec(
Option_t * )
197 printf(
"MyMaterialInit executing\n");
202MyTracker::MyTracker(
const char *
name,
const char *title)
209 printf(
"MyTracker executing\n");
214MyRecTPC::MyRecTPC(
const char *
name,
const char *title)
221 printf(
"MyRecTPC executing\n");
226MyRecITS::MyRecITS(
const char *
name,
const char *title)
233 printf(
"MyRecITS executing\n");
238MyRecMUON::MyRecMUON(
const char *
name,
const char *title)
245 printf(
"MyRecMUON executing\n");
250MyRecPHOS::MyRecPHOS(
const char *
name,
const char *title)
257 printf(
"MyRecPHOS executing\n");
262MyRecRICH::MyRecRICH(
const char *
name,
const char *title)
269 printf(
"MyRecRICH executing\n");
274MyRecTRD::MyRecTRD(
const char *
name,
const char *title)
281 printf(
"MyRecTRD executing\n");
286MyRecGlobal::MyRecGlobal(
const char *
name,
const char *title)
293 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.
Int_t Exec(const char *cmd, ESlaves list, Bool_t plusMaster)
<div class="legacybox"><h2>Legacy Code</h2> TTask is a legacy interface: there will be no bug fixes n...