EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JetInput Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4jets/JetInput.h>

+ Inheritance diagram for JetInput:

Public Member Functions

virtual ~JetInput ()
 
virtual void identify (std::ostream &os=std::cout)
 
virtual Jet::SRC get_src ()
 
virtual std::vector< Jet * > get_input (PHCompositeNode *)
 
virtual int Verbosity () const
 
virtual void Verbosity (int i)
 

Protected Member Functions

 JetInput ()
 

Private Attributes

int m_Verbosity
 

Detailed Description

Definition at line 11 of file JetInput.h.

View newest version in sPHENIX GitHub at line 11 of file JetInput.h

Constructor & Destructor Documentation

virtual JetInput::~JetInput ( )
inlinevirtual

Definition at line 14 of file JetInput.h.

View newest version in sPHENIX GitHub at line 14 of file JetInput.h

JetInput::JetInput ( )
inlineprotected

Definition at line 31 of file JetInput.h.

View newest version in sPHENIX GitHub at line 31 of file JetInput.h

Member Function Documentation

virtual std::vector<Jet*> JetInput::get_input ( PHCompositeNode )
inlinevirtual

Reimplemented in TruthJetInput, ClusterJetInput, ParticleFlowJetInput, TowerJetInput, and TrackJetInput.

Definition at line 23 of file JetInput.h.

View newest version in sPHENIX GitHub at line 23 of file JetInput.h

virtual Jet::SRC JetInput::get_src ( )
inlinevirtual

Reimplemented in TruthJetInput, ClusterJetInput, TowerJetInput, and TrackJetInput.

Definition at line 21 of file JetInput.h.

View newest version in sPHENIX GitHub at line 21 of file JetInput.h

References Jet::VOID.

virtual void JetInput::identify ( std::ostream &  os = std::cout)
inlinevirtual

Reimplemented in TruthJetInput, ParticleFlowJetInput, ClusterJetInput, TowerJetInput, and TrackJetInput.

Definition at line 16 of file JetInput.h.

View newest version in sPHENIX GitHub at line 16 of file JetInput.h

virtual int JetInput::Verbosity ( ) const
inlinevirtual

Definition at line 27 of file JetInput.h.

View newest version in sPHENIX GitHub at line 27 of file JetInput.h

References m_Verbosity.

Referenced by TowerJetInput::get_input(), TrackJetInput::get_input(), and TruthJetInput::get_input().

+ Here is the caller graph for this function:

virtual void JetInput::Verbosity ( int  i)
inlinevirtual

Definition at line 28 of file JetInput.h.

View newest version in sPHENIX GitHub at line 28 of file JetInput.h

References m_Verbosity.

Member Data Documentation

int JetInput::m_Verbosity
private

Definition at line 34 of file JetInput.h.

View newest version in sPHENIX GitHub at line 34 of file JetInput.h

Referenced by Verbosity().


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