Geant4-11
Public Member Functions | Protected Attributes | Private Attributes
G4VHCIOentry Class Reference

#include <G4VHCIOentry.hh>

Inheritance diagram for G4VHCIOentry:
G4HCIOentryT< T >

Public Member Functions

virtual void CreateHCIOmanager (const G4String &, const G4String &)
 
 G4VHCIOentry (const G4String &n)
 
const G4StringGetName ()
 
void SetVerboseLevel (G4int v)
 
virtual ~G4VHCIOentry ()
 

Protected Attributes

G4int m_verbose = 0
 

Private Attributes

G4String m_name
 

Detailed Description

Definition at line 40 of file G4VHCIOentry.hh.

Constructor & Destructor Documentation

◆ G4VHCIOentry()

G4VHCIOentry::G4VHCIOentry ( const G4String n)

◆ ~G4VHCIOentry()

virtual G4VHCIOentry::~G4VHCIOentry ( )
inlinevirtual

Definition at line 47 of file G4VHCIOentry.hh.

47{}

Member Function Documentation

◆ CreateHCIOmanager()

virtual void G4VHCIOentry::CreateHCIOmanager ( const G4String ,
const G4String  
)
inlinevirtual

Reimplemented in G4HCIOentryT< T >.

Definition at line 56 of file G4VHCIOentry.hh.

56{}

Referenced by G4PersistencyCenter::AddHCIOmanager().

◆ GetName()

const G4String & G4VHCIOentry::GetName ( )
inline

Definition at line 53 of file G4VHCIOentry.hh.

53{ return m_name; }

References m_name.

Referenced by G4HCIOcatalog::RegisterEntry().

◆ SetVerboseLevel()

void G4VHCIOentry::SetVerboseLevel ( G4int  v)
inline

Definition at line 50 of file G4VHCIOentry.hh.

50{ m_verbose = v; }

References m_verbose.

Field Documentation

◆ m_name

G4String G4VHCIOentry::m_name
private

Definition at line 65 of file G4VHCIOentry.hh.

Referenced by GetName().

◆ m_verbose

G4int G4VHCIOentry::m_verbose = 0
protected

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