]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Logs added
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Mar 2003 07:36:15 +0000 (07:36 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Mar 2003 07:36:15 +0000 (07:36 +0000)
TPC/AliTPCPid.cxx
TPC/AliTPCPid.h
TPC/AliTPCtrackPid.cxx
TPC/AliTPCtrackPid.h

index 9dccc9fb8980412260adc6f40c1a13c38effd3e0..e63c69522491ade5b7e71795ea4f93b7aa7df00d 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$
+*/
+
 #include "AliTPCPid.h"
 #include "TMath.h"
 //#include "AliITSIOTrack.h"
index 381db075445b1716fee2952c7cddee14abcfdeb2..941795e65fe1f21060bd340e6bab77716764619b 100644 (file)
@@ -1,5 +1,11 @@
 #ifndef ALITPCPID_H
 #define ALITPCPID_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 #include <TObject.h>
 #include <TF1.h>
 #include <TClonesArray.h>
index 67473cd6af587b8df1a77028b59b48db577b883b..2d915d96007effe065f29f8214b31f5e69ac73c9 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$
+*/
+
 #include "AliTPCtrackPid.h"
 
 ClassImp(AliTPCtrackPid)
index 53cc510548696aa73d7b00e6fca7390daed5579a..770f3ef9f8f4ea1bd8fb98f9086b3ce7c21c09c4 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef ALITPCTRACKPID_H
 #define ALITPCTRACKPID_H
 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 #include <TMath.h>
 #include "Riostream.h"
 #include "../ITS/AliITStrackV2.h"