00001 #ifndef BEAMMONFILLERHELPERS_H 00002 #define BEAMMONFILLERHELPERS_H 00003 00004 00005 #include <Validity/VldRange.h> 00006 00007 class BMWriteHadMuRelImp; 00008 class BMWriteHadMuRel { 00009 // this is just a DbiWriter - hide templates from cint 00010 BMWriteHadMuRelImp* imp; 00011 public: 00012 BMWriteHadMuRel(VldRange range, const char* comment); 00013 ~BMWriteHadMuRel(); 00014 void Write(const char* device_name, 00015 float channel_rel_calibs[], 00016 int nchan); 00017 }; 00018 00019 #endif // BEAMMONFILLERHELPERS_H
1.3.9.1