test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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/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

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

Variable Documentation

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 26 of file PatJetAnalyzer.cc.

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

const unsigned int MAXBIN =8
static

maximal number of bins used for the jet response plots

Definition at line 22 of file PatJetAnalyzer.cc.

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