ROOT logo
/**************************************************************************
 * Copyright(c) 2007-2009, 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.                  *
 **************************************************************************/

//====================================================================================================================================================
//
//      Class with MFT recosntruction parameters
//
//      Contact author: antonio.uras@cern.ch
//
//====================================================================================================================================================

#include "AliMFTRecoParam.h"

ClassImp(AliMFTRecoParam)

//====================================================================================================================================================

AliMFTRecoParam::AliMFTRecoParam(): 
  AliDetectorRecoParam() {

  // constructor

  SetName("MFT");
  SetTitle("MFT");

}

//====================================================================================================================================================
 AliMFTRecoParam.cxx:1
 AliMFTRecoParam.cxx:2
 AliMFTRecoParam.cxx:3
 AliMFTRecoParam.cxx:4
 AliMFTRecoParam.cxx:5
 AliMFTRecoParam.cxx:6
 AliMFTRecoParam.cxx:7
 AliMFTRecoParam.cxx:8
 AliMFTRecoParam.cxx:9
 AliMFTRecoParam.cxx:10
 AliMFTRecoParam.cxx:11
 AliMFTRecoParam.cxx:12
 AliMFTRecoParam.cxx:13
 AliMFTRecoParam.cxx:14
 AliMFTRecoParam.cxx:15
 AliMFTRecoParam.cxx:16
 AliMFTRecoParam.cxx:17
 AliMFTRecoParam.cxx:18
 AliMFTRecoParam.cxx:19
 AliMFTRecoParam.cxx:20
 AliMFTRecoParam.cxx:21
 AliMFTRecoParam.cxx:22
 AliMFTRecoParam.cxx:23
 AliMFTRecoParam.cxx:24
 AliMFTRecoParam.cxx:25
 AliMFTRecoParam.cxx:26
 AliMFTRecoParam.cxx:27
 AliMFTRecoParam.cxx:28
 AliMFTRecoParam.cxx:29
 AliMFTRecoParam.cxx:30
 AliMFTRecoParam.cxx:31
 AliMFTRecoParam.cxx:32
 AliMFTRecoParam.cxx:33
 AliMFTRecoParam.cxx:34
 AliMFTRecoParam.cxx:35
 AliMFTRecoParam.cxx:36
 AliMFTRecoParam.cxx:37
 AliMFTRecoParam.cxx:38
 AliMFTRecoParam.cxx:39
 AliMFTRecoParam.cxx:40