#include <memory>
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/L1Trigger/interface/BXVector.h"
#include "DataFormats/L1Trigger/interface/EGamma.h"
#include "DataFormats/L1Trigger/interface/Muon.h"
#include "DataFormats/L1Trigger/interface/Tau.h"
#include "DataFormats/L1Trigger/interface/Jet.h"
#include "DataFormats/L1Trigger/interface/EtSum.h"
#include "DataFormats/L1TGlobal/interface/GlobalExtBlk.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/METReco/interface/GenMETCollection.h"
#include "DataFormats/METReco/interface/GenMET.h"
#include "TMath.h"
#include "TRandom3.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | l1t::GenToInputProducer |
Namespaces | |
l1t | |
delete x; | |
Macros | |
#define | M_PI 3.14159265358979323846 |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< l1t::GenToInputProducer > > | s_filler__LINE__ ("l1t::GenToInputProducer") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< l1t::GenToInputProducer > > | s_maker__LINE__ ("l1t::GenToInputProducer") |
#define M_PI 3.14159265358979323846 |
Definition at line 50 of file GenToInputProducer.cc.
Referenced by l1t::GenToInputProducer::convertPhiToHW().
|
static |
|
static |