]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDataDCS.h
During simulation: fill STU region w/ non null time sums
[u/mrichter/AliRoot.git] / TOF / AliTOFDataDCS.h
index 1c5d17477c16054259d089acb3c12cfb0d474066..d18fb8f8102398ce084a8473a687478b2cf5ebca 100644 (file)
@@ -1,26 +1,22 @@
-#ifndef AliTOFDataDCS_H
-#define AliTOFDataDCS_H
+#ifndef ALITOFDATADCS_H
+#define ALITOFDATADCS_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
 
+// AliTOFDataDCS class
+// main aim is to process DCS data
+// in order to obtain the data to be stored in the OCDB
+
 #include "TObject.h" 
-//#include "TString.h"
 
 class TMap;
 class TClonesArray;
-//class TH2F;
-//class TGraph;
-//class TF1;
 class TString;
 class AliTOFFormatDCS;
 
-// AliTOFDataDCS class
-// main aim is to process DCS data
-// in order to obtain the data to be stored in the OCDB
-
 class AliTOFDataDCS : public TObject {
 public:
   enum {kNAliases=360, kNHV=90};