ATLAS Offline Software
Functions
fReadDavix.cxx File Reference
#include "ers/ers.h"
#include <fcntl.h>
#include "fReadDavix.h"
#include "EventStorage/EventStorageIssues.h"
Include dependency graph for fReadDavix.cxx:

Go to the source code of this file.

Functions

fRead * fReadFactory ()
 

Function Documentation

◆ fReadFactory()

fRead* fReadFactory ( )

Definition at line 160 of file fReadDavix.cxx.

161  {
162  fReadDavix * nfr = new fReadDavix();
163  return (fRead *)nfr;
164  }
fReadDavix
Definition: fReadDavix.h:13