CMS 3D CMS Logo

Classes | Functions
L1GTPrescaler.cc File Reference
#include <array>
#include <cassert>
#include <memory>
#include <vector>
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutRecord.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDFilter.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  L1GTPrescaler
 

Functions

template<class T , std::size_t N>
std::array< T, Nmake_array (std::vector< T > const &values)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1GTPrescaler > > s_filler__LINE__ ("L1GTPrescaler")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1GTPrescaler > > s_maker__LINE__ ("L1GTPrescaler")
 

Function Documentation

◆ make_array()

template<class T , std::size_t N>
std::array<T, N> make_array ( std::vector< T > const &  values)

Definition at line 7 of file L1GTPrescaler.cc.

7  {
8  assert(N == values.size());
9  std::array<T, N> ret;
10  std::copy(values.begin(), values.end(), ret.begin());
11  return ret;
12 }

References cms::cuda::assert(), filterCSVwithJSON::copy, N, runTheMatrix::ret, and contentValuesCheck::values.

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< L1GTPrescaler > > s_filler__LINE__ ( "L1GTPrescaler"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1GTPrescaler > > s_maker__LINE__ ( "L1GTPrescaler"  )
static
runTheMatrix.ret
ret
prodAgent to be discontinued
Definition: runTheMatrix.py:367
filterCSVwithJSON.copy
copy
Definition: filterCSVwithJSON.py:36
cms::cuda::assert
assert(be >=bs)
contentValuesCheck.values
values
Definition: contentValuesCheck.py:38
N
#define N
Definition: blowfish.cc:9