]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
do not use AOD track setters for the moment
authorkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jul 2011 18:27:02 +0000 (18:27 +0000)
committerkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jul 2011 18:27:02 +0000 (18:27 +0000)
ANALYSIS/AliAnalysisTaskESDfilter.cxx

index 025d08224e5d47f54d524d3ac07fe3dd187c9a82..bd83beeb1313e34ac088b96fc511117d0d332b2d 100644 (file)
@@ -978,7 +978,7 @@ void AliAnalysisTaskESDfilter::ConvertTPCOnlyTracks(const AliESDEvent& esd)
     if(map&fHybridFilterMaskTPCCG){\r
       // this is one part of the hybrid tracks\r
       // the others not passing the selection will be TPC only selected below\r
-      tr->SetIsHybridTPCConstrainedGlobal(kTRUE);\r
+      //      tr->SetIsHybridTPCConstrainedGlobal(kTRUE);\r
     }\r
   }\r
   // Loop over the ESD trcks and pick out the tracks passing TPC only cuts\r
@@ -1067,7 +1067,7 @@ void AliAnalysisTaskESDfilter::ConvertTPCOnlyTracks(const AliESDEvent& esd)
                                                             vtx->UsesTrack(track->GetID()),\r
                                                             AliAODTrack::kPrimary, \r
                                                             selectInfo);\r
-    aodTrack->SetIsHybridTPCConstrainedGlobal(isHybridITSTPC);    \r
+    //    aodTrack->SetIsHybridTPCConstrainedGlobal(isHybridITSTPC);    \r
     aodTrack->SetTPCClusterMap(track->GetTPCClusterMap());\r
     aodTrack->SetTPCSharedMap (track->GetTPCSharedMap());\r
     aodTrack->SetIsTPCConstrained(kTRUE);    \r
@@ -1118,7 +1118,7 @@ void AliAnalysisTaskESDfilter::ConvertGlobalConstrainedTracks(const AliESDEvent&
     if(map&fHybridFilterMaskGCG){\r
       // this is one part of the hybrid tracks\r
       // the others not passing the selection will be the ones selected below\r
-      tr->SetIsHybridGlobalConstrainedGlobal(kTRUE);\r
+      //      tr->SetIsHybridGlobalConstrainedGlobal(kTRUE);\r
     }\r
   }\r
   // Loop over the ESD trcks and pick out the tracks passing the GlobalConstraint cuts\r
@@ -1184,7 +1184,7 @@ void AliAnalysisTaskESDfilter::ConvertGlobalConstrainedTracks(const AliESDEvent&
                                                             vtx->UsesTrack(esdTrack->GetID()),\r
                                                             AliAODTrack::kPrimary, \r
                                                             selectInfo);\r
-    aodTrack->SetIsHybridGlobalConstrainedGlobal(isHybridGC);    \r
+    //    aodTrack->SetIsHybridGlobalConstrainedGlobal(isHybridGC);    \r
     aodTrack->SetIsGlobalConstrained(kTRUE);    \r
     aodTrack->SetTPCClusterMap(esdTrack->GetTPCClusterMap());\r
     aodTrack->SetTPCSharedMap (esdTrack->GetTPCSharedMap());\r