r1 - 07 Apr 2010 - 22:10:34 - SeoKonKangYou are here: KoreaCmsWiki >  Main Web > TWikiUsers > SeoKonKang > LogBooks > DailyLogBook > 2010 > 20100407 > HeaderGoniJetPlots
#ifndef RecoExamples_GoniJetPlots_h
#define RecoExamples_GoniJetPlots_h
#include 
/* \class GoniJetPlots
 *
 * \author Robert Harris
 * \Modified by seogoni
 * \version 1
 *
 */
#include "FWCore/Framework/interface/EDAnalyzer.h"

class TFile;

class GoniJetPlots : public edm::EDAnalyzer {
public:
  GoniJetPlots( const edm::ParameterSet & );

private:
  //void beginJob( const edm::EventSetup & );
  void beginJob();
  void analyze( const edm::Event& , const edm::EventSetup& );
  void endJob();
  std::string CaloJetAlgorithm, GenJetAlgorithm;
  TH1F* jpe;// histogram, the number of Jets per event
  TH1F* sjpe;// the number of selected jets per event
  TH1F* nEvent;// The number of events which satisfied selection condition
  TH1F* h_ptCal;
  TH1F* h_etaCal;
  TH1F* h_phiCal;
  TH1F* emfCal;
  TH1F* fHPDCal;
  TH1F* fRBXCal;
  TH1F* n90HitsCal;

  TFile* m_file;
};

#endif

-- SeoKonKang - 07 Apr 2010

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
KOREA-CMS
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding KoreaCmsWiki? Send feedback