]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed streamerinfo initialization from od.C
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Aug 2010 14:19:25 +0000 (14:19 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Aug 2010 14:19:25 +0000 (14:19 +0000)
EVE/hlt-macros/od.C

index 5b3cef0f61c655542a3cdef322ac0c0ecba6e52e..138c214fcae48f118eb23ea47e4450805fe7ceb8 100644 (file)
@@ -190,9 +190,6 @@ void od ( Bool_t showBarrel = kTRUE, Bool_t showMuon = kFALSE ) {
   if(showMuon)\r
     TGeoGlobalMagField::Instance()->SetField(new AliMagF("Maps","Maps", 1., 1, AliMagF::k5kG));\r
 \r
-  AliHLTReconstructor * rec = new AliHLTReconstructor();\r
-  rec->InitStreamerInfos();\r
-\r
   // Get the pointer to gGeoManager before it's broken (bug in alieve)\r
   fGeoManager = gGeoManager;\r
 \r