]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coding conventions corrections
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Mar 2003 17:04:14 +0000 (17:04 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Mar 2003 17:04:14 +0000 (17:04 +0000)
PHOS/AliPHOSv0.cxx

index 148031249274dcca36d2b9ba485b661b5097e857..c2a0f8f5e1e6f1387ec97a2d545ac0a76a059ad0 100644 (file)
@@ -19,7 +19,7 @@
 // Implementation version v0 of PHOS Manager class 
 // An object of this class does not produce hits nor digits
 // It is the one to use if you do not want to produce outputs in TREEH or TREED
-//                  
+//...                  
 //*-- Author: Yves Schutz (SUBATECH) & Dmitri Peressounko (RRC KI & SUBATECH)
 
 
 #include "TBRIK.h"
 #include "TTRD1.h"
 #include "TNode.h"
+#include "TArrayI.h"
 #include "TRandom.h"
 #include "TGeometry.h"
-#include "TFolder.h"
+  //#include "TFolder.h"
 #include "TROOT.h"
-#include "TTree.h"
+  //#include "TTree.h"
 
 
 // --- Standard library ---
 
-#include <string.h>
-#include <stdlib.h>
+//#include <string.h>
+//#include <stdlib.h>
 
 // --- AliRoot header files ---
 
 #include "AliPHOSv0.h"
 #include "AliRun.h"
-#include "AliConst.h"
+  //#include "AliConst.h"
 #include "AliPHOSGeometry.h"
-#include "AliPHOSGetter.h"
+  //#include "AliPHOSGetter.h"
 
 ClassImp(AliPHOSv0)