4 #include <Event/olzoBuffer.h>
5 #include <Event/Event.h>
11 #include <sys/types.h>
25 MAXSIZE(10000000000LL)
27 memset(
xb, 0,
sizeof(
xb));
49 int irun = evt->getRunNumber();
50 unsigned filenamesize =
filerule.size() + 15;
52 char *outfilename =
new char[filenamesize];
54 int snprintfbytes = snprintf(outfilename, filenamesize,
filerule.c_str(), irun,
iseq);
55 if (
static_cast<unsigned>(snprintfbytes) > filenamesize)
57 cout <<
PHWHERE <<
" " <<
ThisName <<
": filename exceeds length " << filenamesize
58 <<
", tried " << snprintfbytes
59 <<
". probably it is the filerule" <<
filerule
60 <<
" which uses other than %010d-%04d for runnumber/segment" << endl;
63 outfile_desc = open(outfilename, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE ,
64 S_IRWXU | S_IROTH | S_IRGRP );
67 cout <<
"could not open " << outfilename <<
" quitting" << endl;
70 cout <<
"opening new file " << outfilename << endl;
72 delete [] outfilename;
75 int status =
ob->addEvent(evt);
78 cout <<
ThisName <<
": ERROR WRITING OUT FILTERED EVENT "
79 << evt->getEvtSequence() <<
" FOR RUN "
80 << evt->getRunNumber() <<
" Status: " << status << endl;
110 os <<
"Fun4AllFileOutStream writing to " <<
filerule << endl;
static const unsigned int LENGTH
Fun4AllFileOutStream(const std::string &frule="OUTDATA-%010d-%04d.PRDFF", const std::string &name="FILEOUTSTREAM")
virtual ~Fun4AllFileOutStream()
unsigned long long MAXSIZE
void identify(std::ostream &os=std::cout) const
unsigned long long byteswritten
int WriteEventOut(Event *evt)
static Fun4AllServer * instance()