#ifndef BEAMMONFILLERHELPERS_H
#define BEAMMONFILLERHELPERS_H


#include <Validity/VldRange.h>

class BMWriteHadMuRelImp;
class BMWriteHadMuRel {
    // this is just a DbiWriter - hide templates from cint
    BMWriteHadMuRelImp* imp;	
public:
    BMWriteHadMuRel(VldRange range, const char* comment);
    ~BMWriteHadMuRel();
    void Write(const char* device_name, 
	       float channel_rel_calibs[],
	       int nchan);
};

#endif  // BEAMMONFILLERHELPERS_H
