Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DCIOentryT< T > Class Template Reference

#include <G4DCIOentryT.hh>

+ Inheritance diagram for G4DCIOentryT< T >:

Public Member Functions

 G4DCIOentryT (const G4String &n)
 
 ~G4DCIOentryT ()
 
void CreateDCIOmanager (const G4String &detName, const G4String &colName)
 
void DeleteDCIOmanager ()
 
- Public Member Functions inherited from G4VDCIOentry
 G4VDCIOentry (const G4String &n)
 
virtual ~G4VDCIOentry ()
 
void SetVerboseLevel (G4int v)
 
const G4StringGetName ()
 

Additional Inherited Members

- Protected Attributes inherited from G4VDCIOentry
G4int m_verbose = 0
 

Detailed Description

template<class T>
class G4DCIOentryT< T >

Definition at line 44 of file G4DCIOentryT.hh.

Constructor & Destructor Documentation

◆ G4DCIOentryT()

template<class T>
G4DCIOentryT< T >::G4DCIOentryT ( const G4String & n)
inline

Definition at line 1 of file G4DCIOentryT.hh.

49 {
50 if(m_verbose > 2)
51 {
52 G4cout << "G4DCIOentryT: Registering DigitsCollection IO manager"
53 << " for \"" << n << "\"" << G4endl;
54 }
55 }
G4VDCIOentry(const G4String &n)

◆ ~G4DCIOentryT()

template<class T>
G4DCIOentryT< T >::~G4DCIOentryT ( )
inline

Definition at line 58 of file G4DCIOentryT.hh.

58{}

Member Function Documentation

◆ CreateDCIOmanager()

template<class T>
void G4DCIOentryT< T >::CreateDCIOmanager ( const G4String & detName,
const G4String & colName )
inlinevirtual

Reimplemented from G4VDCIOentry.

Definition at line 61 of file G4DCIOentryT.hh.

62 {
63 if(f_manager == nullptr)
64 {
65 f_manager = new T(detName, colName);
66 if(m_verbose > 2)
67 {
68 G4cout << "G4DCIOentryT: Constructing DigitsCollection IO manager"
69 << " for \"" << detName << "\" " << f_manager << G4endl;
70 }
72 if(m_verbose > 2)
73 {
75 }
76 }
77 }
void PrintDCIOmanager()
static G4DCIOcatalog * GetDCIOcatalog()
void RegisterDCIOmanager(G4VPDigitsCollectionIO *d)

◆ DeleteDCIOmanager()

template<class T>
void G4DCIOentryT< T >::DeleteDCIOmanager ( )
inline

Definition at line 80 of file G4DCIOentryT.hh.

81 {
82 if(f_manager != nullptr) { delete f_manager; }
83 }

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