X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSRecoParam.h;h=334092f175fad709318abd87926408dd6684a06f;hb=f45e6f7255d5ed9cdad24e64d40cbecc6f27d97b;hp=590c9c6192efffaf0e6c6ce85d9a3ce7c67cffbb;hpb=58b891db841bc0308dd5b58bfcbb33a885c3a060;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSRecoParam.h b/ITS/AliITSRecoParam.h index 590c9c6192e..334092f175f 100644 --- a/ITS/AliITSRecoParam.h +++ b/ITS/AliITSRecoParam.h @@ -119,11 +119,18 @@ class AliITSRecoParam : public AliDetectorRecoParam SetVertexer3DDeltaPhiCuts(); SetVertexer3DDCACut(); } + void SetSPDVertexerPileupAlgoOff(){fVtxr3DPileupAlgo=3;} void SetSPDVertexerPileupAlgoZ(){fVtxr3DPileupAlgo=0;} void SetSPDVertexerPileupAlgo3DTwoSteps(){fVtxr3DPileupAlgo=1;} void SetSPDVertexerPileupAlgo3DOneShot(){fVtxr3DPileupAlgo=2;} - - + // + Bool_t GetSelectBestMIP03() const {return fSelectBestMIP03;} + Bool_t GetFlagFakes() const {return fFlagFakes;} + Bool_t GetUseImproveKalman() const {return fUseImproveKalman;} + void SetSelectBestMIP03(Bool_t v=kTRUE) {fSelectBestMIP03 = v;} + void SetFlagFakes(Bool_t v=kTRUE) {fFlagFakes = v;} + void SetUseImproveKalman(Bool_t v=kTRUE) {fUseImproveKalman = v;} + // Float_t GetVertexer3DWideFiducialRegionZ() const {return fVtxr3DZCutWide;} Float_t GetVertexer3DWideFiducialRegionR() const {return fVtxr3DRCutWide;} Float_t GetVertexer3DNarrowFiducialRegionZ() const {return fVtxr3DZCutNarrow;} @@ -161,6 +168,9 @@ class AliITSRecoParam : public AliDetectorRecoParam Double_t GetMaxRoad() const { return fMaxRoad; } Double_t GetMaxNormChi2ForGolden(Int_t i) const { return 3.+0.5*i; } + void SetSearchForExtraClusters(Bool_t opt=kTRUE){ fSearchForExtras=opt; } + Double_t GetSearchForExtraClusters() const { return fSearchForExtras; } + Double_t GetXVdef() const { return fXV; } Double_t GetYVdef() const { return fYV; } Double_t GetZVdef() const { return fZV; } @@ -302,6 +312,9 @@ class AliITSRecoParam : public AliDetectorRecoParam void SetSAUseAllClusters(Bool_t opt=kTRUE) { fSAUseAllClusters=opt; return; } Bool_t GetSAUseAllClusters() const { return fSAUseAllClusters; } + void SetMaxSPDcontrForSAToUseAllClusters(Int_t contr=50) { fMaxSPDcontrForSAToUseAllClusters=contr; return; } + Int_t GetMaxSPDcontrForSAToUseAllClusters() const { return fMaxSPDcontrForSAToUseAllClusters; } + void SetFindV0s(Bool_t find=kTRUE) { fFindV0s=find; return; } Bool_t GetFindV0s() const { return fFindV0s; } @@ -351,7 +364,11 @@ class AliITSRecoParam : public AliDetectorRecoParam Float_t GetTrackleterZetaOverlapCut() const {return fTrackleterZetaOverlapCut;} void SetTrackleterPhiRotationAngle(Float_t w=0.0) {fTrackleterPhiRotationAngle=w;} Float_t GetTrackleterPhiRotationAngle() const {return fTrackleterPhiRotationAngle;} - + // + void SetTrackleterNStdDevCut(Float_t f=1.) {fTrackleterNStdDev = f<0.01 ? 0.01 : f;} + Float_t GetTrackleterNStdDevCut() const {return fTrackleterNStdDev;} + void SetTrackleterScaleDThetaBySin2T(Bool_t v=kFALSE) {fScaleDTBySin2T = v;} + Bool_t GetTrackleterScaleDThetaBySin2T() const {return fScaleDTBySin2T;} // void SetSPDRemoveNoisyFlag(Bool_t value) {fSPDRemoveNoisyFlag = value;} Bool_t GetSPDRemoveNoisyFlag() const {return fSPDRemoveNoisyFlag;} @@ -433,16 +450,16 @@ class AliITSRecoParam : public AliDetectorRecoParam // // Lorentz angle Bool_t GetCorrectLorentzAngleSPD() const {return fCorrectLorentzAngleSPD;} - Float_t GetLorentzAngleHolesSPD() const {return fLorentzAngleHolesSPD;} + Float_t GetTanLorentzAngleHolesSPD() const {return fTanLorentzAngleHolesSPD;} Bool_t GetCorrectLorentzAngleSSD() const {return fCorrectLorentzAngleSSD;} - Float_t GetLorentzAngleHolesSSD() const {return fLorentzAngleHolesSSD;} - Float_t GetLorentzAngleElectronsSSD() const {return fLorentzAngleElectronsSSD;} + Float_t GetTanLorentzAngleHolesSSD() const {return fTanLorentzAngleHolesSSD;} + Float_t GetTanLorentzAngleElectronsSSD() const {return fTanLorentzAngleElectronsSSD;} void SetCorrectLorentzAngleSPD(Bool_t flag) {fCorrectLorentzAngleSPD=flag;} - void SetLorentzAngleHolesSPD(Float_t la) {fLorentzAngleHolesSPD=la;} + void SetTanLorentzAngleHolesSPD(Float_t la) {fTanLorentzAngleHolesSPD=la;} void SetCorrectLorentzAngleSSD(Bool_t flag) {fCorrectLorentzAngleSSD=flag;} - void SetLorentzAngleHolesSSD(Float_t la) {fLorentzAngleHolesSSD=la;} - void SetLorentzAngleElectronsSSD(Float_t la) {fLorentzAngleElectronsSSD=la;} + void SetTanLorentzAngleHolesSSD(Float_t la) {fTanLorentzAngleHolesSSD=la;} + void SetTanLorentzAngleElectronsSSD(Float_t la) {fTanLorentzAngleElectronsSSD=la;} // enum {fgkMaxClusterPerLayer=70000}; //7000*10; // max clusters per layer @@ -535,6 +552,8 @@ class AliITSRecoParam : public AliDetectorRecoParam Double_t fMaxChi2In; // (NOT USED) Double_t fMaxChi2sR[AliITSgeomTGeo::kNLayers]; // (NOT USED) Double_t fChi2PerCluster; // (NOT USED) + // search for extra clusters + Bool_t fSearchForExtras; // swicth yes/no for the search of extra-clusters in RefitInward step // // default primary vertex (MI,V2) Double_t fXV; // x @@ -619,6 +638,11 @@ class AliITSRecoParam : public AliDetectorRecoParam Float_t fMinClusterChargeSA; // minimum SDD,SSD cluster charge for SA tarcker Bool_t fSAOnePointTracks; // one-cluster tracks in SA (only for cosmics!) Bool_t fSAUseAllClusters; // do not skip clusters used by MI (same track twice in AliESDEvent!) + Int_t fMaxSPDcontrForSAToUseAllClusters; // maximum nContr of SPD vertex for which trackerSA will reuse all ITS clusters + + Bool_t fSelectBestMIP03; // (MI) Multiply norm chi2 by interpolated one in hypthesis analysis + Bool_t fFlagFakes; // (MI) preform shared cluster analysis and flag candidates for fakes + Bool_t fUseImproveKalman; // (MI) Use ImproveKalman version of AliITSTrackV2 instead of Improve Bool_t fFindV0s; // flag to enable V0 finder (MI) Bool_t fStoreLikeSignV0s; // flag to store like-sign V0s (MI) @@ -644,6 +668,9 @@ class AliITSRecoParam : public AliDetectorRecoParam Float_t fTrackleterPhiOverlapCut; // Fiducial window in phi for overlap cut Float_t fTrackleterZetaOverlapCut; // Fiducial window in eta for overlap cut Float_t fTrackleterPhiRotationAngle; // Angle to rotate cluster in the SPD inner layer for combinatorial reco only + Float_t fTrackleterNStdDev; // cut on the number of standard deviations + Bool_t fScaleDTBySin2T; // scale Dtheta by 1/sin^2(theta) + Bool_t fUseCosmicRunShiftsSSD; // SSD time shifts for cosmic run 2007/2008 (use for data taken up to 18 sept 2008) @@ -700,10 +727,10 @@ class AliITSRecoParam : public AliDetectorRecoParam // // Lorentz angle Bool_t fCorrectLorentzAngleSPD; // flag to enable correction - Float_t fLorentzAngleHolesSPD; // angle for holes in SPD + Float_t fTanLorentzAngleHolesSPD; // angle for holes in SPD Bool_t fCorrectLorentzAngleSSD; // flag to enable correction - Float_t fLorentzAngleHolesSSD; // angle for holes in SSD - Float_t fLorentzAngleElectronsSSD; // angle for electrons in SSD + Float_t fTanLorentzAngleHolesSSD; // tan(angle) for holes in SSD @ B = 0.5 T + Float_t fTanLorentzAngleElectronsSSD; // tan(angle) for electrons in SSD @ B = 0.5 T private: AliESDV0Params * fESDV0Params; // declare the AliESDV0Params to be able to used in AliITSV0Finder @@ -711,7 +738,7 @@ class AliITSRecoParam : public AliDetectorRecoParam AliITSRecoParam(const AliITSRecoParam & param); AliITSRecoParam & operator=(const AliITSRecoParam ¶m); - ClassDef(AliITSRecoParam,32) // ITS reco parameters + ClassDef(AliITSRecoParam,37) // ITS reco parameters }; #endif