CMS 3D CMS Logo

Classes | Functions | Variables
L1GTNTupleProducer.cc File Reference
#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
 

Function Documentation

◆ s_filler_0__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< L1GTNTupleProducer > > s_filler_0__LINE__ ( "L1GTNTupleProducer"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1GTNTupleProducer > > s_maker__LINE__ ( "L1GTNTupleProducer"  )
static

Variable Documentation

◆ NTUPLE_VARIABLES

const std::map<std::string, std::vector<std::string> > NTUPLE_VARIABLES
static
Initial value:
= {
{"GTTPromptJet", {"Pt", "Eta", "Phi"}},
{"GTTDisplacedJet", {"Pt", "Eta", "Phi"}},
{"GTTPrimaryVertex", {"Z0"}},
{"GMTSaPromptMuon", {"Pt", "Eta", "Phi", "Z0"}},
{"GMTSaDisplacedMuon", {"Pt", "Eta", "Phi", "Z0"}},
{"GMTTkMuon", {"Pt", "Eta", "Phi", "Z0"}},
{"CL2Jet", {"Pt", "Eta", "Phi", "Z0"}},
{"CL2Photon", {"Pt", "Eta", "Phi"}},
{"CL2Electron", {"Pt", "Eta", "Phi", "Z0"}},
{"CL2EtSum", {"Pt", "Phi", "ScaSumPt"}},
{"CL2HtSum", {"Pt", "Phi", "ScaSumPt"}}}

Definition at line 58 of file L1GTNTupleProducer.cc.

Referenced by L1GTNTupleProducer::fillData(), and L1GTNTupleProducer::L1GTNTupleProducer().