Reconstruct.C

Go to the documentation of this file.
00001 /**************************************************************************
00002  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
00003  *                                                                        *
00004  * Author: The ALICE Off-line Project.                                    *
00005  * Contributors are mentioned in the code where appropriate.              *
00006  *                                                                        *
00007  * Permission to use, copy, modify and distribute this software and its   *
00008  * documentation strictly for non-commercial purposes is hereby granted   *
00009  * without fee, provided that the above copyright notice appears in all   *
00010  * copies and that both the copyright notice and this permission notice   *
00011  * appear in the supporting documentation. The authors make no claims     *
00012  * about the suitability of this software for any purpose. It is          *
00013  * provided "as is" without express or implied warranty.                  *
00014  **************************************************************************/
00015 
00016 /* $Id: Reconstruct.C,v 1.7 2006/03/21 12:58:10 cholm Exp $ */
00017 
00018 // Script to do test the FMD digitization class. 
00019 
00020 void 
00021 Reconstruct()
00022 {
00023   AliCDBManager* cdb = AliCDBManager::Instance();
00024   cdb->SetDefaultStorage("local://cdb");
00025   AliLog::SetModuleDebugLevel("FMD", 2);
00026   AliReconstruction rec;   
00027   rec.SetRunLocalReconstruction("FMD");
00028   rec.SetRunVertexFinder(kFALSE);
00029   rec.SetRunTracking(""); 
00030   rec.SetFillESD("FMD"); 
00031   rec.SetInput("./");
00032   rec.Run(); 
00033 }
00034 
00035 //
00036 // EOF
00037 //

Generated on Fri Mar 24 17:11:21 2006 for ALICE FMD Off-line by  doxygen 1.4.6