fire v0.19.0
Framework for sImulation and Reconstruction of Events
Open.h
Go to the documentation of this file.
1
6#ifndef FIRE_IO_OPEN_H
7#define FIRE_IO_OPEN_H
8
9#include "fire/io/Reader.h"
10
11namespace fire::io {
12
35
36}
37
38#endif
Geant4 does a GLOBAL definition of the keyword TRUE.
Definition: AbstractData.h:11
std::unique_ptr< io::Reader > open(const std::string &fp)
open an input file for reading
Definition: Open.cxx:7