|
||||
File indexing completed on 2024-04-06 12:13:07
0001 #ifndef FWCore_Services_tracer_setupFile_h 0002 #define FWCore_Services_tracer_setupFile_h 0003 0004 #include <string> 0005 0006 namespace edm { 0007 class ActivityRegistry; 0008 namespace service::tracer { 0009 void setupFile(std::string const& iFileName, edm::ActivityRegistry&); 0010 } 0011 } // namespace edm 0012 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |