]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFpidESD.cxx
Replacing AliTOFv2FHoles by AliTOFv4T0
[u/mrichter/AliRoot.git] / TOF / AliTOFpidESD.cxx
index e524c3cc61e4d9c59da1df64d62e1abbf857d01a..aaf80d4231ab0f961e1408a817ec36d1f61923d2 100644 (file)
@@ -31,7 +31,7 @@
 #include <TGeant3.h>              // For DtoM and InitGeo, should  
 #include "../STRUCT/AliBODY.h"    // be removed after we switch to 
 #include "../STRUCT/AliFRAMEv2.h" // AliTOGeometry::GetPos
 #include <TGeant3.h>              // For DtoM and InitGeo, should  
 #include "../STRUCT/AliBODY.h"    // be removed after we switch to 
 #include "../STRUCT/AliFRAMEv2.h" // AliTOGeometry::GetPos
-#include "AliTOFv2FHoles.h"
+#include "AliTOFv4T0.h"
 
 #include <stdlib.h>
 
 
 #include <stdlib.h>
 
@@ -50,7 +50,7 @@ static Int_t InitGeo() {
   frame->SetHoles(1);
   frame->CreateGeometry();
 
   frame->SetHoles(1);
   frame->CreateGeometry();
 
-  AliTOF *tof = new AliTOFv2FHoles("TOF", "TOF with Holes");
+  AliTOF *tof = new AliTOFv4T0("TOF", "TOF with Holes");
   tof->CreateGeometry();
 
   return 0;
   tof->CreateGeometry();
 
   return 0;