]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliTRDDataDCS has its own streamer
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 May 2007 13:08:10 +0000 (13:08 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 May 2007 13:08:10 +0000 (13:08 +0000)
TRD/AliTRDDataDCS.cxx
TRD/AliTRDDataDCS.h
TRD/TRDbaseLinkDef.h

index f64a46d873d80927099480a55d7e08b9ee500ff8..094bdb5593dcfde75a1e2ea5de0aa26527e7ab46 100644 (file)
@@ -1,3 +1,28 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+// This class collects the DCS information and does an AliSplineFit       //
+//                                                                        //
+// Author:                                                                //
+//   W. Monange   (wilfried.monange@free.fr)                              //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
 
 
 #include <TGraph.h>
 
 
 #include <TGraph.h>
@@ -13,7 +38,6 @@
 
 ClassImp(AliTRDDataDCS)
 
 
 ClassImp(AliTRDDataDCS)
 
-
 /*
 Typical use :
 
 /*
 Typical use :
 
index 5b94badee3ce7567d3f9c67ebc7197607a229ab2..3f5dc48c604b38d80a390ae07ded90179beaae84 100644 (file)
@@ -1,6 +1,17 @@
 #ifndef AliTRDDataDCS_H
 #define AliTRDDAtaDCS_H
 
 #ifndef AliTRDDataDCS_H
 #define AliTRDDAtaDCS_H
 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+// Extracts the DCS information                                           //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
+
 #include <TNamed.h>
 #include <TObjArray.h>
 #include <TString.h>
 #include <TNamed.h>
 #include <TObjArray.h>
 #include <TString.h>
index 46daf7d44854531f99d13e768102f16ae447b8ec..f411622af0f13086926898cfe7ed107d91f81344 100644 (file)
@@ -49,7 +49,7 @@
 #pragma link C++ class  AliTRDCalibraMode+;
 #pragma link C++ class  AliTRDCalibraVector+;
 #pragma link C++ class  AliTRDCalibPadStatus+;
 #pragma link C++ class  AliTRDCalibraMode+;
 #pragma link C++ class  AliTRDCalibraVector+;
 #pragma link C++ class  AliTRDCalibPadStatus+;
-#pragma link C++ class  AliTRDDataDCS+;
+#pragma link C++ class  AliTRDDataDCS-;
 #pragma link C++ class  AliTRDPreprocessor+;
 
 #pragma link C++ class  AliTRDTriggerL1+;
 #pragma link C++ class  AliTRDPreprocessor+;
 
 #pragma link C++ class  AliTRDTriggerL1+;