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

// $Id$
// $MpId: AliMpVRowSegment.cxx,v 1.6 2006/05/24 13:58:46 ivana Exp $
// Category: sector

//-----------------------------------------------------------------------------
// Class AliMpVRowSegment
// ----------------------
// Class describing an interface for a row segment.
// Included in AliRoot: 2003/05/02
// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
//-----------------------------------------------------------------------------

#include "AliMpVRowSegment.h"

/// \cond CLASSIMP
ClassImp(AliMpVRowSegment)
/// \endcond

//_____________________________________________________________________________
AliMpVRowSegment::AliMpVRowSegment()
  : AliMpVIndexed()
{
/// Default constructor
}

//_____________________________________________________________________________
AliMpVRowSegment::~AliMpVRowSegment() 
{
/// Destructor  
}

//_____________________________________________________________________________
AliMpVPadIterator* AliMpVRowSegment::CreateIterator() const
{
/// Give Fatal if iterator is not implemented in the derived class 

  Fatal("CreateIterator", "Iterator is not yet implemented.");
  
  return 0;
}  



 AliMpVRowSegment.cxx:1
 AliMpVRowSegment.cxx:2
 AliMpVRowSegment.cxx:3
 AliMpVRowSegment.cxx:4
 AliMpVRowSegment.cxx:5
 AliMpVRowSegment.cxx:6
 AliMpVRowSegment.cxx:7
 AliMpVRowSegment.cxx:8
 AliMpVRowSegment.cxx:9
 AliMpVRowSegment.cxx:10
 AliMpVRowSegment.cxx:11
 AliMpVRowSegment.cxx:12
 AliMpVRowSegment.cxx:13
 AliMpVRowSegment.cxx:14
 AliMpVRowSegment.cxx:15
 AliMpVRowSegment.cxx:16
 AliMpVRowSegment.cxx:17
 AliMpVRowSegment.cxx:18
 AliMpVRowSegment.cxx:19
 AliMpVRowSegment.cxx:20
 AliMpVRowSegment.cxx:21
 AliMpVRowSegment.cxx:22
 AliMpVRowSegment.cxx:23
 AliMpVRowSegment.cxx:24
 AliMpVRowSegment.cxx:25
 AliMpVRowSegment.cxx:26
 AliMpVRowSegment.cxx:27
 AliMpVRowSegment.cxx:28
 AliMpVRowSegment.cxx:29
 AliMpVRowSegment.cxx:30
 AliMpVRowSegment.cxx:31
 AliMpVRowSegment.cxx:32
 AliMpVRowSegment.cxx:33
 AliMpVRowSegment.cxx:34
 AliMpVRowSegment.cxx:35
 AliMpVRowSegment.cxx:36
 AliMpVRowSegment.cxx:37
 AliMpVRowSegment.cxx:38
 AliMpVRowSegment.cxx:39
 AliMpVRowSegment.cxx:40
 AliMpVRowSegment.cxx:41
 AliMpVRowSegment.cxx:42
 AliMpVRowSegment.cxx:43
 AliMpVRowSegment.cxx:44
 AliMpVRowSegment.cxx:45
 AliMpVRowSegment.cxx:46
 AliMpVRowSegment.cxx:47
 AliMpVRowSegment.cxx:48
 AliMpVRowSegment.cxx:49
 AliMpVRowSegment.cxx:50
 AliMpVRowSegment.cxx:51
 AliMpVRowSegment.cxx:52
 AliMpVRowSegment.cxx:53
 AliMpVRowSegment.cxx:54
 AliMpVRowSegment.cxx:55
 AliMpVRowSegment.cxx:56
 AliMpVRowSegment.cxx:57
 AliMpVRowSegment.cxx:58