HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
RooWorkspaceWeightProducer Class Reference

RooWorkspaceWeightProducer Config tags: More...

#include <RooWorkspaceWeightProducer.h>

+ Inheritance diagram for RooWorkspaceWeightProducer:

Public Member Functions

 RooWorkspaceWeightProducer ()
 
 RooWorkspaceWeightProducer (bool(setting_type::*GetSaveRooWorkspaceTriggerWeightAsOptionalOnly)(void) const, std::string(setting_type::*GetRooWorkspace)(void) const, std::vector< std::string > &(setting_type::*GetRooWorkspaceWeightNames)(void) const, std::vector< std::string > &(setting_type::*GetRooWorkspaceObjectNames)(void) const, std::vector< std::string > &(setting_type::*GetRooWorkspaceObjectArguments)(void) const)
 
virtual std::string GetProducerId () const override
 
virtual void Init (setting_type const &settings, metadata_type &metadata) override
 
virtual void Produce (event_type const &event, product_type &product, setting_type const &settings, metadata_type const &metadata) const override
 

Protected Attributes

bool m_saveTriggerWeightAsOptionalOnly
 
std::map< int, std::vector
< std::string > > 
m_weightNames
 
std::map< int, std::vector
< std::string > > 
m_functorArgs
 
std::map< int, std::vector
< RooFunctor * > > 
m_functors
 
RooWorkspace * m_workspace
 

Detailed Description

RooWorkspaceWeightProducer Config tags:

  • Fill me with something meaningful

Constructor & Destructor Documentation

RooWorkspaceWeightProducer::RooWorkspaceWeightProducer ( )
RooWorkspaceWeightProducer::RooWorkspaceWeightProducer ( bool(setting_type::*)(void) const  GetSaveRooWorkspaceTriggerWeightAsOptionalOnly,
std::string(setting_type::*)(void) const  GetRooWorkspace,
std::vector< std::string > &(setting_type::*)(void) const  GetRooWorkspaceWeightNames,
std::vector< std::string > &(setting_type::*)(void) const  GetRooWorkspaceObjectNames,
std::vector< std::string > &(setting_type::*)(void) const  GetRooWorkspaceObjectArguments 
)

Member Function Documentation

virtual std::string RooWorkspaceWeightProducer::GetProducerId ( ) const
inlineoverridevirtual
void RooWorkspaceWeightProducer::Init ( setting_type const &  settings,
metadata_type &  metadata 
)
overridevirtual
void RooWorkspaceWeightProducer::Produce ( event_type const &  event,
product_type &  product,
setting_type const &  settings,
metadata_type const &  metadata 
) const
overridevirtual

Member Data Documentation

std::map<int,std::vector<std::string> > RooWorkspaceWeightProducer::m_functorArgs
protected
std::map<int,std::vector<RooFunctor*> > RooWorkspaceWeightProducer::m_functors
protected
bool RooWorkspaceWeightProducer::m_saveTriggerWeightAsOptionalOnly
protected
std::map<int,std::vector<std::string> > RooWorkspaceWeightProducer::m_weightNames
protected
RooWorkspace* RooWorkspaceWeightProducer::m_workspace
protected

The documentation for this class was generated from the following files: