]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added missing cut for hybrids, minor effect on track population
authorkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2013 10:25:52 +0000 (10:25 +0000)
committerkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2013 10:25:52 +0000 (10:25 +0000)
ANALYSIS/macros/AddTaskESDFilter.C

index 131addfcbd3d20ea5040d3089bc4d21f44c6a3ac..dab2e267a19132efbe4f30f2be744ff0b66babbd 100644 (file)
@@ -317,6 +317,7 @@ Bool_t AddTrackCutsLHC11h(AliAnalysisTaskESDfilter* esdfilter){
    esdTrackCutsHTG->SetMaxDCAToVertexZ(3.2);
    esdTrackCutsHTG->SetDCAToVertex2D(kTRUE);
    esdTrackCutsHTG->SetMaxChi2TPCConstrainedGlobal(36);
+   esdTrackCutsHTG->SetMaxFractionSharedTPCClusters(0.4);
    
    // Than the complementary tracks which will be stored as global
    // constraint, complement is done in the ESDFilter task