#include <JetAnalyzerBase.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &, reco::CaloJet &caloJet) |
Get the analysis of the muon properties. | |
virtual void | beginJob (DQMStore *dbe)=0 |
Inizialize parameters for histo binning. | |
JetAnalyzerBase () | |
Constructor. | |
virtual | ~JetAnalyzerBase () |
Destructor. |
base class for all DQM monitor sources
Definition at line 26 of file JetAnalyzerBase.h.
JetAnalyzerBase::JetAnalyzerBase | ( | ) | [inline] |
virtual JetAnalyzerBase::~JetAnalyzerBase | ( | ) | [inline, virtual] |
void JetAnalyzerBase::analyze | ( | const edm::Event & | , |
const edm::EventSetup & | , | ||
reco::CaloJet & | caloJet | ||
) | [inline] |
virtual void JetAnalyzerBase::beginJob | ( | DQMStore * | dbe | ) | [pure virtual] |
Inizialize parameters for histo binning.
Implemented in HTMHTAnalyzer, JetAnalyzer, JetPtAnalyzer, and JPTJetAnalyzer.