LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Run.h File Reference

Go to the source code of this file.

Classes

class  art::Run
 

Namespaces

 art
 

Macros

#define PUT_DEPRECATION_MSG
 

Macro Definition Documentation

#define PUT_DEPRECATION_MSG
Value:
"\n\n" \
"art warning: The Run::put(...) function without a product semantic is " \
"deprecated.\n" \
" Please adjust your usage to include the correct semantic " \
"(e.g.):\n\n" \
" run.put(std::move(product), art::fullRun());\n" \
" run.put(std::move(product), instanceName, " \
"art::runFragment());\n\n" \
" Generally, Run::put calls made in beginRun should include " \
"art::fullRun();\n" \
" Run::put calls made in endRun should use " \
"art::runFragment().\n" \
" Contact artists@fnal.gov for assistance or details.\n\n"

Definition at line 20 of file Run.h.