]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSRawCluster.cxx
Added option TGeo in the constructor in order to initialize some parameters directly...
[u/mrichter/AliRoot.git] / ITS / AliITSRawCluster.cxx
CommitLineData
b48af428 1/**************************************************************************
41b19549 2 * Copyright(c) 2000-2004, ALICE Experiment at CERN, All rights reserved. *
b48af428 3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
88cb7938 16/* $Id$ */
4ae5bbc4 17
b0f5e3fc 18#include "AliITSRawCluster.h"
41b19549 19////////////////////////////////////////////////////
20// Cluster classes for set:ITS //
21// Base class //
22// This set of classes is used for debugging //
23// purposes //
24////////////////////////////////////////////////////
b0f5e3fc 25ClassImp(AliITSRawCluster)
b48af428 26//______________________________________________________________________
e56160b8 27 AliITSRawCluster::AliITSRawCluster():
28fMultiplicity(0){
29 // default constructor
b48af428 30}
b48af428 31