]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFPreprocessor.h
Deleting Objects in a proper way. Minor improvements added.
[u/mrichter/AliRoot.git] / TOF / AliTOFPreprocessor.h
index 54321a6fddeb496a7924f970ee9a6d5af96b0a93..72f79f9ac5a03b883a03558167dbb5af25305224 100644 (file)
@@ -48,13 +48,11 @@ class AliTOFPreprocessor : public AliPreprocessor
     static const Double_t fgkThrPar;         // parameter used to trigger the 
                                              // calculation of the delay
     AliTOFDataDCS *fData;                    // CDB class that stores the data
-    TH2S *fh2;                               // TH2S from DAQ for histograms 
-                                             // for delays  
     AliTOFChannelOnlineArray *fCal;          // TOF Calibration object
     Int_t fNChannels;                        // number of TOF channels
     Bool_t fStoreRefData;                    // Flag to decide storage of Ref Data
     Bool_t fFDRFlag;                         // Flag for FDR runs 
     AliTOFChannelOnlineStatusArray *fStatus; // Array with TOF channels' status
-    ClassDef(AliTOFPreprocessor, 5);
+    ClassDef(AliTOFPreprocessor, 0);
 };
 #endif