#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/NanoAOD/interface/FlatTable.h"
#include <vector>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | NativeArrayTableProducer< TIn, TCol, CT > |
Typedefs | |
typedef NativeArrayTableProducer< std::vector< bool >, uint8_t, nanoaod::FlatTable::UInt8Column > | BoolArrayTableProducer |
typedef NativeArrayTableProducer< std::vector< double >, float, nanoaod::FlatTable::FloatColumn > | DoubleArrayTableProducer |
typedef NativeArrayTableProducer< std::vector< float >, float, nanoaod::FlatTable::FloatColumn > | FloatArrayTableProducer |
typedef NativeArrayTableProducer< std::vector< int >, int, nanoaod::FlatTable::IntColumn > | IntArrayTableProducer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< FloatArrayTableProducer > > | s_filler__LINE__ ("FloatArrayTableProducer") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< FloatArrayTableProducer > > | s_maker__LINE__ ("FloatArrayTableProducer") |
typedef NativeArrayTableProducer<std::vector<bool>,uint8_t,nanoaod::FlatTable::UInt8Column> BoolArrayTableProducer |
Definition at line 41 of file NativeArrayTableProducer.cc.
typedef NativeArrayTableProducer<std::vector<double>,float,nanoaod::FlatTable::FloatColumn> DoubleArrayTableProducer |
Definition at line 39 of file NativeArrayTableProducer.cc.
typedef NativeArrayTableProducer<std::vector<float>,float,nanoaod::FlatTable::FloatColumn> FloatArrayTableProducer |
Definition at line 38 of file NativeArrayTableProducer.cc.
typedef NativeArrayTableProducer<std::vector<int>,int,nanoaod::FlatTable::IntColumn> IntArrayTableProducer |
Definition at line 40 of file NativeArrayTableProducer.cc.
|
static |
|
static |