Mior fixes
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 May 2011 23:49:28 +0000 (23:49 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 May 2011 23:49:28 +0000 (23:49 +0000)
PWG2/FORWARD/analysis2/AddTaskFMDELoss.C
PWG2/FORWARD/analysis2/DrawdNdeta.C
PWG2/FORWARD/analysis2/ForwardAODConfig.C
PWG2/FORWARD/analysis2/MakeELossFits.C

index 8318ebc7a969e20d9a29b30b897802b239f8c41f..06b4d23f4c4abf25060ee9befcfd57883a7eb0a6 100644 (file)
@@ -48,7 +48,7 @@ AddTaskFMDELoss(Bool_t mc, Bool_t useCent)
   // Set maximum energy loss to consider 
   task->GetEnergyFitter().SetMaxE(15); 
   // Set number of energy loss bins 
-  task->GetEnergyFitter().SetNEbins(200);
+  task->GetEnergyFitter().SetNEbins(500);
   // Set whether to use increasing bin sizes 
   task->GetEnergyFitter().SetUseIncreasingBins(true);
   // Set whether to do fit the energy distributions 
@@ -71,7 +71,7 @@ AddTaskFMDELoss(Bool_t mc, Bool_t useCent)
   // Least weight to use 
   AliFMDCorrELossFit::ELossFit::fgLeastWeight = 1e-5;
   // Maximum value of reduced chi^2 
-  AliFMDCorrELossFit::ELossFit::fgMaxChi2nu   = 10;
+  AliFMDCorrELossFit::ELossFit::fgMaxChi2nu   = 20;
     
   // --- Make the output container and connect it --------------------
   TString outputfile = ;
index f2f80fd16185ad25012cd54af5fd714a58a29c9d..7883d71739605ddd1dc30f5c0077ef1035323835 100644 (file)
@@ -35,8 +35,8 @@
 #include <TImage.h>
 #include <TRandom.h>
 #include <fstream>
-#define SYSERR_COLOR 
-#define SYSERR_STYLE 
+#define SYSERR_COLOR kBlue-10
+#define SYSERR_STYLE 1001
 
 Double_t myFunc(Double_t* xp, Double_t* pp);
 
index c55d1eaae990f88658953a05b8d111ebd5052d07..b917273ee292ce25f7a3fc8242c659c0a6ba0bd6 100644 (file)
@@ -67,7 +67,7 @@ ForwardAODConfig(AliForwardMultiplicityBase* task)
   // Set the maximum number of particle to try to reconstruct 
   task->GetDensityCalculator().SetMaxParticles(10);
   // Wet whether to use poisson statistics to estimate N_ch
-  task->GetDensityCalculator().SetUsePoisson(false);
+  task->GetDensityCalculator().SetUsePoisson(true);
   // Set the lower multiplicity cut.  Overrides setting in energy loss fits.
   task->GetDensityCalculator().SetMultCut(.3); //was 0.3
   // Set the lower per-ring multiplicity cuts 
index 29ed0ef6986a4945a67ed29c41db658f49bb0058..065b0848be6fc0b6eff208e9bed2e29ec04e32ea 100644 (file)
@@ -103,7 +103,7 @@ void MakeELossFits(const char* esddir,
 
   // Run the train 
   t.Start();
-  Printf("=== RUNNING ANALYSIS on %9 events ========================",nEvents);
+  Printf("=== RUNNING ANALYSIS on %9d events ========================",nEvents);
   mgr->StartAnalysis(proof > 0 ? "proof" : "local", chain, nEvents);
   t.Stop();
   t.Print();