SRCS = AliPHOS.cxx AliPHOSv0.cxx AliPHOSv1.cxx \
AliPHOSvFast.cxx AliPHOSvImpacts.cxx \
AliPHOSImpact.cxx \
- AliPHOSHit.cxx \
+ AliPHOSHit.cxx AliPHOSTick.cxx\
AliPHOSGeometry.cxx \
AliPHOSEMCAGeometry.cxx \
AliPHOSCPVGeometry.cxx AliPHOSCPVBaseGeometry.cxx \
AliPHOSGetter.cxx AliPHOSTick.cxx \
AliPHOSQAVirtualCheckable.cxx AliPHOSQAIntCheckable.cxx \
AliPHOSQAFloatCheckable.cxx\
- AliPHOSQAObjectCheckable.cxx AliPHOSQAChecker.cxx AliPHOSQAMeanChecker.cxx AliPHOSQAAlarm.cxx \
- AliPHOSIhepAnalyze.cxx AliPHOSEvalRecPoint.cxx \
- AliPHOSRecManager.cxx AliPHOSRecCpvManager.cxx AliPHOSRecEmcManager.cxx \
- AliPHOSClusterizerv2.cxx
+ AliPHOSQAObjectCheckable.cxx AliPHOSQAChecker.cxx AliPHOSQAMeanChecker.cxx AliPHOSQAAlarm.cxx
# C++ Headers
-include tgt_$(ALICE_TARGET)/Make-depend
+
test:
@echo " ____________________________________________________________ "
@echo " "
@echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
@echo " ____________________________________________________________ "
- @aliroot -b -q testsim.C > out
+ @aliroot -b -q "testsim.C(100)" > out
@aliroot -b -q testsimglobal.C > out
@rm out
@rm testPHOS.root
-
-
+test10:
+ @echo " ____________________________________________________________ "
+ @echo " "
+ @echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
+ @echo " ____________________________________________________________ "
+ @aliroot -b -q "testsim.C(10)" > out
+ @aliroot -b -q testsimglobal.C > out
+ @rm out
+ @rm testPHOS.root
gener->SetPart(22) ;
gener->SetPtRange(9.99, 10.00);
- gener->SetPhiRange(250, 290); //(220, 320);
+ gener->SetPhiRange(220, 320);
// Set pseudorapidity range from -8 to 8.
- Float_t thmin = EtaToTheta(0.02); //(0.12); // 220 theta min. <---> eta max
- Float_t thmax = EtaToTheta(-0.02); //(-0.12); // 320 theta max. <---> eta min
+ Float_t thmin = EtaToTheta(0.12); // 220 theta min. <---> eta max
+ Float_t thmax = EtaToTheta(-0.12); // 320 theta max. <---> eta min
gener->SetThetaRange(thmin, thmax);
gener->SetOrigin(0, 0, 0); //vertex position
write_info(mess) ;
}
else {
- gSystem->Exec("uuencode $ALICE_ROOT/PHOS/testPHOS.root testPHOS.root | mail -s 'PHOS INSTALLATION ERROR' almajor@caramail.com") ;
+ gSystem->Exec("uuencode $ALICE_ROOT/PHOS/testPHOS.root testPHOS.root | mail -s 'PHOS INSTALLATION ERROR' schutz@in2p3.fr") ;
mess = "Error message to PHOS director has been sent, please wait for his answer before launching the whole simulation again." ;
write_info(mess) ;
}
if (ratiohmb[i] > maxAlaHitsMB){
error = kTRUE ;
- mess = "Examination detected an error in " + TString((const char *)namemul) ;
+ mess = "Examination detected an error in " + TString(namemul) ;
write_info(mess) ;
}
if (ratioenb[i] > maxAlaTotEnB) {
error = kTRUE ;
- mess = "Examination detected an error in " + TString((const char *)namen) ;
+ mess = "Examination detected an error in " + TString(namen) ;
write_info(mess) ;
}
}