]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comments updated
authorgosset <gosset@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2000 09:26:20 +0000 (09:26 +0000)
committergosset <gosset@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2000 09:26:20 +0000 (09:26 +0000)
MUON/AliMUONEventReconstructor.cxx
MUON/AliMUONEventReconstructor.h

index dde50e2abf76646abf7ee2d60892fa72fb05506b..e00e585606c248768c131655af49a5346bf37345 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  2000/10/24 09:22:35  gosset
+Method AddHitsForRecFromRawClusters: real Z of raw cluster and not Z of chamber
+
 Revision 1.15  2000/10/12 15:17:30  gosset
 Sign of fSimpleBValue corrected: sign ox Bx and not Bz (thanks to Galina)
 
@@ -714,9 +717,7 @@ void AliMUONEventReconstructor::AddHitsForRecFromRawClusters(TTree* TR)
       //  original raw cluster
       hitForRec->SetChamberNumber(ch);
       hitForRec->SetHitNumber(iclus);
-      // Z coordinate of the chamber (cm)
-      // could (should) be more exact from chamber geometry ???? 
-//       hitForRec->SetZ((&(pMUON->Chamber(ch)))->Z());
+      // Z coordinate of the raw cluster (cm)
       hitForRec->SetZ(clus->fZ[0]);
       if (fPrintLevel >= 10) {
        cout << "chamber (0...): " << ch <<
index 4087c1ef9695082d998cc55f6c2d947837824dd0..6af4408fa9fe5ed65b4f0f1ff58ab6afa4d19895 100644 (file)
@@ -86,7 +86,7 @@ class AliMUONEventReconstructor : public TObject {
   Double_t fRMin[kMaxMuonTrackingChambers]; // minimum radius (cm)
   Double_t fRMax[kMaxMuonTrackingChambers]; // maximum radius (cm)
   Double_t fSegmentMaxDistBending[kMaxMuonTrackingStations]; // maximum distance (cm) for segments in bending plane
-  Double_t fSegmentMaxDistNonBending[kMaxMuonTrackingStations]; // maximum distance (cm) for segments in bending plane
+  Double_t fSegmentMaxDistNonBending[kMaxMuonTrackingStations]; // maximum distance (cm) for segments in non bending plane
   Double_t fBendingResolution; // chamber resolution (cm) in bending plane
   Double_t fNonBendingResolution; // chamber resolution (cm) in non bending plane
   Double_t fChamberThicknessInX0; // chamber thickness in number of radiation lengths