AliRoot Core  3abf5b4 (3abf5b4)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONVClusterFinder.cxx
Go to the documentation of this file.
1 /**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
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 
16 // $Id$
17 
18 #include "AliMUONVClusterFinder.h"
19 #include "AliLog.h"
20 
21 //-----------------------------------------------------------------------------
31 //-----------------------------------------------------------------------------
32 
36 
37 //_____________________________________________________________________________
39 {
41 }
42 
43 //_____________________________________________________________________________
45 {
47 }
48 
49 //_____________________________________________________________________________
50 Bool_t
51 AliMUONVClusterFinder::Prepare(Int_t /*detElemId*/,
52  TObjArray* /*pads*/[2],
53  const AliMpArea& /*area*/)
54 {
56 
57  AliError("Not implemented");
58  return kFALSE;
59 }
60 
61 //_____________________________________________________________________________
62 Bool_t
63 AliMUONVClusterFinder::Prepare(Int_t /*detElemId*/,
64  TObjArray* /*pads*/[2],
65  const AliMpArea& /*area*/,
66  const AliMpVSegmentation* /*segmentations*/[2])
67 {
69 
70  AliError("Not implemented");
71  return kFALSE;
72 }
73 
74 //_____________________________________________________________________________
75 Bool_t
77 {
79 
80  AliError("Not implemented");
81  return kFALSE;
82 }
Interface of a cluster finder.
#define TObjArray
A rectangle area positioned in plane..
Definition: AliMpArea.h:20
virtual Bool_t Prepare(Int_t detElemId, TObjArray *pads[2], const AliMpArea &area)
virtual Bool_t UsePad(const AliMUONPad &pad)
ClassImp(TPCGenInfo)
Definition: AliTPCCmpNG.C:254
The abstract base class for the segmentation.
Combination of digit and mppad informations.
Definition: AliMUONPad.h:25