]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/TFlukaCerenkov.cxx
Obsolete material removed.
[u/mrichter/AliRoot.git] / TFluka / TFlukaCerenkov.cxx
index e662a001aafcc04e170888be504024657a9bdcd1..a1d86388979df131ce0a487a302ebfc7b2f7f31a 100644 (file)
@@ -1,3 +1,32 @@
+/**************************************************************************
+ * 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.                  *
+ **************************************************************************/
+
+/* $Id$*/
+
+//
+// Stores user defined cerenkov properties of media like 
+// absorption coefficient, refraction index and quantum efficiency. 
+// The properties are stored in arrays. The array index corresponds to discrete 
+// optical photon energies defined in fEnergy.
+// Access to the properties is provided by interpolation.
+// 
+// Author:
+// A. Morsch 
+// andreas.morsch@cern.ch
+//
+
 #include "TFlukaCerenkov.h"
 
 Double_t TFlukaCerenkov::fgGlobalMaximumEfficiency = 0.;