Geant4 VMC Version 6.7
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TG4VUserPostDetConstruction Class Referenceabstract

The abstract base class for user defined class to customize geometry. More...

#include <TG4VUserPostDetConstruction.h>

Public Member Functions

 TG4VUserPostDetConstruction ()
 
virtual ~TG4VUserPostDetConstruction ()
 
virtual void Construct ()=0
 Method to be overriden by user.
 

Private Member Functions

 TG4VUserPostDetConstruction (const TG4VUserPostDetConstruction &right)
 Not implemented.
 
TG4VUserPostDetConstructionoperator= (const TG4VUserPostDetConstruction &right)
 Not implemented.
 

Detailed Description

The abstract base class for user defined class to customize geometry.

An implemented use case is a user customization of magnetic field equation of motion and its stepper.

Author
I. Hrivnacova; IPN, Orsay

Definition at line 29 of file TG4VUserPostDetConstruction.h.

Constructor & Destructor Documentation

◆ TG4VUserPostDetConstruction() [1/2]

TG4VUserPostDetConstruction::TG4VUserPostDetConstruction ( )
inline

Definition at line 32 of file TG4VUserPostDetConstruction.h.

Referenced by operator=(), and TG4VUserPostDetConstruction().

◆ ~TG4VUserPostDetConstruction()

virtual TG4VUserPostDetConstruction::~TG4VUserPostDetConstruction ( )
inlinevirtual

Definition at line 33 of file TG4VUserPostDetConstruction.h.

◆ TG4VUserPostDetConstruction() [2/2]

TG4VUserPostDetConstruction::TG4VUserPostDetConstruction ( const TG4VUserPostDetConstruction & right)
private

Not implemented.

Member Function Documentation

◆ Construct()

virtual void TG4VUserPostDetConstruction::Construct ( )
pure virtual

Method to be overriden by user.

◆ operator=()

TG4VUserPostDetConstruction & TG4VUserPostDetConstruction::operator= ( const TG4VUserPostDetConstruction & right)
private

Not implemented.


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