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

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4intt/InttDeadMap.h>

+ Inheritance diagram for InttDeadMap:
+ Collaboration diagram for InttDeadMap:

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 MapgetDeadChannels (void) const
 return all towers
 
virtual MapgetDeadChannels (void)
 
virtual unsigned int size () const
 
- 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)
 

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
 

Detailed Description

Definition at line 11 of file InttDeadMap.h.

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

Member Typedef Documentation

Definition at line 14 of file InttDeadMap.h.

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

Constructor & Destructor Documentation

InttDeadMap::~InttDeadMap ( )
inlineoverride

Definition at line 16 of file InttDeadMap.h.

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

InttDeadMap::InttDeadMap ( )
inlineprotected

Definition at line 44 of file InttDeadMap.h.

View newest version in sPHENIX GitHub at line 44 of file InttDeadMap.h

Member Function Documentation

virtual void InttDeadMap::addDeadChannel ( PHG4CellDefs::keytype  )
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().

+ Here is the caller graph for this function:

const InttDeadMap::Map & InttDeadMap::getDeadChannels ( void  ) const
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

InttDeadMap::Map & InttDeadMap::getDeadChannels ( void  )
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

PHG4CellDefs::keytype InttDeadMap::getInttKey ( int  layer,
int  ladder_phi,
int  ladder_z,
int  strip_z,
int  strip_phi 
)
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.

static int InttDeadMap::getWildCardID ( )
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.

void InttDeadMap::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput 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().

+ Here is the caller graph for this function:

virtual bool InttDeadMap::isDeadChannel ( PHG4CellDefs::keytype  ) const
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().

+ Here is the caller graph for this function:

int InttDeadMap::isValid ( ) const
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

virtual unsigned int InttDeadMap::size ( void  ) const
inlinevirtual

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().

+ Here is the caller graph for this function:

Member Data Documentation

int InttDeadMap::s_wildCardID = -1
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().


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