git://git.uio.no
/
u/mrichter/AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corrected protection.
[u/mrichter/AliRoot.git]
/
STEER
/
AliMisAligner.cxx
1
#include "AliMisAligner.h"
2
3
ClassImp(AliMisAligner)
4
5
//_______________________________________________________________________________________
6
AliMisAligner::AliMisAligner():
7
fMisalType("")
8
{
9
10
}
11