Go to the documentation of this file.
70 int main(
int argc,
char** argv)
74 char*
part = getenv(
"DICOM_PARTIAL_PARAM" );
76 if( part &&
G4String(part) ==
"1" ) {
90 char* nest = getenv(
"DICOM_NESTED_PARAM" );
91 if( nest &&
G4String(nest) ==
"1" ) {
135 G4String command =
"/control/execute ";