Macros

Line Code
1 2 3 4 5 6 7 8 9
#ifndef CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_
#define CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_

#include <memory>
#include "CondFormats/HcalObjects/interface/HBHENegativeEFilter.h"

std::unique_ptr<HBHENegativeEFilter> make_HBHENegativeEFilter();

#endif  // CONDTOOLS_HCAL_MAKE_HBHENEGATIVEEFILTER_H_