CMS 3D CMS Logo

Classes | Functions | Variables

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/PhysicsTools/PatExamples/plugins/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

 DEFINE_FWK_MODULE (PatJetAnalyzer)

Variables

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

Function Documentation

DEFINE_FWK_MODULE ( PatJetAnalyzer  )

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().