Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SubtractTowers Class Reference

creates new UE-subtracted towers More...

#include <coresoftware/blob/master/offline/packages/jetbackground/SubtractTowers.h>

+ Inheritance diagram for SubtractTowers:
+ Collaboration diagram for SubtractTowers:

Public Member Functions

 SubtractTowers (const std::string &name="SubtractTowers")
 
 ~SubtractTowers () override
 
int InitRun (PHCompositeNode *topNode) override
 
int process_event (PHCompositeNode *topNode) override
 
void SetFlowModulation (bool use_flow_modulation)
 
void set_towerinfo (bool use_towerinfo)
 
- Public Member Functions inherited from SubsysReco
 ~SubsysReco () override
 
virtual int End (PHCompositeNode *)
 Called at the end of all processing.
 
virtual int EndRun (const int)
 Called at the end of each run.
 
virtual int Init (PHCompositeNode *)
 
virtual int Reset (PHCompositeNode *)
 Reset.
 
virtual int ResetEvent (PHCompositeNode *)
 Clean up after each event.
 
void Print (const std::string &="ALL") const override
 
- Public Member Functions inherited from Fun4AllBase
virtual ~Fun4AllBase ()
 
virtual const std::string Name () const
 Returns the name of this module.
 
virtual void Name (const std::string &name)
 Sets the name of this module.
 
virtual void Verbosity (const int ival)
 Sets the verbosity of this module (0 by default=quiet).
 
virtual void Verbosity (enu_Verbosity ival)
 Sets the verbosity of this module (0 by default=quiet).
 
virtual int Verbosity () const
 Gets the verbosity of this module.
 

Private Member Functions

int CreateNode (PHCompositeNode *topNode)
 

Private Attributes

bool m_use_towerinfo = false
 
bool _use_flow_modulation
 

Additional Inherited Members

- Public Types inherited from Fun4AllBase
enum  enu_Verbosity {
  VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3,
  VERBOSITY_A_LOT = 4, VERBOSITY_MAX = std::numeric_limits<int>::max() - 10
}
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 

Detailed Description

creates new UE-subtracted towers

Using a previously determined background UE density, this module constructs a new set of towers by subtracting the background from existing raw towers

Definition at line 25 of file SubtractTowers.h.

View newest version in sPHENIX GitHub at line 25 of file SubtractTowers.h

Constructor & Destructor Documentation

SubtractTowers::SubtractTowers ( const std::string &  name = "SubtractTowers")

Definition at line 36 of file SubtractTowers.cc.

View newest version in sPHENIX GitHub at line 36 of file SubtractTowers.cc

SubtractTowers::~SubtractTowers ( )
inlineoverride

Definition at line 29 of file SubtractTowers.h.

View newest version in sPHENIX GitHub at line 29 of file SubtractTowers.h

Member Function Documentation

int SubtractTowers::CreateNode ( PHCompositeNode topNode)
private

Definition at line 397 of file SubtractTowers.cc.

View newest version in sPHENIX GitHub at line 397 of file SubtractTowers.cc

References Fun4AllReturnCodes::ABORTRUN, PHCompositeNode::addNode(), PHObject::CloneMe(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), RawTowerDefs::HCALIN, RawTowerDefs::HCALOUT, m_use_towerinfo, PHWHERE, and Fun4AllBase::Verbosity().

Referenced by InitRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int SubtractTowers::InitRun ( PHCompositeNode )
overridevirtual

Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.

Reimplemented from SubsysReco.

Definition at line 42 of file SubtractTowers.cc.

View newest version in sPHENIX GitHub at line 42 of file SubtractTowers.cc

References CreateNode(), and Fun4AllReturnCodes::EVENT_OK.

+ Here is the call graph for this function:

int SubtractTowers::process_event ( PHCompositeNode )
overridevirtual
void SubtractTowers::set_towerinfo ( bool  use_towerinfo)
inline

Definition at line 35 of file SubtractTowers.h.

View newest version in sPHENIX GitHub at line 35 of file SubtractTowers.h

References m_use_towerinfo.

Referenced by HIJetReco().

+ Here is the caller graph for this function:

void SubtractTowers::SetFlowModulation ( bool  use_flow_modulation)
inline

Definition at line 34 of file SubtractTowers.h.

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

References _use_flow_modulation.

Referenced by Fun4All_JetVal(), Fun4All_testEtIso_Hijing(), Fun4All_testEtIso_Pythia(), G4_HIJetReco(), and HIJetReco().

+ Here is the caller graph for this function:

Member Data Documentation

bool SubtractTowers::_use_flow_modulation
private

Definition at line 43 of file SubtractTowers.h.

View newest version in sPHENIX GitHub at line 43 of file SubtractTowers.h

Referenced by process_event(), and SetFlowModulation().

bool SubtractTowers::m_use_towerinfo = false
private

Definition at line 42 of file SubtractTowers.h.

View newest version in sPHENIX GitHub at line 42 of file SubtractTowers.h

Referenced by CreateNode(), process_event(), and set_towerinfo().


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