#include "Utilities/StorageFactory/interface/StorageMaker.h"
#include "Utilities/StorageFactory/interface/StorageMakerFactory.h"
#include "Utilities/StorageFactory/interface/StorageFactory.h"
#include "Utilities/StorageFactory/interface/File.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | LocalStorageMaker |
Defines | |
#define | _FILE_OFFSET_BITS 64 |
#define | _GNU_SOURCE 1 |
Functions | |
DEFINE_EDM_PLUGIN (StorageMakerFactory, LocalStorageMaker,"file") |
#define _FILE_OFFSET_BITS 64 |
Definition at line 2 of file LocalStorageMaker.cc.
#define _GNU_SOURCE 1 |
Definition at line 1 of file LocalStorageMaker.cc.
DEFINE_EDM_PLUGIN | ( | StorageMakerFactory | , |
LocalStorageMaker | , | ||
"file" | |||
) |