|
||||
File indexing completed on 2024-04-06 12:19:38
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 { 0010 APx, 0011 EMPv1, //< Format used in EMP until version 0.6.x 0012 EMPv2, //< Format used in EMP from verison 0.7.0 0013 X2O 0014 }; 0015 0016 std::ostream& operator<<(std::ostream&, FileFormat); 0017 0018 } // namespace l1t::demo 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |