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
Bugfixes and clean-up of alignment object classes. Introduction of so called symbolic...
[u/mrichter/AliRoot.git]
/
FMD
/
AliFMDInput.cxx
diff --git
a/FMD/AliFMDInput.cxx
b/FMD/AliFMDInput.cxx
index a8facd7819a7af66cc93290c549a346044dd0e0a..f4c561a83b7fa88f2083acc7819937908a1ac53e 100644
(file)
--- a/
FMD/AliFMDInput.cxx
+++ b/
FMD/AliFMDInput.cxx
@@
-236,7
+236,7
@@
AliFMDInput::Init()
AliAlignObjAngles* a = static_cast<AliAlignObjAngles*>(array->At(i));
if (!a->ApplyToGeometry()) {
AliWarning(Form("Failed to apply alignment to %s",
- a->Get
VolPath
()));
+ a->Get
SymName
()));
}
}
}