#include <vector>
#include <array>
#include <memory>
#include <cassert>
#include <string>
#include <stdexcept>
#include <cstring>
#include <boost/format.hpp>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/one/EDFilter.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosRcd.h"
#include "CondFormats/L1TObjects/interface/L1TGlobalPrescalesVetos.h"
#include "DataFormats/L1TGlobal/interface/GlobalAlgBlk.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | L1TGlobalPrescaler |
Functions | |
template<class T > | |
bool | empty (T const &container) |
bool | empty (const char *container) |
template<class T , std::size_t N> | |
std::array< T, N > | make_array (std::vector< T > const &values) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1TGlobalPrescaler > > | s_filler__LINE__ ("L1TGlobalPrescaler") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< L1TGlobalPrescaler > > | s_maker__LINE__ ("L1TGlobalPrescaler") |
bool empty | ( | T const & | container | ) |
Definition at line 20 of file L1TGlobalPrescaler.cc.
bool empty | ( | const char * | container | ) |
Definition at line 24 of file L1TGlobalPrescaler.cc.
References comment, edm::errors::Configuration, constexpr, popcon2dropbox::copy(), heppy_report::description, Entry::Entry(), mps_splice::entry, edm::ParameterSet::getParameter(), mps_fire::i, SiStripPI::max, N, dataset::name, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, relativeConstraints::value, and MuonErrorMatrixValues_cff::values.
|
static |
|
static |