Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
THIJING< T > Class Template Reference

#include <HIJING.hh>

Inheritance diagram for THIJING< T >:
Collaboration diagram for THIJING< T >:

Public Member Functions

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

Detailed Description

template<class T>
class THIJING< T >

Definition at line 51 of file HIJING.hh.

Constructor & Destructor Documentation

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

Definition at line 68 of file HIJING.hh.

68  : T()
69 {
71  de<<"Support for HIJING not enabled"<<G4endl;
72  G4Exception(__FILE__,"HIJING-01",FatalException,de,
73  "Code should be compiled with G4_USE_HIJING environment variable set.");
74 }
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

Here is the call graph for this function:

template<class T >
THIJING< T >::~THIJING ( )
virtual

Definition at line 77 of file HIJING.hh.

77 { }

Member Function Documentation

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

Definition at line 79 of file HIJING.hh.

79 { }

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