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

#include <fun4all_eicdetectors/blob/master/simulation/g4simulation/g4eiccalos/PHG4ForwardHcalDisplayAction.h>

+ Inheritance diagram for PHG4ForwardHcalDisplayAction:
+ Collaboration diagram for PHG4ForwardHcalDisplayAction:

Public Member Functions

 PHG4ForwardHcalDisplayAction (const std::string &name)
 
 PHG4ForwardHcalDisplayAction (const std::string &name, bool detailed)
 
virtual ~PHG4ForwardHcalDisplayAction ()
 
void ApplyDisplayAction (G4VPhysicalVolume *physvol) override
 ApplyDisplayAction method.
 
void AddVolume (G4LogicalVolume *logvol, const std::string &mat)
 
- Public Member Functions inherited from PHG4DisplayAction
 PHG4DisplayAction ()=delete
 constructor
 
 PHG4DisplayAction (const std::string &name)
 
virtual ~PHG4DisplayAction ()
 destructor
 
virtual void SetName (const std::string &name)
 
virtual std::string GetName () const
 
virtual void Print (const std::string &="ALL")
 

Private Attributes

std::map< G4LogicalVolume
*, std::string > 
m_LogicalVolumeMap
 
std::vector< G4VisAttributes * > m_VisAttVec
 
bool showdetails = false
 

Additional Inherited Members

- Public Types inherited from PHG4DisplayAction
enum  CheckReturnCodes { ABORT = -1, FAILED = 0, ACCEPT = 1 }
 
- Protected Member Functions inherited from PHG4DisplayAction
int FindVolumes (G4VPhysicalVolume *physvol)
 find FindVolume method
 
virtual int CheckVolume (G4VPhysicalVolume *)
 find CheckVolume method
 
virtual void ApplyVisAttributes (G4VPhysicalVolume *)
 ApplyVisAttributes method.
 

Detailed Description

Definition at line 16 of file PHG4ForwardHcalDisplayAction.h.

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

Constructor & Destructor Documentation

PHG4ForwardHcalDisplayAction::PHG4ForwardHcalDisplayAction ( const std::string &  name)
explicit

Definition at line 14 of file PHG4ForwardHcalDisplayAction.cc.

View newest version in sPHENIX GitHub at line 14 of file PHG4ForwardHcalDisplayAction.cc

PHG4ForwardHcalDisplayAction::PHG4ForwardHcalDisplayAction ( const std::string &  name,
bool  detailed 
)
explicit

Definition at line 19 of file PHG4ForwardHcalDisplayAction.cc.

View newest version in sPHENIX GitHub at line 19 of file PHG4ForwardHcalDisplayAction.cc

References showdetails.

PHG4ForwardHcalDisplayAction::~PHG4ForwardHcalDisplayAction ( )
virtual

Definition at line 26 of file PHG4ForwardHcalDisplayAction.cc.

View newest version in sPHENIX GitHub at line 26 of file PHG4ForwardHcalDisplayAction.cc

References it, and m_VisAttVec.

Member Function Documentation

void PHG4ForwardHcalDisplayAction::AddVolume ( G4LogicalVolume *  logvol,
const std::string &  mat 
)
inline

Definition at line 25 of file PHG4ForwardHcalDisplayAction.h.

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

References m_LogicalVolumeMap.

Referenced by PHG4ForwardHcalDetector::ConstructMe(), and PHG4ForwardHcalDetector::ConstructTower().

+ Here is the caller graph for this function:

void PHG4ForwardHcalDisplayAction::ApplyDisplayAction ( G4VPhysicalVolume *  physvol)
overridevirtual

ApplyDisplayAction method.

pure virtual - has to be implemented by derived class creates and set VisAttributes for volumes

Parameters
[in]physvolstarting volume in hierarchy (typically world volume)

Implements PHG4DisplayAction.

Definition at line 35 of file PHG4ForwardHcalDisplayAction.cc.

View newest version in sPHENIX GitHub at line 35 of file PHG4ForwardHcalDisplayAction.cc

References it, m_LogicalVolumeMap, m_VisAttVec, and showdetails.

Member Data Documentation

std::map<G4LogicalVolume *, std::string> PHG4ForwardHcalDisplayAction::m_LogicalVolumeMap
private

Definition at line 28 of file PHG4ForwardHcalDisplayAction.h.

View newest version in sPHENIX GitHub at line 28 of file PHG4ForwardHcalDisplayAction.h

Referenced by AddVolume(), and ApplyDisplayAction().

std::vector<G4VisAttributes *> PHG4ForwardHcalDisplayAction::m_VisAttVec
private

Definition at line 29 of file PHG4ForwardHcalDisplayAction.h.

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

Referenced by ApplyDisplayAction(), and ~PHG4ForwardHcalDisplayAction().

bool PHG4ForwardHcalDisplayAction::showdetails = false
private

Definition at line 30 of file PHG4ForwardHcalDisplayAction.h.

View newest version in sPHENIX GitHub at line 30 of file PHG4ForwardHcalDisplayAction.h

Referenced by ApplyDisplayAction(), and PHG4ForwardHcalDisplayAction().


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