Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:07

0001 #ifndef CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_
0002 #define CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_
0003 
0004 #include <memory>
0005 #include "CondFormats/HcalObjects/interface/HBHENegativeEFilter.h"
0006 
0007 std::unique_ptr<HBHENegativeEFilter> make_HBHENegativeEFilter();
0008 
0009 #endif  // CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_