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

#include <fun4all_coresoftware/blob/master/offline/packages/jetbackground/TowerBackground.h>

+ Inheritance diagram for TowerBackground:
+ Collaboration diagram for TowerBackground:

Public Member Functions

 ~TowerBackground () override
 
void identify (std::ostream &os=std::cout) const override
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
virtual void set_UE (int, const std::vector< float > &)
 
virtual void set_v2 (float)
 
virtual void set_Psi2 (float)
 
virtual void set_nStripsUsedForFlow (int)
 
virtual void set_nTowersUsedForBkg (int)
 
virtual std::vector< float > get_UE (int)
 
virtual float get_v2 ()
 
virtual float get_Psi2 ()
 
virtual int get_nStripsUsedForFlow ()
 
virtual int get_nTowersUsedForBkg ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void Reset ()
 Clear Event.
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Member Functions

 TowerBackground ()
 

Private Member Functions

 ClassDefOverride (TowerBackground, 1)
 

Detailed Description

Definition at line 8 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 8 of file TowerBackground.h

Constructor & Destructor Documentation

TowerBackground::~TowerBackground ( )
inlineoverride

Definition at line 11 of file TowerBackground.h.

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

TowerBackground::TowerBackground ( )
inlineprotected

Definition at line 29 of file TowerBackground.h.

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

Member Function Documentation

TowerBackground::ClassDefOverride ( TowerBackground  ,
 
)
private
virtual int TowerBackground::get_nStripsUsedForFlow ( )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 25 of file TowerBackground.h.

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

virtual int TowerBackground::get_nTowersUsedForBkg ( )
inlinevirtual

Definition at line 26 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 26 of file TowerBackground.h

virtual float TowerBackground::get_Psi2 ( )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 24 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 24 of file TowerBackground.h

Referenced by SubtractTowers::process_event(), SubtractTowersCS::process_event(), and DumpTowerBackground::process_Node().

+ Here is the caller graph for this function:

virtual std::vector<float> TowerBackground::get_UE ( int  )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 22 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 22 of file TowerBackground.h

Referenced by SubtractTowers::process_event(), SubtractTowersCS::process_event(), and CopyAndSubtractJets::process_event().

+ Here is the caller graph for this function:

virtual float TowerBackground::get_v2 ( )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 23 of file TowerBackground.h.

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

Referenced by SubtractTowers::process_event(), SubtractTowersCS::process_event(), and DumpTowerBackground::process_Node().

+ Here is the caller graph for this function:

void TowerBackground::identify ( std::ostream &  os = std::cout) const
inlineoverridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in TowerBackgroundv1.

Definition at line 13 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 13 of file TowerBackground.h

int TowerBackground::isValid ( ) const
inlineoverridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Reimplemented in TowerBackgroundv1.

Definition at line 14 of file TowerBackground.h.

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

virtual void TowerBackground::set_nStripsUsedForFlow ( int  )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 19 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 19 of file TowerBackground.h

Referenced by DetermineTowerBackground::FillNode().

+ Here is the caller graph for this function:

virtual void TowerBackground::set_nTowersUsedForBkg ( int  )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 20 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 20 of file TowerBackground.h

Referenced by DetermineTowerBackground::FillNode().

+ Here is the caller graph for this function:

virtual void TowerBackground::set_Psi2 ( float  )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 18 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 18 of file TowerBackground.h

Referenced by DetermineTowerBackground::FillNode().

+ Here is the caller graph for this function:

virtual void TowerBackground::set_UE ( int  ,
const std::vector< float > &   
)
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 16 of file TowerBackground.h.

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

Referenced by DetermineTowerBackground::FillNode().

+ Here is the caller graph for this function:

virtual void TowerBackground::set_v2 ( float  )
inlinevirtual

Reimplemented in TowerBackgroundv1.

Definition at line 17 of file TowerBackground.h.

View newest version in sPHENIX GitHub at line 17 of file TowerBackground.h

Referenced by DetermineTowerBackground::FillNode().

+ Here is the caller graph for this function:


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