]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Modified macros to run on the analysis train (Sami)
authorlramona <lramona@cern.ch>
Tue, 30 Sep 2014 09:06:22 +0000 (11:06 +0200)
committerlramona <lramona@cern.ch>
Tue, 30 Sep 2014 09:06:22 +0000 (11:06 +0200)
PWGLF/SPECTRA/XtAnalysis/card_xT.input
PWGLF/SPECTRA/XtAnalysis/macros/AddTaskXtAnalysis.C

index 94d13120ae4c3e9e1d5799d66281b515e060dd4a..778a73feacd984f4ea4e54eb459c58fea76d269d 100644 (file)
@@ -1,8 +1,30 @@
-TrackFilterBit         1
-Sqrts                  7000.
-EtaRange               0.8
-IsolationMethod                0.0   # 0 = relative, 1 = absolute
-IsolationThreshold     0.5
-IsolationFraction      0.1
-IsolationRadius                0.4
+TrackFilterBit          5
+   # 0 = standard TPC only
+   # 1 = ITS standalone, 
+   # 2 = pixel OR neccessary for the electrons
+   # 3 = PID for the electrons
+   # 4 = standard cuts with loose DCA
+   # 5 = standard cuts with tight DCA
+   # 6 = like 5, but require first SDD clusted instead of SPD
+   # 7 = TPC only constraint to SPD vertex
+   # 
+
+Sqrts                   7000.
+MinimumIsolatedPt      2.0   # smallest pT particle that can be isolated
+IsolationMethod         0.0   # 0 = relative, 1 = absolute
+IsolationThreshold      0.5
+IsolationFraction       0.1
+IsolationRadius         0.4
+
+DataType               0     # 0 = pp, 1 = pPb, 2 = PbPb
+
+#events=========
+CentBinBorders         0 100                   # pp -collisions
+#CentBinBorders          0 10 20 40 60 90      # heavy ion
+
+
+#zVertBins               -10 -8 -6 -4 -2 0 2 4 6 8 10
+zVertBins               -10 10
+
+EtaRange                0.8
 
index b29c34067f782c3dfce1196703688384d22e6f11..a15dc0505a6521de730e4905b07c1659433afb25 100644 (file)
@@ -13,7 +13,8 @@ AliAnalysisTask *AddTaskXtAnalysis() {
 
   TString type = mgr->GetInputEventHandler()->GetDataType();
   
-  AliXtAnalysis *xtTask = new AliXtAnalysis("AliXtAnalysis","./card_xT.input");
+  // parameter provides the location of the input card
+  AliXtAnalysis *xtTask = new AliXtAnalysis("AliXtAnalysis","$ALICE_ROOT/PWGLF/SPECTRA/XtAnalysis/card_xT.input");
   xtTask->SetDebugLevel(0);
   xtTask->SetDebugMode(0);