#include "EventFilter/StorageManager/interface/FragmentCollector.h"
#include "EventFilter/StorageManager/interface/ProgressMarker.h"
#include "IOPool/Streamer/interface/MsgHeader.h"
#include "IOPool/Streamer/interface/InitMessage.h"
#include "IOPool/Streamer/interface/DQMEventMessage.h"
#include "IOPool/Streamer/interface/FRDEventMessage.h"
#include "boost/bind.hpp"
#include "log4cplus/loggingmacros.h"
#include <algorithm>
#include <utility>
#include <cstdlib>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | stor |
Classes | |
struct | stor::SMFC_thread_data |
Defines | |
#define | FR_DEBUG if(debugme) std::cerr |
Functions | |
bool | stor::getSMFC_exceptionStatus () |
std::string | stor::getSMFC_reason4Exception () |
Variables | |
static const bool | debugme = getenv("FRAG_DEBUG")!=0 |
static SMFC_thread_data | stor::SMFragCollThread |
#define FR_DEBUG if(debugme) std::cerr |
Definition at line 24 of file FragmentCollector.cc.
Referenced by IgQtAppDebugService::IgQtAppDebugService().