Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
IO
Root
test_GetFileFormatVersion.cpp
Go to the documentation of this file.
1
#include "
art/Framework/IO/Root/GetFileFormatVersion.h
"
2
#include <cassert>
3
#include <iostream>
4
5
int
6
main
(
int
/*argc*/
,
char
*
argv
[])
7
{
8
assert(
art::getFileFormatVersion
() == 12);
9
std::cout <<
"Running "
<< argv[0] << std::endl;
10
}
GetFileFormatVersion.h
freeze_graph.argv
argv
Definition:
freeze_graph.py:218
main
int main(int, char *argv[])
Definition:
test_GetFileFormatVersion.cpp:6
art::getFileFormatVersion
int getFileFormatVersion()
Definition:
GetFileFormatVersion.cc:47
Generated by
1.8.11