git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New chamber geometry
[u/mrichter/AliRoot.git]
/
TRD
/
AliTRDgeometryFull.h
diff --git
a/TRD/AliTRDgeometryFull.h
b/TRD/AliTRDgeometryFull.h
index 837693ff6d8af6fc5af8b10a0cb79a35717a6f48..5eb30be9ba3d2bb99c2bc7dbf4a4329afaa98bfe 100644
(file)
--- a/
TRD/AliTRDgeometryFull.h
+++ b/
TRD/AliTRDgeometryFull.h
@@
-27,6
+27,8
@@
class AliTRDgeometryFull : public AliTRDgeometry {
void SetPHOShole() { fPHOShole = kTRUE; };
void SetRICHhole() { fRICHhole = kTRUE; };
+ virtual void SetOldGeometry();
+
Bool_t GetPHOShole() const { return fPHOShole; };
Bool_t GetRICHhole() const { return fRICHhole; };