CMS 3D CMS Logo

Classes | Functions | Variables
PatJetAnalyzer.cc File Reference
#include <map>
#include <string>
#include <iomanip>
#include <sstream>
#include <iostream>
#include "TH1.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  PatJetAnalyzer
 Module to analyze pat::Jets in the context of a more complex exercise. More...
 

Functions

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PatJetAnalyzer > > s_filler__LINE__ ("PatJetAnalyzer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PatJetAnalyzer > > s_maker__LINE__ ("PatJetAnalyzer")
 

Variables

static const float BINS [] = {30., 40., 50., 60., 70., 80., 100., 125., 150.}
 
static const unsigned int MAXBIN = 8
 

Function Documentation

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< PatJetAnalyzer > > s_filler__LINE__ ( "PatJetAnalyzer"  )
static

◆ s_maker__LINE__()

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

Variable Documentation

◆ BINS

const float BINS[] = {30., 40., 50., 60., 70., 80., 100., 125., 150.}
static

binning used for the jet response plots (NOTE BINS must have a length of MAXBIN +1)

Definition at line 25 of file PatJetAnalyzer.cc.

Referenced by PatJetAnalyzer::analyze(), and PatJetAnalyzer::PatJetAnalyzer().

◆ MAXBIN

const unsigned int MAXBIN = 8
static

maximal number of bins used for the jet response plots

Definition at line 21 of file PatJetAnalyzer.cc.

Referenced by PatJetAnalyzer::analyze(), and PatJetAnalyzer::PatJetAnalyzer().