Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BeamMonFillerHelpers.h

Go to the documentation of this file.
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

Generated on Mon Feb 15 11:06:24 2010 for loon by  doxygen 1.3.9.1