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 8e06b7d4f054ed6431a65ab52789202b747a524c..7c3ba0078e5f489ebb528d0beabaaad8088f300a 100644
(file)
--- a/
STEER/AliLegoGeneratorPhiZ.h
+++ b/
STEER/AliLegoGeneratorPhiZ.h
@@
-19,8
+19,8
@@
class AliLegoGeneratorPhiZ : public AliLegoGenerator
{
public:
{
public:
- AliLegoGeneratorPhiZ();
- virtual ~AliLegoGeneratorPhiZ(); ;
+ AliLegoGeneratorPhiZ(){;}
+ virtual ~AliLegoGeneratorPhiZ(){;}
virtual void Generate();
ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
};
virtual void Generate();
ClassDef(AliLegoGeneratorPhiZ,1) //Lego GeneratorPhiZ
};