#include <iostream>
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/L1Trigger/interface/EGamma.h"
#include "DataFormats/L1Trigger/interface/Tau.h"
#include "DataFormats/L1Trigger/interface/Jet.h"
#include "DataFormats/L1Trigger/interface/Muon.h"
#include "DataFormats/L1Trigger/interface/EtSum.h"
#include "DataFormats/L1TGlobal/interface/GlobalAlgBlk.h"
Go to the source code of this file.
Classes | |
class | L1TComparison |
Functions | |
static bool | compare_l1candidate (const L1Candidate &a, const L1Candidate &b, int verbose=1) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1TComparison > > | s_filler__LINE__ ("L1TComparison") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< L1TComparison > > | s_maker__LINE__ ("L1TComparison") |
|
static |
Definition at line 24 of file L1TComparison.cc.
References gather_cfg::cout, reco::LeafCandidate::eta(), l1t::L1Candidate::hwEta(), l1t::L1Candidate::hwIso(), l1t::L1Candidate::hwPhi(), l1t::L1Candidate::hwPt(), l1t::L1Candidate::hwQual(), reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), and mps_update::status.
Referenced by L1TComparison::analyze().
|
static |
|
static |