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:
8f10c92
)
Put the PMD at the right position in the event display
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2000 06:24:40 +0000
(06:24 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2000 06:24:40 +0000
(06:24 +0000)
PMD/AliPMD.cxx
patch
|
blob
|
blame
|
history
diff --git
a/PMD/AliPMD.cxx
b/PMD/AliPMD.cxx
index f6558b2d22bc8244389008966b5585718838aee3..fc3aab848f9fe868c7d8a23d7042141e5e6d8808 100644
(file)
--- a/
PMD/AliPMD.cxx
+++ b/
PMD/AliPMD.cxx
@@
-15,6
+15,9
@@
/*
$Log$
+Revision 1.7 2000/10/02 21:28:12 fca
+Removal of useless dependecies via forward declarations
+
Revision 1.6 2000/01/19 17:17:06 fca
Introducing a list of lists of hits -- more hits allowed for detector now
@@
-143,7
+146,7
@@
void AliPMD::BuildGeometry()
// PMD
new TBRIK("S_PMD","PMD box","void",300,300,5);
Top->cd();
- Node = new TNode("PMD","PMD","S_PMD",0,0,600,"");
+ Node = new TNode("PMD","PMD","S_PMD",0,0,
-
600,"");
Node->SetLineColor(kColorPMD);
fNodes->Add(Node);
}