BmnRoot
Loading...
Searching...
No Matches
BmnTask.cxx
Go to the documentation of this file.
1#include "BmnTask.h"
2
3BmnTask::BmnTask() : FairTask() {}
4
5BmnTask::BmnTask(const char *name, Int_t iVerbose) : FairTask(name, iVerbose) {}
6
BmnTask()
Definition BmnTask.cxx:3
virtual ~BmnTask()
Destroy the BmnTask object.
Definition BmnTask.cxx:7