]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed forward declarations.
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 15:50:43 +0000 (15:50 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 15:50:43 +0000 (15:50 +0000)
RICH/AliRICH.h
RICH/AliRICHChamber.cxx
RICH/AliRICHClusterFinder.cxx
RICH/AliRICHDisplay.cxx
RICH/AliRICHDisplay.h
RICH/AliRICHPatRec.cxx
RICH/AliRICHPoints.cxx

index e1e8ce0b1c0685c01f4f179772e247b2ccf8e30f..fd31f628bdfcd84638a064f7fb5d35dbd8325175 100644 (file)
@@ -106,12 +106,12 @@ class AliRICH : public  AliDetector {
     TClonesArray         *fPadHits;            // List of clusters
     TObjArray            *fDchambers;          // List of digits
     TClonesArray         *fCerenkovs;          // List of cerenkovs
-    Int_t                *fNdch;               // Number of digits
+    Int_t                fNdch[kNCH];               // Number of digits
     Text_t               *fFileName;           // Filename for event mixing
     TObjArray            *fRawClusters;        // List of raw clusters
     TObjArray            *fRecHits;            // List of rec. hits
-    Int_t                *fNrawch;             // Number of raw clusters
-    Int_t                *fNrechits;           // Number of rec hits 
+    Int_t                fNrawch[kNCH];             // Number of raw clusters
+    Int_t                fNrechits[kNCH];           // Number of rec hits 
     Int_t                 fDebugLevel;          // Source debugging level
 
     Int_t fCkovNumber;                   // Number of Cerenkov photons
index 4f14ebdc02bdbe241a103c128a59ad6a37e3376f..488d10a712fd687b18f35e15d4afcf98c9f81147 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.5  2000/07/13 16:19:45  fca
+  Mainly coding conventions + some small bug fixes
+
   Revision 1.4  2000/06/30 16:48:58  dibari
   New function GenerateTresholds() for pedestal simulation.
 
 #include <TLorentzVector.h>
 #include <TParticle.h>
 #include <TRandom.h>
+#include <TObjArray.h>
+#include <TRotMatrix.h>
+#include <AliRICHTresholdMap.h>
+#include <AliRICHSegmentation.h>
+#include <AliRICHGeometry.h>
+#include <AliRICHResponse.h>
 
 ClassImp(AliRICHChamber)       
     
index 2ebad174e14a30cd1e67d329cf424525b0669d34..4aaec3bbe4b2f5d57a434a3e3b730cbc23fbe9f5 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.4  2000/06/12 19:01:29  morsch
+  Clean-up bug in Centered() corrected.
+
   Revision 1.3  2000/06/12 15:49:44  jbarbosa
   Removed verbose output.
 
@@ -43,6 +46,7 @@
 #include <TTree.h>
 #include <TCanvas.h>
 #include <TH1.h>
+#include <TF1.h>
 #include <TPad.h>
 #include <TGraph.h> 
 #include <TPostScript.h> 
index 59eb9d13f942df24b92d12f1b9e730267b074640..ac84d52faf6730ce08414b92631a85ec24a06445 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.5  2000/06/30 16:49:34  dibari
+  Different call for ring drawing.
+
   Revision 1.4  2000/06/12 15:21:08  jbarbosa
   Cleaned up version.
 
@@ -43,6 +46,8 @@
 #include <TView.h>
 #include <TText.h>
 #include <TPolyMarker3D.h>
+#include <TAtt3D.h>
+#include <TAttLine.h>
 #include <TPolyMarker.h>
 #include <TPaveLabel.h>
 #include <TPaveText.h>
index 27f5e9bab6c7ef7912909cc00a651e6c6bdea885..c3d127f2c9037583f013a05ecdeb4beede2be8b4 100644 (file)
@@ -15,7 +15,6 @@
 //////////////////////////////////////////////////////////////////////////
 
 //#ifndef ROOT_TObject
-#include <TObject.h>
 #include <TPolyMarker3D.h>
 #include <TAttLine.h>
 #include <TAtt3D.h>
index 5cc2c3d68aa6a590e3238cc3f1911755923266a4..2baf0e1729bf406fe72244aba8f02ae738f683ca 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.4  2000/06/30 16:33:43  dibari
+  Several changes (ring drawing, fiducial selection, etc.)
+
   Revision 1.3  2000/06/15 15:47:12  jbarbosa
   Corrected compilation errors on HP-UX (replaced pow with TMath::Power)
 
@@ -42,6 +45,7 @@
 #include "AliRICHConst.h"
 #include "AliRICHPoints.h"
 #include "AliConst.h"
+#include "AliRICHHitMap.h"
 
 #include <TParticle.h>
 #include <TMath.h>
index 0bb4911a553e0dcc24a6bc22a65855cdaddabcf2..82ef4e0d60a23653027b567d2851e9b6bb506d5f 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.3  2000/06/12 15:26:36  jbarbosa
+  Cleaned up version.
+
   Revision 1.2  2000/05/18 13:43:54  jbarbosa
   Added the ShowRing function.
 
 #include <TPad.h>
 #include <TView.h>
 #include <TMath.h>
+#include <TPolyMarker3D.h>
+#include <TMarker3DBox.h>
 
+#include <AliRICH.h>
 #include "AliRICHDisplay.h"
 #include "AliRICHPoints.h"
 #include "AliRun.h"