FairRoot/PandaRoot
QAmacro_ftof_1.C
Go to the documentation of this file.
2 {
3  Bool_t fTest=kFALSE;
4 
5  cout << "<W> No QA module(s) for the FTOF defined ...yet!" << endl;
6 
7  if (fTest){
8  cout << " Test passed" << endl;
9  cout << " All ok " << endl;
10  }else{
11  cout << " Test Failed" << endl;
12  cout << " Not Ok " << endl;
13  }
14 
15  return 0;
16 }
17 
int QAmacro_ftof_1()
Definition: QAmacro_ftof_1.C:1