X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=OADB%2FAliOADBCentrality.cxx;h=28255a3878a5069445f662b81279f2cc69510589;hb=a65a7e704a90d2ca4e682c82d8a708900dda04ca;hp=a75c2a11d1438d1eedd61acf27995108e0748b3c;hpb=1ea19f39c1537bbc6a2eb0d0485c7d846a4ec49b;p=u%2Fmrichter%2FAliRoot.git diff --git a/OADB/AliOADBCentrality.cxx b/OADB/AliOADBCentrality.cxx index a75c2a11d14..28255a3878a 100644 --- a/OADB/AliOADBCentrality.cxx +++ b/OADB/AliOADBCentrality.cxx @@ -1,91 +1,91 @@ -/************************************************************************** - * 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 -} +/************************************************************************** + * 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 +}