src
L1Trigger
DemonstratorTools
interface
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
l1t::demo::FileFormat::X20
l1t::demo::operator<<
std::ostream & operator<<(std::ostream &, FileFormat)
Definition:
FileFormat.cc:8
l1t::demo::FileFormat::APx
l1t::demo::FileFormat::EMP
l1t::demo
Definition:
BoardData.h:10
l1t::demo::FileFormat
FileFormat
Definition:
FileFormat.h:9
Generated for CMSSW Reference Manual by
1.8.14