ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Macros | |
#define | NewString(str) ((str) != NULL ? (strcpy((char*)malloc((unsigned)strlen(str) + 1), str)) : NULL) |
#define NewString | ( | str | ) | ((str) != NULL ? (strcpy((char*)malloc((unsigned)strlen(str) + 1), str)) : NULL) |
Definition at line 37 of file G4VInteractorManager.cc.
View newest version in sPHENIX GitHub at line 37 of file G4VInteractorManager.cc
Referenced by G4VInteractorManager::SetArguments().