#include "FairTestDetectorMQSampler.h" #include "FairTestDetectorDigiLoader.h" TestDetectorMQSampler::TestDetectorMQSampler() { } TestDetectorMQSampler::~TestDetectorMQSampler() { } void TestDetectorMQSampler::Init() { if (fBranch == TestDetectorBranch::TestDetectorDigis) { fSamplerTask = new TestDetectorDigiLoader(); } FairMQSampler::Init(); }