src
CaloOnlineTools
HcalOnlineDb
interface
xdaq_compat.h
Go to the documentation of this file.
1
#ifndef XDAQ_COMPAT
2
#define XDAQ_COMPAT
3
4
#ifndef HAVE_XDAQ
5
#include <string>
// std::string
6
#include <cstdarg>
// va_list, va_start
7
#include <ostream>
// std::ostream
8
9
/* Replace log4cplus::Logger */
10
namespace
log4cplus
{
11
typedef
std::ostream*
Logger
;
12
}
13
14
namespace
toolbox
{
15
std::string
toString
(
const
char
*
format
, ...);
16
}
17
18
#endif // HAVE_XDAQ
19
20
#endif // XDAQ_COMPAT
log4cplus::Logger
std::ostream * Logger
Definition:
xdaq_compat.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
toolbox::toString
std::string toString(const char *format,...)
Definition:
xdaq_compat.cc:4
toolbox
Definition:
xdaq_compat.h:14
format
log4cplus
Definition:
xdaq_compat.h:10
Generated for CMSSW Reference Manual by
1.8.14