GaussianTransferFunctionOnPtBase Class Reference

Helper class for Gaussian transfer function modules. More...

Detailed Description

Helper class for Gaussian transfer function modules.

Base class helping to define TF modules having different behaviours (allowing either to integrate over a TF, or simply evaluate it).

See also
GaussianTransferFunctionOnPt
GaussianTransferFunctionOnPtEvaluator

Definition at line 35 of file GaussianTransferFunctionOnPt.cc.

Inheritance diagram for GaussianTransferFunctionOnPtBase:

Public Member Functions

 GaussianTransferFunctionOnPtBase (PoolPtr pool, const ParameterSet &parameters)
 
- Public Member Functions inherited from Module
 Module (PoolPtr pool, const std::string &name)
 Constructor. More...
 
virtual void configure ()
 Called once at the beginning of the job.
 
virtual void beginIntegration ()
 Called once at the beginning of the integration.
 
virtual void beginPoint ()
 Called once when a new PS point is started. More...
 
virtual void beginLoop ()
 Called once at the beginning of a loop. More...
 
virtual Status work ()
 Main function. More...
 
virtual void endLoop ()
 Called once at the end of a loop. More...
 
virtual void endPoint ()
 Called once when a PS point is finished. More...
 
virtual void endIntegration ()
 Called once at the end of the integration.
 
virtual void finish ()
 Called once at the end of the job.
 
virtual std::string name () const final
 

Protected Attributes

double m_min_Pt
 
double m_sigma
 
double m_sigma_range
 
Value< LorentzVector > m_reco_input
 
- Protected Attributes inherited from Module
PoolPtr m_pool
 

Additional Inherited Members

- Public Types inherited from Module
enum  Status : std::int8_t { OK, NEXT, ABORT }
 
- Static Public Member Functions inherited from Module
static std::string statusToString (const Status &status)
 
static bool is_virtual_module (const std::string &name)
 Test if a given name correspond to a virtual module. More...
 
- Protected Member Functions inherited from Module
template<typename T , typename... Args>
std::shared_ptr< T > produce (const std::string &name, Args... args)
 Add a new output to the module. More...
 
template<typename T >
Value< T > get (const std::string &module, const std::string &name)
 
template<typename T >
Value< T > get (const InputTag &tag)
 

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