Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VHCIOentry Class Reference

#include <G4VHCIOentry.hh>

+ Inheritance diagram for G4VHCIOentry:

Public Member Functions

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

Protected Attributes

G4int m_verbose = 0
 

Detailed Description

Definition at line 40 of file G4VHCIOentry.hh.

Constructor & Destructor Documentation

◆ G4VHCIOentry()

G4VHCIOentry::G4VHCIOentry ( const G4String & n)

Definition at line 35 of file G4VHCIOentry.cc.

36 : m_name(n)
37{
39 c->RegisterEntry(this);
40
42}
static G4HCIOcatalog * GetHCIOcatalog()
void RegisterEntry(G4VHCIOentry *d)
static G4PersistencyCenter * GetPersistencyCenter()

◆ ~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; }

Referenced by G4HCIOcatalog::RegisterEntry().

◆ SetVerboseLevel()

void G4VHCIOentry::SetVerboseLevel ( G4int v)
inline

Definition at line 50 of file G4VHCIOentry.hh.

50{ m_verbose = v; }

Member Data Documentation

◆ m_verbose

G4int G4VHCIOentry::m_verbose = 0
protected

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