46 return (time.
value() >> 32) + 1
e-6 * (time.
value() & 0xffffffff);
49 static inline double stampToReal(
const timeval& time) {
return time.tv_sec + 1
e-6 * time.tv_usec; }
53 gettimeofday(&now,
nullptr);
92 gethostname(hostname, 64);
95 char*
pwd = getcwd(
nullptr, 0);
T getUntrackedParameter(std::string const &, T const &) const
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
virtual void setCurrentFolder(std::string const &fullpath)
#define DEFINE_FWK_MODULE(type)
virtual int64_t getIntValue() const
MonitorElement * bookString(TString const &name, TString const &value, FUNC onbooking=NOOP())
LuminosityBlockNumber_t luminosityBlock() const
std::string getReleaseVersion()
MonitorElement * bookInt(TString const &name, FUNC onbooking=NOOP())
Timestamp const & beginTime() const
virtual const std::string & getStringValue() const
static double stampToReal(edm::Timestamp time)
TimeValue_t value() const