CMS 3D CMS Logo

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

#include <RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc>

Inheritance diagram for FFTJetPileupEstimator:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 FFTJetPileupEstimator (const edm::ParameterSet &)
 
 ~FFTJetPileupEstimator ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- 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 ()
 

Protected Member Functions

void beginJob () override
 
void endJob () override
 
void produce (edm::Event &, const edm::EventSetup &) override
 
- 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)
 

Private Member Functions

std::auto_ptr
< reco::FFTJetPileupSummary
calibrateFromConfig (double uncalibrated) const
 
std::auto_ptr
< reco::FFTJetPileupSummary
calibrateFromDB (double uncalibrated, const edm::EventSetup &iSetup) const
 
template<class Ptr >
void checkConfig (const Ptr &ptr, const char *message)
 
 FFTJetPileupEstimator ()
 
 FFTJetPileupEstimator (const FFTJetPileupEstimator &)
 
FFTJetPileupEstimatoroperator= (const FFTJetPileupEstimator &)
 

Private Attributes

std::auto_ptr
< fftjet::Functor1< double,
double > > 
calibrationCurve
 
std::string calibrationCurveName
 
std::string calibTableCategory
 
std::string calibTableRecord
 
double cdfvalue
 
unsigned filterNumber
 
edm::InputTag inputLabel
 
edm::EDGetTokenT
< reco::DiscretizedEnergyFlow
inputToken
 
bool loadCalibFromDB
 
std::string outputLabel
 
double ptToDensityFactor
 
std::auto_ptr
< fftjet::Functor1< double,
double > > 
uncertaintyCurve
 
std::string uncertaintyCurveName
 
std::vector< double > uncertaintyZones
 
std::string uncertaintyZonesName
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Description: applies calibration curve and estimates the actual pileup

Implementation: [Notes on implementation]

Definition at line 46 of file FFTJetPileupEstimator.cc.

Constructor & Destructor Documentation

FFTJetPileupEstimator::FFTJetPileupEstimator ( const edm::ParameterSet ps)
explicit

Definition at line 111 of file FFTJetPileupEstimator.cc.

FFTJetPileupEstimator::~FFTJetPileupEstimator ( )

Definition at line 139 of file FFTJetPileupEstimator.cc.

FFTJetPileupEstimator::FFTJetPileupEstimator ( )
private
FFTJetPileupEstimator::FFTJetPileupEstimator ( const FFTJetPileupEstimator )
private

Member Function Documentation

void FFTJetPileupEstimator::beginJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::EDProducer.

Definition at line 183 of file FFTJetPileupEstimator.cc.

std::auto_ptr< reco::FFTJetPileupSummary > FFTJetPileupEstimator::calibrateFromConfig ( double  uncalibrated) const
private

Definition at line 194 of file FFTJetPileupEstimator.cc.

std::auto_ptr< reco::FFTJetPileupSummary > FFTJetPileupEstimator::calibrateFromDB ( double  uncalibrated,
const edm::EventSetup iSetup 
) const
private

Definition at line 232 of file FFTJetPileupEstimator.cc.

template<class Ptr >
void FFTJetPileupEstimator::checkConfig ( const Ptr &  ptr,
const char *  message 
)
inlineprivate

Definition at line 70 of file FFTJetPileupEstimator.cc.

void FFTJetPileupEstimator::endJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::EDProducer.

Definition at line 188 of file FFTJetPileupEstimator.cc.

FFTJetPileupEstimator& FFTJetPileupEstimator::operator= ( const FFTJetPileupEstimator )
private
void FFTJetPileupEstimator::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprotectedvirtual

Implements edm::EDProducer.

Definition at line 148 of file FFTJetPileupEstimator.cc.

Member Data Documentation

std::auto_ptr<fftjet::Functor1<double,double> > FFTJetPileupEstimator::calibrationCurve
private

Definition at line 84 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::calibrationCurveName
private

Definition at line 103 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::calibTableCategory
private

Definition at line 101 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::calibTableRecord
private

Definition at line 100 of file FFTJetPileupEstimator.cc.

double FFTJetPileupEstimator::cdfvalue
private

Definition at line 80 of file FFTJetPileupEstimator.cc.

unsigned FFTJetPileupEstimator::filterNumber
private

Definition at line 82 of file FFTJetPileupEstimator.cc.

edm::InputTag FFTJetPileupEstimator::inputLabel
private

Definition at line 76 of file FFTJetPileupEstimator.cc.

edm::EDGetTokenT<reco::DiscretizedEnergyFlow> FFTJetPileupEstimator::inputToken
private

Definition at line 77 of file FFTJetPileupEstimator.cc.

bool FFTJetPileupEstimator::loadCalibFromDB
private

Definition at line 105 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::outputLabel
private

Definition at line 79 of file FFTJetPileupEstimator.cc.

double FFTJetPileupEstimator::ptToDensityFactor
private

Definition at line 81 of file FFTJetPileupEstimator.cc.

std::auto_ptr<fftjet::Functor1<double,double> > FFTJetPileupEstimator::uncertaintyCurve
private

Definition at line 85 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::uncertaintyCurveName
private

Definition at line 104 of file FFTJetPileupEstimator.cc.

std::vector<double> FFTJetPileupEstimator::uncertaintyZones
private

Definition at line 83 of file FFTJetPileupEstimator.cc.

std::string FFTJetPileupEstimator::uncertaintyZonesName
private

Definition at line 102 of file FFTJetPileupEstimator.cc.