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$

/// \class AliMUONVClusterServer
/// 
/// Interface of a cluster finder for combined tracking
/// 
/// The tracking, when in needs for clusters, will ask the cluster server
/// to add clusters, from a given region in a given chamber, to an existing 
/// clusterstore, using the 
///
/// Clusterize(Int_t chamberId, AliMUONVClusterStore& clusterStore, const AliMpArea& area)
///
/// method
///
/// Cluster server must be instructed (at the beginning of each event) 
/// about which digits to use, using the 
///
/// UseDigitStore(const AliMUONVDigitStore& digitStore)
///
/// method.
///
/// \author Laurent Aphecetche, Subatech

#include "AliMUONVClusterServer.h"

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

//_____________________________________________________________________________
AliMUONVClusterServer::AliMUONVClusterServer()
{
  /// ctor
}

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