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
Minor mods to prevent compiler and ROOT warnings
[u/mrichter/AliRoot.git]
/
EVGEN
/
AliGenHalo.h
diff --git
a/EVGEN/AliGenHalo.h
b/EVGEN/AliGenHalo.h
index de2d8903c417c01ee3d715a151012d93f5bf0735..0357bf85d51bae5a578b80fc7410c1008f5c30fd 100644
(file)
--- a/
EVGEN/AliGenHalo.h
+++ b/
EVGEN/AliGenHalo.h
@@
-15,8
+15,8
@@
class AliGenHalo : public AliGenerator
{
protected:
- FILE *fp;
-
const Text_t *fFileName; //
Choose the file
+ FILE *fp; //! Pointer to file
+
const Text_t *fFileName; //!
Choose the file
public:
AliGenHalo();