#include <FlatEGunASCIIWriter.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (edm::Run &, const EventSetup &) |
FlatEGunASCIIWriter (const edm::ParameterSet &) | |
virtual | ~FlatEGunASCIIWriter () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
int | fCurrentEvent |
HepMC::GenEvent * | fEvt |
double | fMaxE |
double | fMaxEta |
double | fMaxPhi |
double | fMinE |
double | fMinEta |
double | fMinPhi |
std::string | fOutFileName |
HepMC::IO_GenEvent * | fOutStream |
std::vector< int > | fPartIDs |
ESHandle < HepPDT::ParticleDataTable > | fPDGTable |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 35 of file FlatEGunASCIIWriter.h.
|
explicit |
Definition at line 37 of file FlatEGunASCIIWriter.cc.
References fMaxE, fMaxEta, fMaxPhi, fMinE, fMinEta, fMinPhi, fPartIDs, and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 54 of file FlatEGunASCIIWriter.cc.
References fEvt, fOutStream, and NULL.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 81 of file FlatEGunASCIIWriter.cc.
References abs, funct::cos(), relval_parameters_module::energy, eta(), create_public_lumi_plots::exp, fCurrentEvent, fEvt, fMaxE, fMaxEta, fMaxPhi, fMinE, fMinEta, fMinPhi, fOutStream, fPartIDs, fPDGTable, configurableAnalysis::GenParticle, scaleCards::mass, NULL, AlCaHLTBitMon_ParallelJobs::p, RecoTau_DiTaus_pt_20-420_cfg::ParticleID, phi, hitfit::return, funct::sin(), mathSSE::sqrt(), and theta().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 69 of file FlatEGunASCIIWriter.cc.
References edm::hlt::Exception, fOutFileName, fOutStream, and hitfit::return.
|
virtual |
Definition at line 62 of file FlatEGunASCIIWriter.cc.
References fPDGTable, and edm::EventSetup::getData().
|
private |
Definition at line 73 of file FlatEGunASCIIWriter.h.
Referenced by analyze().
|
private |
Definition at line 64 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and ~FlatEGunASCIIWriter().
|
private |
Definition at line 61 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 57 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 59 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 60 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 56 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 58 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 70 of file FlatEGunASCIIWriter.h.
Referenced by beginJob().
|
private |
Definition at line 71 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), beginJob(), and ~FlatEGunASCIIWriter().
|
private |
Definition at line 55 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and FlatEGunASCIIWriter().
|
private |
Definition at line 68 of file FlatEGunASCIIWriter.h.
Referenced by analyze(), and beginRun().