git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c933dd
)
Use GetModule and not GetDetector.
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Jun 1999 18:40:29 +0000
(18:40 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Jun 1999 18:40:29 +0000
(18:40 +0000)
TRD/DrawTRD.C
patch
|
blob
|
blame
|
history
diff --git
a/TRD/DrawTRD.C
b/TRD/DrawTRD.C
index 9e05beecd0d5a913b6743f60f6310a96c3db85c9..20e84a923390adf2aaee46e1e5efc5d1556ee8cb 100644
(file)
--- a/
TRD/DrawTRD.C
+++ b/
TRD/DrawTRD.C
@@
-2,7
+2,7
@@
{
geant3->Gsatt("*", "seen", -1);
geant3->Gsatt("alic", "seen", 0);
- AliTRD *TRD = gAlice->Get
Detector
("TRD");
+ AliTRD *TRD = gAlice->Get
Module
("TRD");
if (TRD->IsVersion() == 0)
gROOT->Macro("ViewTRD0.C");
else if (TRD->IsVersion() == 1)