]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
includes cleanup
authoregangler <egangler@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2001 13:32:37 +0000 (13:32 +0000)
committeregangler <egangler@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2001 13:32:37 +0000 (13:32 +0000)
MUON/AliMUONTriggerCircuit.cxx
MUON/AliMUONTriggerDecision.cxx
MUON/AliMUONTriggerLut.cxx

index 74732c84fb6a115b34740b0acaf9f8a74334498f..fec233dc042d4b9aabfc4dd2ddb8dea1101a0e22 100644 (file)
  **************************************************************************/
 /*
 $Log$
+Revision 1.7  2000/10/02 16:58:29  egangler
+Cleaning of the code :
+-> coding conventions
+-> void Streamers
+-> some useless includes removed or replaced by "class" statement
+
 Revision 1.6  2000/07/13 16:19:44  fca
 Mainly coding conventions + some small bug fixes
 
@@ -35,7 +41,6 @@ problem with HP compiler solved (PH), static variables removed : now defined in
 
 #include "AliRun.h"
 #include "AliMUON.h"
-#include "AliMUONPoints.h"
 #include "AliMUONTriggerCircuit.h"
 #include "AliMUONTriggerConstants.h"
 #include "AliSegmentation.h"
index 4a98601ad8e0af6436af1fae0cb06a7f8d16a9dd..61cfd081d7f1f2907a2de982a59a869cf6f826f2 100644 (file)
@@ -14,6 +14,9 @@
  **************************************************************************/
 /*
 $Log$
+Revision 1.6  2001/01/26 21:57:09  morsch
+Use access functions to AliMUONDigit member data.
+
 Revision 1.5  2000/10/02 16:58:29  egangler
 Cleaning of the code :
 -> coding conventions
@@ -57,7 +60,6 @@ Author and responsible for the code: Philippe Crochet
 #include "AliMUONHitMapA1.h"
 #include "AliRun.h"
 #include "AliMUON.h"
-#include "AliMUONPoints.h"
 #include "AliSegmentation.h"
 #include "AliMUONResponse.h"
 #include "AliMUONChamber.h"
index 08385bb0005ebaae6a71ec3c4899182334a1ba0f..00ecfebef931d95376e9ea315d1fd2626aeb0f73 100644 (file)
@@ -14,6 +14,9 @@
  **************************************************************************/
 /*
 $Log$
+Revision 1.5  2000/10/02 21:28:09  fca
+Removal of useless dependecies via forward declarations
+
 Revision 1.4  2000/10/02 16:58:29  egangler
 Cleaning of the code :
 -> coding conventions
@@ -30,7 +33,6 @@ pow replaced by TMath::Power
 #include "TTree.h"
 #include "AliRun.h"
 #include "AliMUON.h"
-#include "AliMUONPoints.h"
 #include "TMath.h"
 #include "TFile.h"
 #include "TROOT.h"