Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FunctionOfPseudoJet< TOut > Class Template Referenceabstract

#include <JETSCAPE/blob/main/external_packages/fjcore.hh>

Public Member Functions

 FunctionOfPseudoJet ()
 
virtual ~FunctionOfPseudoJet ()
 
virtual std::string description () const
 
virtual TOut result (const PseudoJet &pj) const =0
 
TOut operator() (const PseudoJet &pj) const
 
std::vector< TOut > operator() (const std::vector< PseudoJet > &pjs) const
 

Detailed Description

template<typename TOut>
class FunctionOfPseudoJet< TOut >

Definition at line 812 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 812 of file fjcore.hh

Constructor & Destructor Documentation

template<typename TOut>
FunctionOfPseudoJet< TOut >::FunctionOfPseudoJet ( )
inline

Definition at line 814 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 814 of file fjcore.hh

template<typename TOut>
virtual FunctionOfPseudoJet< TOut >::~FunctionOfPseudoJet ( )
inlinevirtual

Definition at line 815 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 815 of file fjcore.hh

Member Function Documentation

template<typename TOut>
virtual std::string FunctionOfPseudoJet< TOut >::description ( ) const
inlinevirtual

Definition at line 816 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 816 of file fjcore.hh

template<typename TOut>
TOut FunctionOfPseudoJet< TOut >::operator() ( const PseudoJet pj) const
inline

Definition at line 818 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 818 of file fjcore.hh

References FunctionOfPseudoJet< TOut >::result().

+ Here is the call graph for this function:

template<typename TOut>
std::vector<TOut> FunctionOfPseudoJet< TOut >::operator() ( const std::vector< PseudoJet > &  pjs) const
inline

Definition at line 819 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 819 of file fjcore.hh

References i, and FunctionOfPseudoJet< TOut >::result().

+ Here is the call graph for this function:

template<typename TOut>
virtual TOut FunctionOfPseudoJet< TOut >::result ( const PseudoJet pj) const
pure virtual

Referenced by FunctionOfPseudoJet< TOut >::operator()().

+ Here is the caller graph for this function:


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