![]() |
|
|
Generated: 8 Jan 2009 |
#include "GaudiKernel/Debugger.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/strcasecmp.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
#include "GaudiUtils/IFileCatalog.h"
#include "IODataManager.h"
#include <set>

Go to the source code of this file.
Enumerations | |
| enum | { S_OK = StatusCode::SUCCESS, S_ERROR = StatusCode::FAILURE } |
Functions | |
| DECLARE_NAMESPACE_SERVICE_FACTORY (Gaudi, IODataManager) | |
Variables | |
| static std::set< std::string > | s_badFiles |
| anonymous enum |
Definition at line 15 of file IODataManager.cpp.
00015 { S_OK = StatusCode::SUCCESS, S_ERROR=StatusCode::FAILURE };
| DECLARE_NAMESPACE_SERVICE_FACTORY | ( | Gaudi | , | |
| IODataManager | ||||
| ) |
std::set<std::string> s_badFiles [static] |
Definition at line 17 of file IODataManager.cpp.