1#ifndef BMN_ONLINE_TASK_H
2#define BMN_ONLINE_TASK_H
22 BmnTask(
const char *name, Int_t iVerbose = 1);
35 virtual void OnlineWrite(
const std::unique_ptr<TTree> &resultTree) {}
virtual void OnlineWrite(const std::unique_ptr< TTree > &resultTree)
Write task resul to tree.
BmnTask(const BmnTask &)=delete
virtual ~BmnTask()
Destroy the BmnTask object.
BmnTask & operator=(const BmnTask &)=delete