Functions
test_GetFileFormatVersion.cpp File Reference
#include "art/Framework/IO/Root/GetFileFormatVersion.h"
#include <cassert>
#include <iostream>

Go to the source code of this file.

Functions

int main (int, char *argv[])
 

Function Documentation

int main ( int  ,
char *  argv[] 
)

Definition at line 6 of file test_GetFileFormatVersion.cpp.

7 {
8  assert(art::getFileFormatVersion() == 12);
9  std::cout << "Running " << argv[0] << std::endl;
10 }
int getFileFormatVersion()