BOSS 8.0.0
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 7 of file ExtBesSubdetector.h.

Constructor & Destructor Documentation

◆ ExtBesSubdetector()

ExtBesSubdetector::ExtBesSubdetector ( )
inline

Definition at line 9 of file ExtBesSubdetector.h.

9{};

◆ ~ExtBesSubdetector()

virtual ExtBesSubdetector::~ExtBesSubdetector ( )
inlinevirtual

Definition at line 10 of file ExtBesSubdetector.h.

10{};

Member Function Documentation

◆ Construct()

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

◆ FindLogicalVolume()

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

Definition at line 18 of file ExtBesSubdetector.h.

18 {
19 return const_cast<G4LogicalVolume*>( GDMLProcessor::GetInstance()->GetLogicalVolume( vn ) );
20}

Referenced by ExtBesMucConstruction::Construct().


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