From 36e140f1c429caa844c55abd86178c0c8397a90d Mon Sep 17 00:00:00 2001 From: masera Date: Mon, 15 Oct 2007 17:14:29 +0000 Subject: [PATCH] Partial removal of coding convention violations (A. Dainese) --- ITS/AliITSRecoParam.h | 43 +++++++++++++++++++++---------------------- ITS/AliITStrackerSA.h | 2 ++ 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/ITS/AliITSRecoParam.h b/ITS/AliITSRecoParam.h index 57dfb85e8a6..ee8c06ef8a6 100644 --- a/ITS/AliITSRecoParam.h +++ b/ITS/AliITSRecoParam.h @@ -14,7 +14,6 @@ #include "TObject.h" -#include "AliITSgeomTGeo.h" //--------------- move from AliITSrecoV2.h --------------------------- const Int_t kMaxLayer = 6; @@ -141,20 +140,20 @@ class AliITSRecoParam : public TObject protected: // // spatial resolutions of the detectors - Double_t fSigmaY2[kMaxLayer]; - Double_t fSigmaZ2[kMaxLayer]; + Double_t fSigmaY2[kMaxLayer]; // y + Double_t fSigmaZ2[kMaxLayer]; // z // Double_t fMaxSnp; // maximum of sin(phi) (MI) // // search road (MI) - Double_t fNSigmaYLayerForRoadY; - Double_t fNSigmaRoadY; - Double_t fNSigmaZLayerForRoadZ; - Double_t fNSigmaRoadZ; - Double_t fNSigma2RoadZC; - Double_t fNSigma2RoadYC; - Double_t fNSigma2RoadZNonC; - Double_t fNSigma2RoadYNonC; + Double_t fNSigmaYLayerForRoadY; // y + Double_t fNSigmaRoadY; // y + Double_t fNSigmaZLayerForRoadZ; // z + Double_t fNSigmaRoadZ; // z + Double_t fNSigma2RoadZC; // z + Double_t fNSigma2RoadYC; // y + Double_t fNSigma2RoadZNonC; // z + Double_t fNSigma2RoadYNonC; // y // // chi2 cuts Double_t fMaxChi2PerCluster[kMaxLayer-1]; // max chi2 for MIP (MI) @@ -171,12 +170,12 @@ class AliITSRecoParam : public TObject Double_t fChi2PerCluster; // (NOT USED) // // default primary vertex (MI,V2) - Double_t fXV; - Double_t fYV; - Double_t fZV; - Double_t fSigmaXV; - Double_t fSigmaYV; - Double_t fSigmaZV; + Double_t fXV; // x + Double_t fYV; // y + Double_t fZV; // z + Double_t fSigmaXV; // x + Double_t fSigmaYV; // y + Double_t fSigmaZV; // z Double_t fVertexCut; // (V2) Double_t fMaxDZforPrimTrk; // maximum (imp. par.)/(1+layer) to define // a primary and apply vertex constraint (MI) @@ -190,11 +189,11 @@ class AliITSRecoParam : public TObject Double_t fMinPtForProlongation; // min. pt cut // parameters to create "virtual" clusters in SPD dead zone (MI) - Bool_t fAddVirtualClustersInDeadZone; - Double_t fZWindowDeadZone; - Double_t fSigmaXDeadZoneHit2; - Double_t fSigmaZDeadZoneHit2; - Double_t fXPassDeadZoneHits; + Bool_t fAddVirtualClustersInDeadZone; // add if kTRUE + Double_t fZWindowDeadZone; // window size + Double_t fSigmaXDeadZoneHit2; // x error virtual cls + Double_t fSigmaZDeadZoneHit2; // z error virtual cls + Double_t fXPassDeadZoneHits; // x distance between clusters Bool_t fUseTGeoInTracker; // use TGeo to get material budget in tracker MI diff --git a/ITS/AliITStrackerSA.h b/ITS/AliITStrackerSA.h index 7e21916ac2d..974c3c5a837 100644 --- a/ITS/AliITStrackerSA.h +++ b/ITS/AliITStrackerSA.h @@ -3,6 +3,7 @@ +#include "AliITSgeomTGeo.h" #include "AliITStrackerMI.h" /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. * @@ -12,6 +13,7 @@ // Stand alone tracker class // // Origin: Elisabetta Crescio // // e-mail: crescio@to.infn.it // +// adapted for cosmics by A.Dainese // //////////////////////////////////////////////////// class AliITSclusterTable; -- 2.43.0