]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Logs added.
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Nov 2000 10:18:17 +0000 (10:18 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Nov 2000 10:18:17 +0000 (10:18 +0000)
TPC/AliTPCTrackHits.cxx
TPC/AliTPCTrackHits.h
TPC/AliTPCTrackHitsInterfaces.h
TPC/TestTPCTrackHits.cxx
TPC/TestTPCTrackHits.h

index aadb4a58569edfd614fe25e060048972b9f05418..5cecda87b242d64432b58061c68c1ada9b6b771f 100644 (file)
@@ -1,3 +1,21 @@
+/**************************************************************************
+ * 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
+*/
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 //  Time Projection Chamber  track hits object                                //
index edd0c0b35271caddc78afdac7912c73c9862bc4f..c9620a0388e5e21606ec45ef4641394f410b1b0a 100644 (file)
@@ -1,5 +1,9 @@
 #ifndef ALITPCTRACKHITS_H
 #define ALITPCTRACKHITS_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id */
 ////////////////////////////////////////////////
 //  Manager class for TPC   clusters                   //
 ////////////////////////////////////////////////
index 0623672aeb8aaca8836fc7f8f7949bf0f5614931..85df0f550058cf8682f6ecd742998234ad7752aa 100644 (file)
@@ -1,5 +1,9 @@
 #include "AliClassInfo.h"
 #include "AliTPCTrackHits.h"
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id */
 
 /************************************************/
 /* Automaticaly generated interface for class     
index 846d108cf5776f061b05d3f8c9a24d5d4c5684fc..ea1eaed29b756f21247be821a558eaeed1271a2b 100644 (file)
@@ -1,3 +1,22 @@
+/**************************************************************************
+ * 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
+*/
+
 /*
   Author : MI
   macro to compare TClonesArray hits with interpolated hits
index 8a8fb7cfc5f55e2456aef7cf6dfd6b937b326251..0139318a09e3cec0ab81cd10726ade38572e990c 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef TESTTPCTRACKHITS_H
+#define TESTTPCTRACKHITS_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id */
+
+
 void ConvertHits(const char * benchmark="0", Bool_t debug=kFALSE);
 void CompareHits(const char * benchmark="1", Bool_t debug=kFALSE);
 
@@ -8,3 +16,4 @@ private:
   AliTPChit fDelta;     //delta of hit information 
   ClassDef(AliTPChitD,1) 
 };
+#endif