BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
ExtBesSubdetector Class Referenceabstract

#include <ExtBesSubdetector.h>

+ Inheritance diagram for ExtBesSubdetector:

Public Member Functions

 ExtBesSubdetector ()
 
virtual ~ExtBesSubdetector ()
 
virtual void Construct (G4LogicalVolume *bes)=0
 
G4LogicalVolume * FindLogicalVolume (const G4String &vn)
 

Detailed Description

Definition at line 8 of file ExtBesSubdetector.h.

Constructor & Destructor Documentation

◆ ExtBesSubdetector()

ExtBesSubdetector::ExtBesSubdetector ( )
inline

Definition at line 11 of file ExtBesSubdetector.h.

11{};

◆ ~ExtBesSubdetector()

virtual ExtBesSubdetector::~ExtBesSubdetector ( )
inlinevirtual

Definition at line 12 of file ExtBesSubdetector.h.

12{};

Member Function Documentation

◆ Construct()

virtual void ExtBesSubdetector::Construct ( G4LogicalVolume * bes)
pure virtual

◆ FindLogicalVolume()

G4LogicalVolume * ExtBesSubdetector::FindLogicalVolume ( const G4String & vn)
inline

Definition at line 21 of file ExtBesSubdetector.h.

22{
23 return const_cast<G4LogicalVolume*>( GDMLProcessor::GetInstance()->GetLogicalVolume(vn) );
24}

Referenced by ExtBesMucConstruction::Construct().


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