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

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4detectors/BeamLineMagnetDetector.h>

+ Inheritance diagram for BeamLineMagnetDetector:
+ Collaboration diagram for BeamLineMagnetDetector:

Public Member Functions

 BeamLineMagnetDetector (PHG4Subsystem *subsys, PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int magnetid=0)
 constructor
 
 ~BeamLineMagnetDetector (void) override
 destructor
 
void ConstructMe (G4LogicalVolume *world) override
 construct
 
void PostConstruction () override
 Optional PostConstruction call after all geometry is constructed.
 
int IsInBeamLineMagnet (const G4VPhysicalVolume *) const
 
void SuperDetector (const std::string &name)
 
const std::string SuperDetector () const
 
int get_MagnetId () const
 
- Public Member Functions inherited from PHG4Detector
 PHG4Detector ()=delete
 constructor
 
 PHG4Detector (PHG4Subsystem *subsys, PHCompositeNode *Node, const std::string &nam)
 
virtual ~PHG4Detector (void)
 destructor
 
virtual void Construct (G4LogicalVolume *world) final
 construct method
 
virtual void Verbosity (const int v)
 
virtual int Verbosity () const
 
virtual G4UserSteppingAction * GetSteppingAction ()
 
virtual std::string GetName () const
 
virtual void OverlapCheck (const bool chk)
 
virtual bool OverlapCheck () const
 
virtual void Print (const std::string &="ALL") const
 
virtual int DisplayVolume (G4VSolid *volume, G4LogicalVolume *logvol, G4RotationMatrix *rotm=nullptr)
 
virtual int DisplayVolume (G4LogicalVolume *checksolid, G4LogicalVolume *logvol, G4RotationMatrix *rotm=nullptr)
 
virtual PHCompositeNodetopNode ()
 
virtual PHG4SubsystemGetMySubsystem ()
 

Private Attributes

PHParametersm_Params = nullptr
 
G4VPhysicalVolume * magnet_physi = nullptr
 
G4VPhysicalVolume * magnet_iron_physi = nullptr
 
G4VPhysicalVolume * magnet_core_physi = nullptr
 
BeamLineMagnetDisplayActionm_DisplayAction = nullptr
 
G4LogicalVolume * m_magnetFieldLogic = nullptr
 
G4MagneticField * m_magField = nullptr
 
int m_MagnetId = -1
 
std::string m_SuperDetector = "NONE"
 

Additional Inherited Members

- Static Public Member Functions inherited from PHG4Detector
static G4Material * GetDetectorMaterial (const std::string &name, const bool quit=true)
 
static G4Element * GetDetectorElement (const std::string &name, const bool quit=true)
 

Detailed Description

Definition at line 18 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 18 of file BeamLineMagnetDetector.h

Constructor & Destructor Documentation

BeamLineMagnetDetector::BeamLineMagnetDetector ( PHG4Subsystem subsys,
PHCompositeNode Node,
PHParameters parameters,
const std::string &  dnam,
const int  magnetid = 0 
)

constructor

Definition at line 41 of file BeamLineMagnetDetector.cc.

View newest version in sPHENIX GitHub at line 41 of file BeamLineMagnetDetector.cc

BeamLineMagnetDetector::~BeamLineMagnetDetector ( void  )
inlineoverride

destructor

Definition at line 25 of file BeamLineMagnetDetector.h.

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

Member Function Documentation

void BeamLineMagnetDetector::ConstructMe ( G4LogicalVolume *  world)
overridevirtual
int BeamLineMagnetDetector::get_MagnetId ( ) const
inline

Definition at line 38 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 38 of file BeamLineMagnetDetector.h

References m_MagnetId.

int BeamLineMagnetDetector::IsInBeamLineMagnet ( const G4VPhysicalVolume *  volume) const

Definition at line 50 of file BeamLineMagnetDetector.cc.

View newest version in sPHENIX GitHub at line 50 of file BeamLineMagnetDetector.cc

References magnet_core_physi, magnet_iron_physi, and magnet_physi.

Referenced by BeamLineMagnetSteppingAction::UserSteppingAction().

+ Here is the caller graph for this function:

void BeamLineMagnetDetector::PostConstruction ( )
overridevirtual

Optional PostConstruction call after all geometry is constructed.

Reimplemented from PHG4Detector.

Definition at line 236 of file BeamLineMagnetDetector.cc.

View newest version in sPHENIX GitHub at line 236 of file BeamLineMagnetDetector.cc

References m_magField, m_magnetFieldLogic, Acts::UnitConstants::mm, and PHG4Detector::Verbosity().

+ Here is the call graph for this function:

void BeamLineMagnetDetector::SuperDetector ( const std::string &  name)
inline

Definition at line 36 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 36 of file BeamLineMagnetDetector.h

References m_SuperDetector, and name.

Referenced by BeamLineMagnetSubsystem::InitRunSubsystem().

+ Here is the caller graph for this function:

const std::string BeamLineMagnetDetector::SuperDetector ( ) const
inline

Definition at line 37 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 37 of file BeamLineMagnetDetector.h

References m_SuperDetector.

Member Data Documentation

BeamLineMagnetDisplayAction* BeamLineMagnetDetector::m_DisplayAction = nullptr
private

Definition at line 46 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 46 of file BeamLineMagnetDetector.h

Referenced by ConstructMe().

G4MagneticField* BeamLineMagnetDetector::m_magField = nullptr
private

Definition at line 48 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 48 of file BeamLineMagnetDetector.h

Referenced by ConstructMe(), and PostConstruction().

G4LogicalVolume* BeamLineMagnetDetector::m_magnetFieldLogic = nullptr
private

Definition at line 47 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 47 of file BeamLineMagnetDetector.h

Referenced by ConstructMe(), and PostConstruction().

int BeamLineMagnetDetector::m_MagnetId = -1
private

Definition at line 50 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 50 of file BeamLineMagnetDetector.h

Referenced by ConstructMe(), and get_MagnetId().

PHParameters* BeamLineMagnetDetector::m_Params = nullptr
private

Definition at line 41 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 41 of file BeamLineMagnetDetector.h

Referenced by ConstructMe().

std::string BeamLineMagnetDetector::m_SuperDetector = "NONE"
private

Definition at line 52 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 52 of file BeamLineMagnetDetector.h

Referenced by SuperDetector().

G4VPhysicalVolume* BeamLineMagnetDetector::magnet_core_physi = nullptr
private

Definition at line 45 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 45 of file BeamLineMagnetDetector.h

Referenced by ConstructMe(), and IsInBeamLineMagnet().

G4VPhysicalVolume* BeamLineMagnetDetector::magnet_iron_physi = nullptr
private

Definition at line 44 of file BeamLineMagnetDetector.h.

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

Referenced by ConstructMe(), and IsInBeamLineMagnet().

G4VPhysicalVolume* BeamLineMagnetDetector::magnet_physi = nullptr
private

Definition at line 43 of file BeamLineMagnetDetector.h.

View newest version in sPHENIX GitHub at line 43 of file BeamLineMagnetDetector.h

Referenced by ConstructMe(), and IsInBeamLineMagnet().


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