]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update on esd to flat converter component
authorsgweber <steffen.georg.weber@cern.ch>
Mon, 18 Aug 2014 11:53:30 +0000 (13:53 +0200)
committersgweber <steffen.georg.weber@cern.ch>
Mon, 18 Aug 2014 11:53:30 +0000 (13:53 +0200)
HLT/global/AliHLTGlobalEsdToFlatConverterComponent.cxx
HLT/global/AliHLTGlobalEsdToFlatConverterComponent.h

index a3e8a51caeac3b6d48917aac45137018b9c7b572..67ce375413a27ac006f043c4ee160090ba15b57e 100644 (file)
@@ -242,7 +242,7 @@ Int_t AliHLTGlobalEsdToFlatConverterComponent::DoEvent(const AliHLTComponentEven
 
     flatEsd = reinterpret_cast<AliFlatESDEvent*>(mem);
     new (flatEsd) AliFlatESDEvent;
-  flatEsd->Fill(esd,useESDFriends);  
+//  flatEsd->Fill(esd,useESDFriends);  
                 
                 
                 
index 376aae74688a7c38238b50dad4070938ff54fc0e..63641a629b11b08d0d9d4fb7fd49ac227c5ce2ff 100644 (file)
@@ -66,7 +66,7 @@ public:
   void GetOutputDataSize( ULong_t& constBase, Double_t& inputMultiplier );
 
   /** interface function, see @ref AliHLTComponent for description */
-  void GetOCDBObjectDescription( TMap* const targetMap);
// void GetOCDBObjectDescription( TMap* const targetMap);
 
   /** interface function, see @ref AliHLTComponent for description */
   AliHLTComponent* Spawn();