]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFPreprocessorFDR.cxx
c Version 1.38
[u/mrichter/AliRoot.git] / TOF / AliTOFPreprocessorFDR.cxx
index f84ab2652f49dc4e9ed2bf01b691a81abc4e2e5f..61e1a9f0ebbc5ce134d0d9c4adbb2391b4782119 100644 (file)
@@ -29,21 +29,22 @@ TOF Preprocessor for FDR
 
 */
 
-#include <Riostream.h>
-#include <stdio.h>
-#include <stdlib.h>
+//#include <Riostream.h>
+//#include <stdio.h>
+//#include <stdlib.h>
 
-#include <TFile.h>
+//#include <TFile.h>
 #include <TH1.h>
 #include <TMath.h>
 #include <TObjArray.h>
-#include <TObjString.h>
+//#include <TObjString.h>
 #include <TTimeStamp.h>
 
 #include "AliCDBMetaData.h"
 #include "AliLog.h"
-#include "AliTOFDataDCS.h"
-#include "AliTOFGeometry.h"
+
+//#include "AliTOFDataDCS.h"
+//#include "AliTOFGeometry.h"
 #include "AliTOFPreprocessorFDR.h"
 #include "AliTOFFormatDCS.h"
 #include "AliDCSValue.h"
@@ -65,6 +66,7 @@ AliTOFPreprocessorFDR::AliTOFPreprocessorFDR(AliShuttleInterface* shuttle) :
   fStoreRefData(kTRUE)
 {
   // constructor
+  AddRunType("PHYSICS");
 
 }