ROOT logo
/**************************************************************************
 * 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.                  *
 **************************************************************************/

/*
$Log$
*/ 

#include <TNamed.h> 
#include "AliFlowLYZConstants.h" 

ClassImp(AliFlowLYZConstants)
// AliFlowLYZConstant:
// Description: constants for the LYZ flow analysis
// Author: Naomi van der Kolk (kolk@nikhef.nl)
// modified: Mikolaj Krzewicki, Nikhef (mikolaj.krzewicki@cern.ch)

AliFlowLYZConstants* AliFlowLYZConstants::fgPMasterConfig = NULL;

//______________________________________________________________________________
AliFlowLYZConstants::AliFlowLYZConstants():
  TNamed(),
  fNtheta(5),
  fNbins(2500),
  fMaxSUM(250.),
  fMaxPROD(1.)
{
  //def ctor
}

//______________________________________________________________________________
AliFlowLYZConstants::~AliFlowLYZConstants()
{
  //dtor
}

//______________________________________________________________________________
AliFlowLYZConstants* AliFlowLYZConstants::GetMaster()
{
  //get global master config
  if (!fgPMasterConfig) fgPMasterConfig = new AliFlowLYZConstants();
  return fgPMasterConfig;
}
 AliFlowLYZConstants.cxx:1
 AliFlowLYZConstants.cxx:2
 AliFlowLYZConstants.cxx:3
 AliFlowLYZConstants.cxx:4
 AliFlowLYZConstants.cxx:5
 AliFlowLYZConstants.cxx:6
 AliFlowLYZConstants.cxx:7
 AliFlowLYZConstants.cxx:8
 AliFlowLYZConstants.cxx:9
 AliFlowLYZConstants.cxx:10
 AliFlowLYZConstants.cxx:11
 AliFlowLYZConstants.cxx:12
 AliFlowLYZConstants.cxx:13
 AliFlowLYZConstants.cxx:14
 AliFlowLYZConstants.cxx:15
 AliFlowLYZConstants.cxx:16
 AliFlowLYZConstants.cxx:17
 AliFlowLYZConstants.cxx:18
 AliFlowLYZConstants.cxx:19
 AliFlowLYZConstants.cxx:20
 AliFlowLYZConstants.cxx:21
 AliFlowLYZConstants.cxx:22
 AliFlowLYZConstants.cxx:23
 AliFlowLYZConstants.cxx:24
 AliFlowLYZConstants.cxx:25
 AliFlowLYZConstants.cxx:26
 AliFlowLYZConstants.cxx:27
 AliFlowLYZConstants.cxx:28
 AliFlowLYZConstants.cxx:29
 AliFlowLYZConstants.cxx:30
 AliFlowLYZConstants.cxx:31
 AliFlowLYZConstants.cxx:32
 AliFlowLYZConstants.cxx:33
 AliFlowLYZConstants.cxx:34
 AliFlowLYZConstants.cxx:35
 AliFlowLYZConstants.cxx:36
 AliFlowLYZConstants.cxx:37
 AliFlowLYZConstants.cxx:38
 AliFlowLYZConstants.cxx:39
 AliFlowLYZConstants.cxx:40
 AliFlowLYZConstants.cxx:41
 AliFlowLYZConstants.cxx:42
 AliFlowLYZConstants.cxx:43
 AliFlowLYZConstants.cxx:44
 AliFlowLYZConstants.cxx:45
 AliFlowLYZConstants.cxx:46
 AliFlowLYZConstants.cxx:47
 AliFlowLYZConstants.cxx:48
 AliFlowLYZConstants.cxx:49
 AliFlowLYZConstants.cxx:50
 AliFlowLYZConstants.cxx:51
 AliFlowLYZConstants.cxx:52
 AliFlowLYZConstants.cxx:53
 AliFlowLYZConstants.cxx:54