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

#include <G4RTJpeg.hh>

Public Member Functions

 G4IndexError (int maxIndex, int errorIndex, const char *mes)
 

Public Attributes

int mMaxIndex
 
int mErrorIndex
 
const char * mMessage
 

Detailed Description

Definition at line 184 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

◆ G4IndexError()

G4IndexError::G4IndexError ( int maxIndex,
int errorIndex,
const char * mes )
inline

Definition at line 187 of file G4RTJpeg.hh.

188 {mMaxIndex = maxIndex; mErrorIndex = errorIndex; mMessage = mes;};
const char * mMessage
Definition G4RTJpeg.hh:191

Member Data Documentation

◆ mErrorIndex

int G4IndexError::mErrorIndex

Definition at line 190 of file G4RTJpeg.hh.

Referenced by G4IndexError().

◆ mMaxIndex

int G4IndexError::mMaxIndex

Definition at line 189 of file G4RTJpeg.hh.

Referenced by G4IndexError().

◆ mMessage

const char* G4IndexError::mMessage

Definition at line 191 of file G4RTJpeg.hh.

Referenced by G4IndexError().


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