FairRoot/PandaRoot
Functions
QAmacro_ftof_1.C File Reference

Go to the source code of this file.

Functions

int QAmacro_ftof_1 ()
 

Function Documentation

int QAmacro_ftof_1 ( )

Definition at line 1 of file QAmacro_ftof_1.C.

References Bool_t.

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 }