![]() |
|
|||
File indexing completed on 2022-04-01 23:54:03
0001 0002 #ifndef L1Trigger_DemonstratorTools_FileFormat_h 0003 #define L1Trigger_DemonstratorTools_FileFormat_h 0004 0005 #include <iosfwd> 0006 0007 namespace l1t::demo { 0008 0009 enum class FileFormat { APx, EMP, X20 }; 0010 0011 std::ostream& operator<<(std::ostream&, FileFormat); 0012 0013 } // namespace l1t::demo 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |