Go to the source code of this file.
      
        
          | int trackingQA_forward_complete | ( | TString | prefix, | 
        
          |  |  | TString | branch, | 
        
          |  |  | Int_t | nEvents = 0 | 
        
          |  | ) |  |  | 
      
 
QA task 
Definition at line 4 of file trackingQA_forward_complete.C.
References PndMasterRunAna::AddFriend(), PndMasterRunAna::Finish(), fRun, PndEmcMapper::Init(), nEvents, output, PndTrackingQATask::SetFunctorName(), PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), and TString.
    7   TString  parAsciiFile   = 
"all.par";
 
   10   output.Append(branch);
 
   34     trackingQA->SetVerbose(0);
 
   35     fRun->AddTask(trackingQA);
 
Class for the master reconstruction chain. 
Bool_t Setup(TString outprefix="")
Initial setup. 
void AddFriend(TString par)
Setter of friend root files. 
FairParRootFileIo * output
void SetInput(TString par)
Input of the macro. 
static void Init(Int_t MapVersion)
void SetFunctorName(TString name)
void Finish()
Final diagnostics. 
void SetOutput(TString par)
Tag of the output file of the macro. 
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.