]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/testreconRecParticles.C
1c16d8c89ce4b2e4eb3924eed149967c963ae862
[u/mrichter/AliRoot.git] / PHOS / testreconRecParticles.C
1 #include "AliPHOSPID.h"
2 #include "AliPHOSGetter.h"
3
4 void testreconRecParticles(Int_t nevent = 1, const char *config="testconfig.C")
5
6 {
7
8 AliPHOSGetter * gime = AliPHOSGetter::GetInstance("galice.root") ;
9  AliPHOSPID * pid = new AliPHOSPIDv1("galice.root","test suite");
10  pid->ExecuteTask("deb");
11  //cout << "# of trackSegments " << gime->trackSegments()<<GetEntries()<< endl;
12  cerr<<"_____________________________________________________________________"<<endl;
13  cerr<<" "<<endl;
14  cerr<<"      MESS ==> reconstruction ended successfully."<<endl;
15  cerr<<"_____________________________________________________________________"<<endl;
16
17
18
19
20 }