**************************************************************************/
/*
$Log$
+Revision 1.54 2001/08/30 09:52:12 hristov
+The operator[] is replaced by At() or AddAt() in case of TObjArray.
+
Revision 1.53 2001/07/20 10:03:13 morsch
Changes needed to work with Root 3.01 (substitute lhs [] operator). (Jiri Chudoba)
fAccMax = 0.;
fAccCut = kFALSE;
fMerger = 0;
+ fFileName = 0;
+ fTrH1 = 0;
+ fHits2 = 0;
+ fPadHits2 = 0;
}
//___________________________________________
/*
$Log$
+Revision 1.14 2001/08/30 09:52:12 hristov
+The operator[] is replaced by At() or AddAt() in case of TObjArray.
+
Revision 1.13 2001/07/20 10:03:14 morsch
Changes needed to work with Root 3.01 (substitute lhs [] operator). (Jiri Chudoba)
AliMUONSegmentationSlat::AliMUONSegmentationSlat()
{
// Default constructor
+ fChamber = 0;
+ fNDiv = 0;
+ fSlats = 0;
+ fCurrentSlat = 0;
}
AliMUONSegmentationSlat::AliMUONSegmentationSlat(Int_t nsec)
/*
$Log$
+ Revision 1.53 2001/08/30 09:51:23 hristov
+ The operator[] is replaced by At() or AddAt() in case of TObjArray.
+
Revision 1.52 2001/05/16 14:57:20 alibrary
New files for folders and Stack
}
fFileName = 0;
+ fMerger = 0;
}
//___________________________________________
/*
$Log$
+ Revision 1.11 2001/05/10 12:35:39 jbarbosa
+ Update.
+
Revision 1.10 2001/02/23 17:21:17 jbarbosa
Re-definition of IntPH() to accomodate for wire sag effect.
//
// Chamber object constructor
+ fChamberMatrix = 0;
fSegmentation = 0;
fResponse = 0;
fGeometry = 0;
+ fReconstruction = 0;
fTresh = 0;
frMin = 0.1;
frMax = 140;
/*
$Log$
+ Revision 1.5 2001/02/13 20:12:39 jbarbosa
+ Moved setting of variables to constructor. Init is now responsible for calculating padplane dimensions.
+
Revision 1.4 2001/01/22 21:38:46 jbarbosa
Dummy padplane dimensions
fNpy=160;
fDeadZone=0;
fSector=-1;
+ fCorr = 0;
}
void AliRICHSegmentationV0::Init(Int_t id)