CMS 3D CMS Logo

FileFormat.h
Go to the documentation of this file.
1 
2 #ifndef L1Trigger_DemonstratorTools_FileFormat_h
3 #define L1Trigger_DemonstratorTools_FileFormat_h
4 
5 #include <iosfwd>
6 
7 namespace l1t::demo {
8 
9  enum class FileFormat { APx, EMP, X20 };
10 
11  std::ostream& operator<<(std::ostream&, FileFormat);
12 
13 } // namespace l1t::demo
14 
15 #endif
std::ostream & operator<<(std::ostream &, FileFormat)
Definition: FileFormat.cc:8