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

Go to the source code of this file.

Classes

class  XrdPosixXrootd
 

Functions

fRead * fReadFactory ()
 

Function Documentation

◆ fReadFactory()

fRead* fReadFactory ( )

Definition at line 111 of file fReadXRootD.cxx.

112  {
113  fReadXRootD * nfr = new fReadXRootD();
114  return (fRead *)nfr;
115  }
fReadXRootD
Definition: fReadXRootD.h:11