Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
TUrQMD< T > Class Template Reference

#include <UrQMD.hh>

Inheritance diagram for TUrQMD< T >:

Public Member Functions

 TUrQMD (G4int ver=1)
 
virtual ~TUrQMD ()
 
virtual void SetCuts ()
 

Detailed Description

template<class T>
class TUrQMD< T >

Definition at line 50 of file UrQMD.hh.

Constructor & Destructor Documentation

template<class T >
TUrQMD< T >::TUrQMD ( G4int  ver = 1)

Definition at line 67 of file UrQMD.hh.

References FatalException, G4endl, and G4Exception().

67  : T()
68 {
70  de<<"Support for UrQMD not enabled"<<G4endl;
71  G4Exception(__FILE__,"UrQMD-01",FatalException,de,
72  "Code should be compiled with G4_USE_URQMD environment variable set.");
73 }
std::ostringstream G4ExceptionDescription
Definition: globals.hh:76
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
#define G4endl
Definition: G4ios.hh:61
template<class T >
TUrQMD< T >::~TUrQMD ( )
virtual

Definition at line 76 of file UrQMD.hh.

76 { }

Member Function Documentation

template<class T >
void TUrQMD< T >::SetCuts ( )
virtual

Definition at line 78 of file UrQMD.hh.

78 { }

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