Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/EMCTemplateFitting/src/TempInfoUnpackPRDF.h>
Public Member Functions | |
TempInfoUnpackPRDF () | |
virtual | ~TempInfoUnpackPRDF () |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
void | CreateNodeTree (PHCompositeNode *topNode) |
TempInfoUnpackPRDF () | |
virtual | ~TempInfoUnpackPRDF () |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
void | CreateNodeTree (PHCompositeNode *topNode) |
TempInfoUnpackPRDF () | |
virtual | ~TempInfoUnpackPRDF () |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
void | CreateNodeTree (PHCompositeNode *topNode) |
TempInfoUnpackPRDF () | |
virtual | ~TempInfoUnpackPRDF () |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
void | CreateNodeTree (PHCompositeNode *topNode) |
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. | |
Protected Member Functions | |
int | addPacketInfo (Packet *p, PHCompositeNode *topNode, const time_t etime, const int evtnr) |
int | addPacketInfo (Packet *p, PHCompositeNode *topNode, const time_t etime, const int evtnr) |
int | addPacketInfo (Packet *p, PHCompositeNode *topNode, const time_t etime, const int evtnr) |
int | addPacketInfo (Packet *p, PHCompositeNode *topNode, const time_t etime, const int evtnr) |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Protected Member Functions inherited from Fun4AllBase | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
RawTowerContainer * | hcalin_temperature |
RawTowerContainer * | hcalout_temperature |
RawTowerContainer * | emcal_temperature |
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 } |
Definition at line 14 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 14 of file TempInfoUnpackPRDF.h
TempInfoUnpackPRDF::TempInfoUnpackPRDF | ( | ) |
Definition at line 29 of file TempInfoUnpackPRDF.cc.
View newest version in sPHENIX GitHub at line 29 of file TempInfoUnpackPRDF.cc
|
inlinevirtual |
Definition at line 18 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 18 of file TempInfoUnpackPRDF.h
TempInfoUnpackPRDF::TempInfoUnpackPRDF | ( | ) |
|
inlinevirtual |
Definition at line 18 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 18 of file TempInfoUnpackPRDF.h
TempInfoUnpackPRDF::TempInfoUnpackPRDF | ( | ) |
|
inlinevirtual |
Definition at line 18 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 18 of file TempInfoUnpackPRDF.h
TempInfoUnpackPRDF::TempInfoUnpackPRDF | ( | ) |
|
inlinevirtual |
Definition at line 18 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 18 of file TempInfoUnpackPRDF.h
|
protected |
Definition at line 115 of file TempInfoUnpackPRDF.cc.
View newest version in sPHENIX GitHub at line 115 of file TempInfoUnpackPRDF.cc
References RawTower_Temperature::add_entry(), RawTowerContainer::AddTower(), emcal_temperature, Packet::getIdentifier(), RawTowerContainer::getTower(), hcalin_temperature, hcalout_temperature, Packet::iValue(), PROTOTYPE4_FEM::NCH_EMCAL_COLUMNS, PROTOTYPE4_FEM::NCH_EMCAL_ROWS, PROTOTYPE4_FEM::NCH_IHCAL_COLUMNS, PROTOTYPE4_FEM::NCH_IHCAL_ROWS, PROTOTYPE4_FEM::NCH_OHCAL_COLUMNS, PROTOTYPE4_FEM::NCH_OHCAL_ROWS, and packetid.
Referenced by process_event().
|
protected |
|
protected |
|
protected |
void TempInfoUnpackPRDF::CreateNodeTree | ( | PHCompositeNode * | topNode | ) |
Definition at line 195 of file TempInfoUnpackPRDF.cc.
View newest version in sPHENIX GitHub at line 195 of file TempInfoUnpackPRDF.cc
References PHCompositeNode::addNode(), RawTowerDefs::CEMC, emcal_temperature, PHNodeIterator::findFirst(), RawTowerDefs::HCALIN, hcalin_temperature, RawTowerDefs::HCALOUT, and hcalout_temperature.
Referenced by InitRun().
void TempInfoUnpackPRDF::CreateNodeTree | ( | PHCompositeNode * | topNode | ) |
void TempInfoUnpackPRDF::CreateNodeTree | ( | PHCompositeNode * | topNode | ) |
void TempInfoUnpackPRDF::CreateNodeTree | ( | PHCompositeNode * | topNode | ) |
|
virtual |
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 38 of file TempInfoUnpackPRDF.cc.
View newest version in sPHENIX GitHub at line 38 of file TempInfoUnpackPRDF.cc
References CreateNodeTree(), and Fun4AllReturnCodes::EVENT_OK.
|
virtual |
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.
|
virtual |
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.
|
virtual |
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.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 45 of file TempInfoUnpackPRDF.cc.
View newest version in sPHENIX GitHub at line 45 of file TempInfoUnpackPRDF.cc
References addPacketInfo(), BEGRUNEVENT, Fun4AllReturnCodes::DISCARDEVENT, Packet::dump(), event, Fun4AllReturnCodes::EVENT_OK, Packet::identify(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
|
protected |
Definition at line 32 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 32 of file TempInfoUnpackPRDF.h
Referenced by addPacketInfo(), and CreateNodeTree().
|
protected |
Definition at line 30 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 30 of file TempInfoUnpackPRDF.h
Referenced by addPacketInfo(), and CreateNodeTree().
|
protected |
Definition at line 31 of file TempInfoUnpackPRDF.h.
View newest version in sPHENIX GitHub at line 31 of file TempInfoUnpackPRDF.h
Referenced by addPacketInfo(), and CreateNodeTree().