ROOT logo
/**************************************************************************
 * 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.                  *
 **************************************************************************/

////////////////////////////////////////////////////////////////////////
// Virtual base class for ITS AliITSMap class. In general a Map is a  //
// structure where the charge liberated by an ion passing through some//
// material is collected and a sighned to the appropreate detector    //
// structure.                                                         //
////////////////////////////////////////////////////////////////////////

#include "AliITSMap.h"

ClassImp(AliITSMap)


 AliITSMap.cxx:1
 AliITSMap.cxx:2
 AliITSMap.cxx:3
 AliITSMap.cxx:4
 AliITSMap.cxx:5
 AliITSMap.cxx:6
 AliITSMap.cxx:7
 AliITSMap.cxx:8
 AliITSMap.cxx:9
 AliITSMap.cxx:10
 AliITSMap.cxx:11
 AliITSMap.cxx:12
 AliITSMap.cxx:13
 AliITSMap.cxx:14
 AliITSMap.cxx:15
 AliITSMap.cxx:16
 AliITSMap.cxx:17
 AliITSMap.cxx:18
 AliITSMap.cxx:19
 AliITSMap.cxx:20
 AliITSMap.cxx:21
 AliITSMap.cxx:22
 AliITSMap.cxx:23
 AliITSMap.cxx:24
 AliITSMap.cxx:25
 AliITSMap.cxx:26
 AliITSMap.cxx:27