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
Dummy ctor and dtor for AliLegoGeneratorPhiZ (HP)
[u/mrichter/AliRoot.git]
/
STEER
/
AliLegoGeneratorPhiZ.h
diff --git
a/STEER/AliLegoGeneratorPhiZ.h
b/STEER/AliLegoGeneratorPhiZ.h
index 89448382dc92341205f2b971c3a133b0f7bb9a4e..7c3ba0078e5f489ebb528d0beabaaad8088f300a 100644
(file)
--- a/
STEER/AliLegoGeneratorPhiZ.h
+++ b/
STEER/AliLegoGeneratorPhiZ.h
@@
-19,6
+19,8
@@
class AliLegoGeneratorPhiZ : public AliLegoGenerator
{
public:
{
public:
+ AliLegoGeneratorPhiZ(){;}
+ virtual ~AliLegoGeneratorPhiZ(){;}
virtual void Generate();
ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
};
virtual void Generate();
ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
};