#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.
|
static std::string | now () |
|
#define SIZE_MAX ((size_t) -1) |
#define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) |
static std::string now |
( |
| ) |
|
|
static |