]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSpackageSSD.cxx
Correcting several syntax problem with static members
[u/mrichter/AliRoot.git] / ITS / AliITSpackageSSD.cxx
index e2214e8b6a738da256f549e91552ebad61d73bb9..a9656e2dac07e8da86a8b326612343b65b77d676 100644 (file)
@@ -1,6 +1,24 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/*
+$Log$
+*/
+
 #include <iostream.h>
 #include <TClonesArray.h>
-
 #include "AliITSpackageSSD.h"
 
 //************************************************
@@ -9,7 +27,10 @@
 //skowron@if.pw.edu.pl
 //
 
-const Int_t debug=0;
+const Bool_t AliITSpackageSSD::fgkSIDEP=kTRUE;
+const Bool_t AliITSpackageSSD::fgkSIDEN=kFALSE;
+
+static const Int_t debug=0;
 
 ClassImp(AliITSpackageSSD)