#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "TTree.h"
#include "DataFormats/L1Trigger/interface/P2GTCandidate.h"
#include <memory>
#include <vector>
#include <unordered_map>
#include <map>
Go to the source code of this file.
Classes | |
class | L1GTNTupleProducer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1GTNTupleProducer > > | s_filler_0__LINE__ ("L1GTNTupleProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1GTNTupleProducer > > | s_maker__LINE__ ("L1GTNTupleProducer") |
Variables | |
static const std::map< std::string, std::vector< std::string > > | NTUPLE_VARIABLES |
|
static |
|
static |
|
static |
Definition at line 58 of file L1GTNTupleProducer.cc.
Referenced by L1GTNTupleProducer::fillData(), and L1GTNTupleProducer::L1GTNTupleProducer().