]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - OADB/AliOADBCentrality.cxx
end-of-line normalization
[u/mrichter/AliRoot.git] / OADB / AliOADBCentrality.cxx
index a75c2a11d1438d1eedd61acf27995108e0748b3c..28255a3878a5069445f662b81279f2cc69510589 100644 (file)
@@ -1,91 +1,91 @@
-/**************************************************************************\r
- * Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *\r
- *                                                                        *\r
- * Author: The ALICE Off-line Project.                                    *\r
- * Contributors are mentioned in the code where appropriate.              *\r
- *                                                                        *\r
- * Permission to use, copy, modify and distribute this software and its   *\r
- * documentation strictly for non-commercial purposes is hereby granted   *\r
- * without fee, provided that the above copyright notice appears in all   *\r
- * copies and that both the copyright notice and this permission notice   *\r
- * appear in the supporting documentation. The authors make no claims     *\r
- * about the suitability of this software for any purpose. It is          *\r
- * provided "as is" without express or implied warranty.                  *\r
- **************************************************************************/\r
-\r
-/* $Id$ */\r
-\r
-//-------------------------------------------------------------------------\r
-//     OADB class for run dependent centrality scaling and \r
-//     data for centrality determination\r
-//     Author: Andreas Morsch, CERN\r
-//-------------------------------------------------------------------------\r
-\r
-#include "AliOADBCentrality.h"\r
-ClassImp(AliOADBCentrality);\r
-\r
-//______________________________________________________________________________\r
-AliOADBCentrality::AliOADBCentrality() : \r
-  TNamed(),\r
-  fV0MScaleFactor(1.),\r
-  fSPDScaleFactor(1.),\r
-  fTPCScaleFactor(1.),\r
-  fV0MScaleFactorMC(1.),\r
-  fV0MSPDOutlierPar0(1.),\r
-  fV0MSPDOutlierPar1(1.),\r
-  fV0MTPCOutlierPar0(1.),\r
-  fV0MTPCOutlierPar1(1.),\r
-  fV0MSPDSigmaOutlierPar0(1.),\r
-  fV0MSPDSigmaOutlierPar1(1.),\r
-  fV0MSPDSigmaOutlierPar2(1.),\r
-  fV0MTPCSigmaOutlierPar0(1.),\r
-  fV0MTPCSigmaOutlierPar1(1.),\r
-  fV0MTPCSigmaOutlierPar2(1.),\r
-  fV0MZDCOutlierPar0(1.),\r
-  fV0MZDCOutlierPar1(1.),\r
-  fV0MZDCEcalOutlierPar0(1.),\r
-  fV0MZDCEcalOutlierPar1(1.),\r
-  fZVCut(10.),\r
-  fOutliersCut(6.),\r
-  fUseScaling(kFALSE),\r
-  fUseCleaning(kTRUE),\r
-  f1DHistos(),\r
-  f2DHistos()\r
-{\r
-  // Default constructor\r
-}\r
-//______________________________________________________________________________\r
-AliOADBCentrality::AliOADBCentrality(char* name) : \r
-  TNamed(name, "Centrality Scaling"),\r
-  fV0MScaleFactor(1.),\r
-  fSPDScaleFactor(1.),\r
-  fTPCScaleFactor(1.),\r
-  fV0MScaleFactorMC(1.),\r
-  fV0MSPDOutlierPar0(1.),\r
-  fV0MSPDOutlierPar1(1.),\r
-  fV0MTPCOutlierPar0(1.),\r
-  fV0MTPCOutlierPar1(1.),\r
-  fV0MSPDSigmaOutlierPar0(1.),\r
-  fV0MSPDSigmaOutlierPar1(1.),\r
-  fV0MSPDSigmaOutlierPar2(1.),\r
-  fV0MTPCSigmaOutlierPar0(1.),\r
-  fV0MTPCSigmaOutlierPar1(1.),\r
-  fV0MTPCSigmaOutlierPar2(1.),\r
-  fV0MZDCOutlierPar0(1.),\r
-  fV0MZDCOutlierPar1(1.),\r
-  fV0MZDCEcalOutlierPar0(1.),\r
-  fV0MZDCEcalOutlierPar1(1.),\r
-  fZVCut(10.),\r
-  fOutliersCut(6.),\r
-  fUseScaling(kFALSE),\r
-  fUseCleaning(kTRUE),\r
-  f1DHistos(),\r
-  f2DHistos()\r
-{\r
-  // Constructor\r
-}\r
-//______________________________________________________________________________\r
-AliOADBCentrality::~AliOADBCentrality() \r
-{\r
-  // destructor\r
-}\r
+/**************************************************************************
+ * Copyright(c) 1998-2007, 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$ */
+
+//-------------------------------------------------------------------------
+//     OADB class for run dependent centrality scaling and 
+//     data for centrality determination
+//     Author: Andreas Morsch, CERN
+//-------------------------------------------------------------------------
+
+#include "AliOADBCentrality.h"
+ClassImp(AliOADBCentrality);
+
+//______________________________________________________________________________
+AliOADBCentrality::AliOADBCentrality() : 
+  TNamed(),
+  fV0MScaleFactor(1.),
+  fSPDScaleFactor(1.),
+  fTPCScaleFactor(1.),
+  fV0MScaleFactorMC(1.),
+  fV0MSPDOutlierPar0(1.),
+  fV0MSPDOutlierPar1(1.),
+  fV0MTPCOutlierPar0(1.),
+  fV0MTPCOutlierPar1(1.),
+  fV0MSPDSigmaOutlierPar0(1.),
+  fV0MSPDSigmaOutlierPar1(1.),
+  fV0MSPDSigmaOutlierPar2(1.),
+  fV0MTPCSigmaOutlierPar0(1.),
+  fV0MTPCSigmaOutlierPar1(1.),
+  fV0MTPCSigmaOutlierPar2(1.),
+  fV0MZDCOutlierPar0(1.),
+  fV0MZDCOutlierPar1(1.),
+  fV0MZDCEcalOutlierPar0(1.),
+  fV0MZDCEcalOutlierPar1(1.),
+  fZVCut(10.),
+  fOutliersCut(6.),
+  fUseScaling(kFALSE),
+  fUseCleaning(kTRUE),
+  f1DHistos(),
+  f2DHistos()
+{
+  // Default constructor
+}
+//______________________________________________________________________________
+AliOADBCentrality::AliOADBCentrality(char* name) : 
+  TNamed(name, "Centrality Scaling"),
+  fV0MScaleFactor(1.),
+  fSPDScaleFactor(1.),
+  fTPCScaleFactor(1.),
+  fV0MScaleFactorMC(1.),
+  fV0MSPDOutlierPar0(1.),
+  fV0MSPDOutlierPar1(1.),
+  fV0MTPCOutlierPar0(1.),
+  fV0MTPCOutlierPar1(1.),
+  fV0MSPDSigmaOutlierPar0(1.),
+  fV0MSPDSigmaOutlierPar1(1.),
+  fV0MSPDSigmaOutlierPar2(1.),
+  fV0MTPCSigmaOutlierPar0(1.),
+  fV0MTPCSigmaOutlierPar1(1.),
+  fV0MTPCSigmaOutlierPar2(1.),
+  fV0MZDCOutlierPar0(1.),
+  fV0MZDCOutlierPar1(1.),
+  fV0MZDCEcalOutlierPar0(1.),
+  fV0MZDCEcalOutlierPar1(1.),
+  fZVCut(10.),
+  fOutliersCut(6.),
+  fUseScaling(kFALSE),
+  fUseCleaning(kTRUE),
+  f1DHistos(),
+  f2DHistos()
+{
+  // Constructor
+}
+//______________________________________________________________________________
+AliOADBCentrality::~AliOADBCentrality() 
+{
+  // destructor
+}