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$

#include "AliMUONVClusterFinder.h"
#include "AliLog.h"

//-----------------------------------------------------------------------------
/// \class AliMUONVClusterFinder
///
/// Defines an interface for a cluster finder.
/// 
/// A cluster finder is supposed to work on a single detection element at a
/// time, thus the Prepare function (which sets up the cluster finder for a
/// particular DE)
///
/// \author Laurent Aphecetche
//-----------------------------------------------------------------------------

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

//_____________________________________________________________________________
AliMUONVClusterFinder::AliMUONVClusterFinder() : TObject()
{
/// Default constructor
}

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

//_____________________________________________________________________________
Bool_t 
AliMUONVClusterFinder::Prepare(Int_t /*detElemId*/,
                               TObjArray* /*pads*/[2],
                               const AliMpArea& /*area*/)
{
/// Not implemented

  AliError("Not implemented");
  return kFALSE;
}

//_____________________________________________________________________________
Bool_t 
AliMUONVClusterFinder::Prepare(Int_t /*detElemId*/,
                               TObjArray* /*pads*/[2],
                               const AliMpArea& /*area*/,
                               const AliMpVSegmentation* /*segmentations*/[2])
{
/// Not implemented

  AliError("Not implemented");
  return kFALSE;
}

//_____________________________________________________________________________
Bool_t
AliMUONVClusterFinder::UsePad(const AliMUONPad&)
{
/// Not implemented

  AliError("Not implemented");
  return kFALSE;
}
 AliMUONVClusterFinder.cxx:1
 AliMUONVClusterFinder.cxx:2
 AliMUONVClusterFinder.cxx:3
 AliMUONVClusterFinder.cxx:4
 AliMUONVClusterFinder.cxx:5
 AliMUONVClusterFinder.cxx:6
 AliMUONVClusterFinder.cxx:7
 AliMUONVClusterFinder.cxx:8
 AliMUONVClusterFinder.cxx:9
 AliMUONVClusterFinder.cxx:10
 AliMUONVClusterFinder.cxx:11
 AliMUONVClusterFinder.cxx:12
 AliMUONVClusterFinder.cxx:13
 AliMUONVClusterFinder.cxx:14
 AliMUONVClusterFinder.cxx:15
 AliMUONVClusterFinder.cxx:16
 AliMUONVClusterFinder.cxx:17
 AliMUONVClusterFinder.cxx:18
 AliMUONVClusterFinder.cxx:19
 AliMUONVClusterFinder.cxx:20
 AliMUONVClusterFinder.cxx:21
 AliMUONVClusterFinder.cxx:22
 AliMUONVClusterFinder.cxx:23
 AliMUONVClusterFinder.cxx:24
 AliMUONVClusterFinder.cxx:25
 AliMUONVClusterFinder.cxx:26
 AliMUONVClusterFinder.cxx:27
 AliMUONVClusterFinder.cxx:28
 AliMUONVClusterFinder.cxx:29
 AliMUONVClusterFinder.cxx:30
 AliMUONVClusterFinder.cxx:31
 AliMUONVClusterFinder.cxx:32
 AliMUONVClusterFinder.cxx:33
 AliMUONVClusterFinder.cxx:34
 AliMUONVClusterFinder.cxx:35
 AliMUONVClusterFinder.cxx:36
 AliMUONVClusterFinder.cxx:37
 AliMUONVClusterFinder.cxx:38
 AliMUONVClusterFinder.cxx:39
 AliMUONVClusterFinder.cxx:40
 AliMUONVClusterFinder.cxx:41
 AliMUONVClusterFinder.cxx:42
 AliMUONVClusterFinder.cxx:43
 AliMUONVClusterFinder.cxx:44
 AliMUONVClusterFinder.cxx:45
 AliMUONVClusterFinder.cxx:46
 AliMUONVClusterFinder.cxx:47
 AliMUONVClusterFinder.cxx:48
 AliMUONVClusterFinder.cxx:49
 AliMUONVClusterFinder.cxx:50
 AliMUONVClusterFinder.cxx:51
 AliMUONVClusterFinder.cxx:52
 AliMUONVClusterFinder.cxx:53
 AliMUONVClusterFinder.cxx:54
 AliMUONVClusterFinder.cxx:55
 AliMUONVClusterFinder.cxx:56
 AliMUONVClusterFinder.cxx:57
 AliMUONVClusterFinder.cxx:58
 AliMUONVClusterFinder.cxx:59
 AliMUONVClusterFinder.cxx:60
 AliMUONVClusterFinder.cxx:61
 AliMUONVClusterFinder.cxx:62
 AliMUONVClusterFinder.cxx:63
 AliMUONVClusterFinder.cxx:64
 AliMUONVClusterFinder.cxx:65
 AliMUONVClusterFinder.cxx:66
 AliMUONVClusterFinder.cxx:67
 AliMUONVClusterFinder.cxx:68
 AliMUONVClusterFinder.cxx:69
 AliMUONVClusterFinder.cxx:70
 AliMUONVClusterFinder.cxx:71
 AliMUONVClusterFinder.cxx:72
 AliMUONVClusterFinder.cxx:73
 AliMUONVClusterFinder.cxx:74
 AliMUONVClusterFinder.cxx:75
 AliMUONVClusterFinder.cxx:76
 AliMUONVClusterFinder.cxx:77
 AliMUONVClusterFinder.cxx:78
 AliMUONVClusterFinder.cxx:79
 AliMUONVClusterFinder.cxx:80
 AliMUONVClusterFinder.cxx:81
 AliMUONVClusterFinder.cxx:82