]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Preprocessor.h
Moving the copy constructors and assignment operators to private: and removing the...
[u/mrichter/AliRoot.git] / T0 / AliT0Preprocessor.h
index 2987fa6434fe80f737b92a3bb5b39b0a0a80c9e4..4119a484dd17a9eb918d80e882153e64916410ab 100644 (file)
@@ -8,7 +8,7 @@
 
 
 // T0 preprocessor. 
-// Takes data from DCS and passes it to the class AliTOFDataDCS for processing and writes the result to the Reference DB.
+// Takes data from DCS and passes it to the class AliT0DataDCS for processing and writes the result to the Reference DB.
 // Takes data form DAQ (both from Laser Calibration and Physics runs), processes it, and stores either to OCDB or to Reference DB.
 
 #include "AliPreprocessor.h"
@@ -33,9 +33,8 @@ class AliT0Preprocessor: public AliPreprocessor
        AliT0Preprocessor(const AliT0Preprocessor & proc); // copy constructor  
        AliT0Preprocessor& operator=(const AliT0Preprocessor&); //operator
        UInt_t ProcessDCSDataPoints(TMap* dcsAliasMap);
-       UInt_t ProcessLaser();
+       UInt_t ProcessLaser();
        UInt_t ProcessPhysics();
-       UInt_t ProcessCosmic();
        AliT0DataDCS *fData;                    // Data member to process DCS data      
  
        ClassDef(AliT0Preprocessor, 2)