CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Typedefs | Functions | Variables
myJetAna.cc File Reference
#include "RecoJets/JetAnalyzers/interface/myJetAna.h"
#include "RecoJets/JetAlgorithms/interface/JetAlgoHelper.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/METReco/interface/CaloMETCollection.h"
#include "DataFormats/METReco/interface/CaloMET.h"
#include "DataFormats/Common/interface/Handle.h"
#include "RecoLocalCalo/HcalRecAlgos/interface/HcalCaloFlagLabels.h"
#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
#include "DataFormats/HcalRecHit/interface/HcalSourcePositionData.h"
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
#include "DataFormats/EcalRecHit/interface/EcalRecHit.h"
#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "Geometry/CaloGeometry/interface/CaloGeometry.h"
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"
#include "Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h"
#include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/TrackingRecHit/interface/TrackingRecHit.h"
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutRecord.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "CommonTools/RecoAlgos/interface/HBHENoiseFilter.h"
#include "DataFormats/METReco/interface/HcalNoiseSummary.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "JetMETCorrections/Objects/interface/JetCorrector.h"
#include <TROOT.h>
#include <TSystem.h>
#include <TFile.h>
#include <TCanvas.h>
#include <cmath>
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

struct  HPD_struct
 
struct  RBX_struct
 

Macros

#define DEBUG   false
 
#define INVALID   9999.
 
#define MAXJETS   100
 

Typedefs

typedef struct HPD_struct HPD
 
typedef struct RBX_struct RBX
 

Functions

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

Variables

HPD HPDColl [144]
 
float nBNC [4000]
 
RBX RBXColl [36]
 
float totBNC
 

Macro Definition Documentation

#define DEBUG   false

Definition at line 90 of file myJetAna.cc.

Referenced by myJetAna::analyze().

#define INVALID   9999.

Definition at line 89 of file myJetAna.cc.

Referenced by myJetAna::analyze().

#define MAXJETS   100

Definition at line 91 of file myJetAna.cc.

Typedef Documentation

typedef struct HPD_struct HPD
typedef struct RBX_struct RBX

Function Documentation

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

Variable Documentation

HPD HPDColl[144]

Definition at line 117 of file myJetAna.cc.

Referenced by myJetAna::analyze(), and myFilter::filter().

float nBNC[4000]

Definition at line 114 of file myJetAna.cc.

Referenced by myJetAna::analyze(), myJetAna::beginJob(), and myJetAna::endJob().

RBX RBXColl[36]

Definition at line 116 of file myJetAna.cc.

Referenced by myJetAna::analyze(), and myFilter::filter().

float totBNC

Definition at line 114 of file myJetAna.cc.

Referenced by myJetAna::analyze(), myJetAna::beginJob(), and myJetAna::endJob().