]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliWarnig suppression in AliTOF ctr
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Aug 2006 16:34:34 +0000 (16:34 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Aug 2006 16:34:34 +0000 (16:34 +0000)
TOF/AliTOF.cxx

index c05612b1d8dba6486f4a5ed9a3cb270e2f1708c7..c12f911dd47ce7743e733634a467b738d564df0a 100644 (file)
@@ -113,7 +113,7 @@ AliTOF::AliTOF(const char *name, const char *title, Option_t *option)
   if (strstr(option,"tzero")){
     fHits   = new TClonesArray("AliTOFhitT0",  1000);
     fTZero = kTRUE;
   if (strstr(option,"tzero")){
     fHits   = new TClonesArray("AliTOFhitT0",  1000);
     fTZero = kTRUE;
-    AliWarning("tzero option requires AliTOFv4T0/AliTOFv5T0 as TOF version (check Your Config.C)");
+    //AliWarning("tzero option requires AliTOFv4T0/AliTOFv5T0 as TOF version (check Your Config.C)");
   }else{
     fHits   = new TClonesArray("AliTOFhit",  1000);
     fTZero = kFALSE;
   }else{
     fHits   = new TClonesArray("AliTOFhit",  1000);
     fTZero = kFALSE;