ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4HadronicDeprecate.hh File Reference
#include "G4ios.hh"
#include "G4Types.hh"
+ Include dependency graph for G4HadronicDeprecate.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G4HadronicDeprecate(name)
 

Macro Definition Documentation

#define G4HadronicDeprecate (   name)
Value:
{\
static G4bool dowarn=true;\
if (dowarn) \
G4cout << "WARNING: " << name << " is deprecated and will be removed in GEANT4 version 10.0." \
<< G4endl;\
dowarn=false;\
}

Definition at line 33 of file G4HadronicDeprecate.hh.

View newest version in sPHENIX GitHub at line 33 of file G4HadronicDeprecate.hh

Referenced by G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest().