X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FTPCLib%2FAliHLTTPCdEdxMonitoringComponent.cxx;h=466889c5b1e39ab21e9cdc8ba0546e33d834ecde;hp=50d3a6570aac90ba9249337632dfc3cab435eabc;hb=6e09672694247c7e43768b9e16394aae4b952ae9;hpb=72ecb506e7901ed17650690c08cb3b56c19f9398;ds=sidebyside diff --git a/HLT/TPCLib/AliHLTTPCdEdxMonitoringComponent.cxx b/HLT/TPCLib/AliHLTTPCdEdxMonitoringComponent.cxx index 50d3a6570aa..466889c5b1e 100644 --- a/HLT/TPCLib/AliHLTTPCdEdxMonitoringComponent.cxx +++ b/HLT/TPCLib/AliHLTTPCdEdxMonitoringComponent.cxx @@ -4,7 +4,7 @@ //* This file is property of and copyright by the ALICE HLT Project * //* ALICE Experiment at CERN, All rights reserved. * //* * -//* Primary Authors: Per-Ivar Lønne * +//* Primary Authors: Per-Ivar Lønne * //* for The ALICE HLT Project. * //* * //* Permission to use, copy, modify and distribute this software and its * @@ -498,9 +498,13 @@ void AliHLTTPCdEdxMonitoringComponent::SetDefaultConfiguration() //fESDTrackCuts = AliESDtrackCuts::GetStandardITSTPCTrackCuts2010(kTRUE); fESDTrackCuts->SetEtaRange(-0.8,+0.8); fESDTrackCuts->SetPtRange(0.15,1e10); + // 2011-10-28 investigation by Per Ivar and Alexander + // the following cuts are not needed + /* fESDTrackCuts->SetMaxCovDiagonalElements(2, 2, 0.5, 0.5, 2); // BEWARE STANDARD VALUES ARE: 2, 2, 0.5, 0.5, 2 fESDTrackCuts->SetMaxNsigmaToVertex(3); fESDTrackCuts->SetRequireSigmaToVertex(kTRUE); + */ fESDTrackCuts->SetAcceptKinkDaughters(kFALSE); fESDTrackCuts->SetMinNClustersTPC(70); fESDTrackCuts->SetMaxChi2PerClusterTPC(4); @@ -508,8 +512,13 @@ void AliHLTTPCdEdxMonitoringComponent::SetDefaultConfiguration() fESDTrackCuts->SetMaxDCAToVertexZ(3); fESDTrackCuts->SetRequireTPCRefit(kTRUE); //fESDTrackCuts->SetRequireITSRefit(kTRUE); //Kills HLT simulated reconstructions? + // 2011-10-28 investigation by Per Ivar and Alexander + // those cuts remove all data points because the filling is different in the + // HLT, needs further investigation + /* fESDTrackCuts->SetClusterRequirementITS(AliESDtrackCuts::kSPD, AliESDtrackCuts::kAny); //TEMPORARY <-> REMOVE fESDTrackCuts->SetMinNClustersITS(3); + */ } fxbins=300;