// $Id$
/**
This is only temporary and will be nicer for the user, I just dont have time just now.
To run this: aliroot -b -q rec-tpc-krypton-hist.C
You will have to change the directory for the two clusterdumps. and it have to exist!
You will have to start it in the directory where the raw folders are, and you will also need the Kinematics.root and galice.root at the moment.
It does:
AliRawReaderPublisher
KryptonClusterFinder1 (input: altro data fra AliRawReaderPublisher)
ClusterDump(input: KryptonClusterFinder1)
AltroSelectionComponent(input: altro data fra AliRawReaderPublisher og liste med hardware addresser fra KryptonClusterFinderen )
KryptonClusterFinder2(input: altrodata fra AltroSelectionComponent)
ClusterDump(input: KryptonClusterFinder2)
ClusterHisto(input: KryptonClusterFinder)
HistogramHandler(input: ClusterHisto)
Sorry that it is not nicer, it will be soon.
Kenneth
*/
{
AliReconstruction rec;
//rec.SetInput("zeroSup/");
rec.SetInput("raw0/");
//rec.SetInput("../noiseComp/file.root");
//rec.SetInput("./");
//rec.SetInput("/scratch/peter/07000015067011.10.root");
rec.SetRunVertexFinder(kFALSE);
rec.SetRunLocalReconstruction("HLT");
rec.SetRunReconstruction("");
rec.SetRunTracking("");
rec.SetLoadAlignFromCDB(0);
rec.SetFillTriggerESD(kFALSE);
rec.SetFillESD("HLT");
rec.SetOption("HLT", "libAliHLTTPC.so loglevel=0x7c config=$ALICE_ROOT/HLT/TPCLib/macros/conf-tpc-krypton-hist.C chains=sink1");
rec.Run();
}
rec-tpc-krypton-hist.C:10 rec-tpc-krypton-hist.C:11 rec-tpc-krypton-hist.C:12 rec-tpc-krypton-hist.C:13 rec-tpc-krypton-hist.C:14 rec-tpc-krypton-hist.C:15 rec-tpc-krypton-hist.C:16 rec-tpc-krypton-hist.C:17 rec-tpc-krypton-hist.C:18 rec-tpc-krypton-hist.C:19 rec-tpc-krypton-hist.C:20 rec-tpc-krypton-hist.C:21 rec-tpc-krypton-hist.C:22 rec-tpc-krypton-hist.C:23 rec-tpc-krypton-hist.C:24 rec-tpc-krypton-hist.C:25 rec-tpc-krypton-hist.C:26 rec-tpc-krypton-hist.C:27 rec-tpc-krypton-hist.C:28 rec-tpc-krypton-hist.C:29 rec-tpc-krypton-hist.C:30 rec-tpc-krypton-hist.C:31 rec-tpc-krypton-hist.C:32 rec-tpc-krypton-hist.C:33 rec-tpc-krypton-hist.C:34 rec-tpc-krypton-hist.C:35 rec-tpc-krypton-hist.C:36 rec-tpc-krypton-hist.C:37 rec-tpc-krypton-hist.C:38 rec-tpc-krypton-hist.C:39 rec-tpc-krypton-hist.C:40 rec-tpc-krypton-hist.C:41 rec-tpc-krypton-hist.C:42 rec-tpc-krypton-hist.C:43