#include "IOPool/Streamer/interface/MsgTools.h"
#include "IOPool/Streamer/interface/StreamerInputFile.h"
#include "CalibCalorimetry/EcalLaserSorting/interface/WatcherStreamFileReader.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <cstring>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <libgen.h>
#include <fstream>
Go to the source code of this file.
Defines | |
#define | SIZE_MAX ((size_t) -1) |
#define | SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) |
Functions | |
static std::string | now () |
#define SIZE_MAX ((size_t) -1) |
Definition at line 29 of file WatcherStreamFileReader.cc.
#define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) |
Definition at line 32 of file WatcherStreamFileReader.cc.
static std::string now | ( | ) | [static] |
Definition at line 110 of file WatcherStreamFileReader.cc.
Referenced by WatcherStreamFileReader::closeFile(), and WatcherStreamFileReader::getInputFile().