]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fDebug type changed from bool to int
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Jun 2004 11:10:50 +0000 (11:10 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Jun 2004 11:10:50 +0000 (11:10 +0000)
EVGEN/AliGenHBTosl.cxx
EVGEN/AliGenHBTosl.h

index f6c7357e31de44ae78ac0123625424975b057fb3..54974053897794a58b1e82d6101b7444321d70a7 100644 (file)
@@ -83,7 +83,7 @@ AliGenHBTosl::AliGenHBTosl():
  fGenerator(0x0),
  fBufferSize(5),
  fNBinsToScale(Int_t(fQNBins*0.1)),
- fDebug(kFALSE),
+ fDebug(0),
  fMaxIterations(1000),
  fMaxChiSquereChange(0.01),
  fMaxChiSquerePerNDF(1.5), 
@@ -112,7 +112,7 @@ AliGenHBTosl::AliGenHBTosl(Int_t n, Int_t pid):
  fGenerator(0x0),
  fBufferSize(5),
  fNBinsToScale(Int_t(fQNBins*0.1)),
- fDebug(kFALSE),
+ fDebug(0),
  fSignalShapeCreated(kFALSE),
  fMaxIterations(1000),
  fMaxChiSquereChange(0.01),
index c1ca4fe6addcfb4df929e1e7e5b9adc0ec20276f..76384fd59a36c20aeb0e4025992b7c5fd2c53f46 100644 (file)
@@ -119,7 +119,7 @@ class AliGenHBTosl: public AliGenerator
   TList*   fStackBuffer;//List with stacks
   Int_t    fBufferSize;//defines number of events used for background mixing
   Int_t    fNBinsToScale;//defines how many bins are used to calculate scaling factor
-  Bool_t   fDebug;//debug flag
+  Int_t   fDebug;//debug flag
   Bool_t   fSignalShapeCreated;//flag indicating that generating histograms are ready
   
   Int_t    fMaxIterations;  //maximal nuber of iterations on startup