ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4intt/InttDeadMap.h>
Public Types | |
typedef std::set < PHG4CellDefs::keytype > | Map |
Public Member Functions | |
~InttDeadMap () override | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
void | identify (std::ostream &os=std::cout) const override |
void | addDeadChannelIntt (const int layer, const int ladder_phi, const int ladder_z, const int strip_z, const int strip_phi) |
virtual void | addDeadChannel (PHG4CellDefs::keytype) |
virtual bool | isDeadChannel (PHG4CellDefs::keytype) const |
bool | isDeadChannelIntt (const int layer, const int ladder_phi, const int ladder_z, const int strip_z, const int strip_phi) const |
virtual const Map & | getDeadChannels (void) const |
return all towers | |
virtual Map & | getDeadChannels (void) |
virtual unsigned int | size () 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 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) |
Static Public Member Functions | |
static PHG4CellDefs::keytype | getInttKey (int layer, int ladder_phi, int ladder_z, int strip_z, int strip_phi) |
static int | getWildCardID () |
Protected Member Functions | |
InttDeadMap () | |
Static Private Attributes | |
static int | s_wildCardID = -1 |
Definition at line 11 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 11 of file InttDeadMap.h
typedef std::set<PHG4CellDefs::keytype> InttDeadMap::Map |
Definition at line 14 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 14 of file InttDeadMap.h
|
inlineoverride |
Definition at line 16 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 16 of file InttDeadMap.h
|
inlineprotected |
Definition at line 44 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 44 of file InttDeadMap.h
|
inlinevirtual |
Reimplemented in InttDeadMapv1.
Definition at line 24 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 24 of file InttDeadMap.h
void InttDeadMap::addDeadChannelIntt | ( | const int | layer, |
const int | ladder_phi, | ||
const int | ladder_z, | ||
const int | strip_z, | ||
const int | strip_phi | ||
) |
Definition at line 27 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 27 of file InttDeadMap.cc
Referenced by PHG4InttDeadMapLoader::InitRun().
|
virtual |
return all towers
Reimplemented in InttDeadMapv1.
Definition at line 14 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 14 of file InttDeadMap.cc
|
virtual |
Reimplemented in InttDeadMapv1.
Definition at line 21 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 21 of file InttDeadMap.cc
|
static |
Definition at line 74 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 74 of file InttDeadMap.cc
References G4TTL::layer.
|
inlinestatic |
Definition at line 41 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 41 of file InttDeadMap.h
References s_wildCardID.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in InttDeadMapv1.
Definition at line 69 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 69 of file InttDeadMap.cc
Referenced by PHG4InttDigitizer::DigitizeLadderCells(), and PHG4InttDeadMapLoader::InitRun().
|
inlinevirtual |
Reimplemented in InttDeadMapv1.
Definition at line 26 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 26 of file InttDeadMap.h
bool InttDeadMap::isDeadChannelIntt | ( | const int | layer, |
const int | ladder_phi, | ||
const int | ladder_z, | ||
const int | strip_z, | ||
const int | strip_phi | ||
) | const |
Definition at line 36 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 36 of file InttDeadMap.cc
Referenced by PHG4InttDigitizer::DigitizeLadderCells().
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in InttDeadMapv1.
Definition at line 64 of file InttDeadMap.cc.
View newest version in sPHENIX GitHub at line 64 of file InttDeadMap.cc
Reimplemented in InttDeadMapv1.
Definition at line 35 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 35 of file InttDeadMap.h
Referenced by PHG4InttDeadMapLoader::InitRun().
|
staticprivate |
Definition at line 49 of file InttDeadMap.h.
View newest version in sPHENIX GitHub at line 49 of file InttDeadMap.h
Referenced by getWildCardID().