return (AliModule*)fModules->FindObject(name);
}
+//_____________________________________________________________________________
+AliDetector *AliRun::GetDetector(const char *name)
+{
+ //
+ // Return pointer to detector from name
+ //
+ return (AliDetector*)fModules->FindObject(name);
+}
+
//_____________________________________________________________________________
Int_t AliRun::GetModuleID(const char *name)
{
void SetRunNumber(Int_t run) {fRun=run;}
Int_t GetDebug() const {return fDebug;}
AliModule *GetModule(const char *name);
+ AliDetector *GetDetector(const char *name);
Int_t GetModuleID(const char *name);
virtual Int_t GetEvent(Int_t event);
TGeometry *GetGeometry();