]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
readded inheritance from base classes
authorsgweber <steffen.georg.weber@cern.ch>
Tue, 1 Jul 2014 13:38:08 +0000 (15:38 +0200)
committersgweber <steffen.georg.weber@cern.ch>
Tue, 1 Jul 2014 13:38:08 +0000 (15:38 +0200)
HLT/global/AliFlatESDEvent.h
HLT/global/AliFlatESDTrack.cxx
HLT/global/AliFlatESDTrack.h
HLT/global/AliFlatESDV0.h
HLT/global/AliFlatESDVertex.h

index 71e38afb4d3653485363cbd550b0f2a8d7432a39..5277beae92e3861668c0fb1bd2d52d47c66f5971 100644 (file)
@@ -21,8 +21,8 @@ class AliESDV0;
 class TString;
 class AliVVv0;
 
-//class AliFlatESDEvent: public AliVVevent {
-class AliFlatESDEvent {
+class AliFlatESDEvent: public AliVVevent {
+//class AliFlatESDEvent {
  public:
   // --------------------------------------------------------------------------------
   // -- Constructor / Destructors
index da1d081991b21d6d4e6e090356344bc48978ba59..f3f31b0759260fd20a623469b8ad05d1c2b9894d 100644 (file)
@@ -244,7 +244,7 @@ Int_t AliFlatESDTrack::FillExternalTrackParam(const AliExternalTrackParam* param
   if (!param) 
     return -1;
 
-  Printf("  DEBUG: CONTENT %d >> %p + 0x%07llx = %p", flag, fContent, fSize, fContent + fSize);
+  //Printf("  DEBUG: CONTENT %d >> %p + 0x%07llx = %p", flag, fContent, fSize, fContent + fSize);
 
   AliFlatExternalTrackParam * current = reinterpret_cast<AliFlatExternalTrackParam*> (fContent + fSize);
   current->SetAlpha(param->GetAlpha());
index 779b44b34a0724031bb5d2a20efa0c45d73bdb4a..8e76ad1211516894ea637e7cd85b648c9f0a9625 100644 (file)
@@ -26,8 +26,8 @@ class AliESDtrack;
 class AliESDfriendTrack;
 class AliExternalTrackParam;
 
-//class AliFlatESDTrack: public AliVVtrack {
-class AliFlatESDTrack {
+class AliFlatESDTrack: public AliVVtrack {
+//class AliFlatESDTrack {
  public:
   // --------------------------------------------------------------------------------
   // -- Constructor / Destructors
index 780bc88cf9466fe0182819e0e09b3c5279c529b8..4bf76eca9b05148d869b39e55994903cc690fe4c 100644 (file)
@@ -12,8 +12,8 @@
 #include "Rtypes.h"
 #include "AliVVv0.h"
 
-//struct AliFlatESDV0: public AliVVv0
-struct AliFlatESDV0
+struct AliFlatESDV0: public AliVVv0
+//struct AliFlatESDV0
 {
   AliFlatESDV0(Bool_t){}
   Int_t fNegTrackID;
index 17cad280ae1bc4e6ee1a5d0dfc331f01df341f53..67044909e5987296f77bffeafecf0405767a18bf 100644 (file)
@@ -13,8 +13,8 @@
 #include "AliVVvertex.h"
 #include "AliESDVertex.h"
 
-//class AliFlatESDVertex: public AliVVvertex
-class AliFlatESDVertex
+class AliFlatESDVertex: public AliVVvertex
+//class AliFlatESDVertex
 {
   public:
   Double32_t fPosition[3];    // vertex position