CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
METTesterPostProcessorHarvesting Class Reference

#include <METTesterPostProcessorHarvesting.h>

Inheritance diagram for METTesterPostProcessorHarvesting:
DQMEDHarvester edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 METTesterPostProcessorHarvesting (const edm::ParameterSet &)
 
 ~METTesterPostProcessorHarvesting ()
 
- Public Member Functions inherited from DQMEDHarvester
virtual void analyze (edm::Event const &, edm::EventSetup const &) final
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDHarvester (void)
 
virtual void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void endJob () final
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void endRun (edm::Run const &, edm::EventSetup const &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

virtual void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &)
 

Private Attributes

edm::InputTag inputMETLabelMiniAOD_
 
edm::InputTag inputMETLabelRECO_
 
std::vector< std::string > met_dirs
 
MonitorElementmMET_MiniAOD_over_Reco
 
MonitorElementmMETDeltaPhi_GenMETTrue_MiniAOD_over_Reco
 
MonitorElementmMETDifference_GenMETTrue_MET100to150_MiniAOD_over_Reco
 
MonitorElementmMETDifference_GenMETTrue_MET20to40_MiniAOD_over_Reco
 
MonitorElementmMETDifference_GenMETTrue_MET300to400_MiniAOD_over_Reco
 
MonitorElementmMETDifference_GenMETTrue_MiniAOD_over_Reco
 
MonitorElementmMETPhi_MiniAOD_over_Reco
 
MonitorElementmPFChargedHadronEtFraction_MiniAOD_over_Reco
 
MonitorElementmPFHFEMEtFraction_MiniAOD_over_Reco
 
MonitorElementmPFHFHadronEtFraction_MiniAOD_over_Reco
 
MonitorElementmPFNeutralHadronEtFraction_MiniAOD_over_Reco
 
MonitorElementmPFPhotonEtFraction_MiniAOD_over_Reco
 
MonitorElementmSumET_MiniAOD_over_Reco
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 28 of file METTesterPostProcessorHarvesting.h.

Constructor & Destructor Documentation

METTesterPostProcessorHarvesting::METTesterPostProcessorHarvesting ( const edm::ParameterSet iConfig)
explicit

Definition at line 18 of file METTesterPostProcessorHarvesting.cc.

METTesterPostProcessorHarvesting::~METTesterPostProcessorHarvesting ( )

Definition at line 25 of file METTesterPostProcessorHarvesting.cc.

Member Function Documentation

void METTesterPostProcessorHarvesting::dqmEndJob ( DQMStore::IBooker ibook_,
DQMStore::IGetter iget_ 
)
privatevirtual

Implements DQMEDHarvester.

Definition at line 32 of file METTesterPostProcessorHarvesting.cc.

Member Data Documentation

edm::InputTag METTesterPostProcessorHarvesting::inputMETLabelMiniAOD_
private

Definition at line 37 of file METTesterPostProcessorHarvesting.h.

edm::InputTag METTesterPostProcessorHarvesting::inputMETLabelRECO_
private

Definition at line 36 of file METTesterPostProcessorHarvesting.h.

std::vector<std::string> METTesterPostProcessorHarvesting::met_dirs
private

Definition at line 39 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMET_MiniAOD_over_Reco
private

Definition at line 41 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETDeltaPhi_GenMETTrue_MiniAOD_over_Reco
private

Definition at line 50 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETDifference_GenMETTrue_MET100to150_MiniAOD_over_Reco
private

Definition at line 52 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETDifference_GenMETTrue_MET20to40_MiniAOD_over_Reco
private

Definition at line 51 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETDifference_GenMETTrue_MET300to400_MiniAOD_over_Reco
private

Definition at line 53 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETDifference_GenMETTrue_MiniAOD_over_Reco
private

Definition at line 49 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mMETPhi_MiniAOD_over_Reco
private

Definition at line 42 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mPFChargedHadronEtFraction_MiniAOD_over_Reco
private

Definition at line 46 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mPFHFEMEtFraction_MiniAOD_over_Reco
private

Definition at line 48 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mPFHFHadronEtFraction_MiniAOD_over_Reco
private

Definition at line 47 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mPFNeutralHadronEtFraction_MiniAOD_over_Reco
private

Definition at line 45 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mPFPhotonEtFraction_MiniAOD_over_Reco
private

Definition at line 44 of file METTesterPostProcessorHarvesting.h.

MonitorElement* METTesterPostProcessorHarvesting::mSumET_MiniAOD_over_Reco
private

Definition at line 43 of file METTesterPostProcessorHarvesting.h.