]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Next version of train config
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Nov 2012 15:58:10 +0000 (15:58 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Nov 2012 15:58:10 +0000 (15:58 +0000)
PWGCF/FEMTOSCOPY/macros/Train/ProtonFemtoscopy/MagPlus/ConfigFemtoAnalysis.C

index c49a5a4b232439fee98fc8231cbbcb9d26204fc8..cc3c9f0f708994bcb14416d8397ee4ab736029e6 100644 (file)
@@ -56,7 +56,7 @@ AliFemtoManager* ConfigFemtoAnalysis() {
         double KaonMass = 0.493677;
         double ProtonMass = 0.938272013;
 
-        int runmults[10] = {1, 1, 1, 1, 1, 1, 0, 0, 0, 0};
+        int runmults[10] = {1, 1, 0, 0, 0, 0, 0, 0, 0, 0};
         int multbins[11] = {0.001, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900};
 
         int runch[3] = {1, 1, 1};
@@ -78,7 +78,7 @@ AliFemtoManager* ConfigFemtoAnalysis() {
         //  int gammacut = 1;
 
         double shqmax = 2.0;
-        int nbinssh = 100;
+        int nbinssh = 200;
 
         AliFemtoEventReaderAODChain *Reader = new AliFemtoEventReaderAODChain();
         Reader->SetFilterBit(7);