CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
L1TGlobalPrescaler.cc File Reference
#include <vector>
#include <array>
#include <memory>
#include <cassert>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/one/EDFilter.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.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 , std::size_t N>
std::array< T, Nmake_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")
 

Function Documentation

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

Definition at line 7 of file L1TGlobalPrescaler.cc.

References assert(), filterCSVwithJSON::copy, N, and runTheMatrix::ret.

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 }
tuple ret
prodAgent to be discontinued
assert(m_qm.get())
#define N
Definition: blowfish.cc:9
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< L1TGlobalPrescaler > > s_filler__LINE__ ( "L1TGlobalPrescaler"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1TGlobalPrescaler > > s_maker__LINE__ ( "L1TGlobalPrescaler"  )
static