#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <string>
#include <optional>
#include <functional>
Go to the source code of this file.
Namespaces | |
l1t | |
delete x; | |
Functions | |
template<typename T , typename K > | |
std::optional< T > | l1t::getOptionalParam (const std::string &name, const edm::ParameterSet &config, std::function< T(K)> conv) |
template<typename T > | |
std::optional< T > | l1t::getOptionalParam (const std::string &name, const edm::ParameterSet &config) |