Skip to content
Snippets Groups Projects

QA: Added event-builder type to the parameters of the run_qa function

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-input-qa-updates-2 into master
3 files
+ 823
817
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
1
@@ -101,6 +101,11 @@ class CbmQaTask : public FairTask, public CbmQaIO {
/// \return false Some of the objects are inconsistent
bool CompareQaObjects();
/// \brief Disables event-by-event execution
///
/// By default, if the branch
void DisableEventMode();
/// \brief FairTask: Defines action of the task in the event/TS
void Exec(Option_t* /*option*/) override;
@@ -155,7 +160,6 @@ class CbmQaTask : public FairTask, public CbmQaIO {
/// \brief Sets name of the setup
void SetSetupName(const char* setup) { fsSetupName = setup; }
protected:
/// \brief De-initialize the task
virtual void DeInit() {}
Loading