Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/intt/InttMaskedChannelSet.h>
Public Member Functions | |
InttMaskedChannelSet ()=default | |
~InttMaskedChannelSet () override=default | |
virtual void | identify (std::ostream &=std::cout) const override |
virtual std::size_t | size () const |
int | LoadFromFile (std::string const &="InttMaskedChannelSet.root") |
int | LoadFromCDB (std::string const &="InttMaskedChannelSet") |
bool | IsDeadChannel (int const &, int const &, int const &, int const &, int const &) const |
virtual bool | IsDeadChannel (InttMap::Offline_s const &) const |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Member Functions | |
virtual int | v_LoadFromCDBTTree (CDBTTree &) |
Definition at line 13 of file InttMaskedChannelSet.h.
View newest version in sPHENIX GitHub at line 13 of file InttMaskedChannelSet.h
|
default |
|
overridedefault |
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in InttMaskedChannelSetv1.
Definition at line 9 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 9 of file InttMaskedChannelSet.cc
bool InttMaskedChannelSet::IsDeadChannel | ( | int const & | layer, |
int const & | ladder_phi, | ||
int const & | ladder_z, | ||
int const & | strip_z, | ||
int const & | strip_phi | ||
) | const |
Definition at line 64 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 64 of file InttMaskedChannelSet.cc
References layer.
|
virtual |
Reimplemented in InttMaskedChannelSetv1.
Definition at line 80 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 80 of file InttMaskedChannelSet.cc
int InttMaskedChannelSet::LoadFromCDB | ( | std::string const & | name = "InttMaskedChannelSet" | ) |
Definition at line 47 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 47 of file InttMaskedChannelSet.cc
References CDBInterface::getUrl(), CDBInterface::instance(), CDBTTree::LoadCalibrations(), and v_LoadFromCDBTTree().
int InttMaskedChannelSet::LoadFromFile | ( | std::string const & | filename = "InttMaskedChannelSet.root" | ) |
Definition at line 24 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 24 of file InttMaskedChannelSet.cc
References Acts::Concepts::exists, CDBTTree::LoadCalibrations(), and v_LoadFromCDBTTree().
|
virtual |
Reimplemented in InttMaskedChannelSetv1.
Definition at line 19 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 19 of file InttMaskedChannelSet.cc
|
protectedvirtual |
Reimplemented in InttMaskedChannelSetv1.
Definition at line 87 of file InttMaskedChannelSet.cc.
View newest version in sPHENIX GitHub at line 87 of file InttMaskedChannelSet.cc
Referenced by LoadFromCDB(), and LoadFromFile().