CMS 3D CMS Logo

Classes | Functions
DQMEventInfo.cc File Reference
#include <DQMServices/Core/interface/DQMOneEDAnalyzer.h>
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Version/interface/GetReleaseVersion.h"
#include <FWCore/Framework/interface/EDAnalyzer.h>
#include <FWCore/Framework/interface/ESHandle.h>
#include <FWCore/Framework/interface/Event.h>
#include <FWCore/Framework/interface/Run.h>
#include <FWCore/Framework/interface/MakerMacros.h>
#include <FWCore/ParameterSet/interface/ParameterSet.h>
#include <FWCore/ServiceRegistry/interface/Service.h>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <memory>
#include <cstdio>
#include <cmath>
#include <map>
#include <sys/time.h>
#include <TSystem.h>
#include <boost/algorithm/string/join.hpp>

Go to the source code of this file.

Classes

class  DQMEventInfo
 

Functions

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< DQMEventInfo > > s_filler__LINE__ ("DQMEventInfo")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< DQMEventInfo > > s_maker__LINE__ ("DQMEventInfo")
 
static double stampToReal (const timeval &time)
 
static double stampToReal (edm::Timestamp time)
 

Function Documentation

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< DQMEventInfo > > s_filler__LINE__ ( "DQMEventInfo"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< DQMEventInfo > > s_maker__LINE__ ( "DQMEventInfo"  )
static

◆ stampToReal() [1/2]

static double stampToReal ( const timeval &  time)
inlinestatic

Definition at line 92 of file DQMEventInfo.cc.

92 { return time.tv_sec + 1e-6 * time.tv_usec; }

References MillePedeFileConverter_cfg::e, and ntuplemaker::time.

◆ stampToReal() [2/2]

static double stampToReal ( edm::Timestamp  time)
inlinestatic

Definition at line 88 of file DQMEventInfo.cc.

88  {
89  return (time.value() >> 32) + 1e-6 * (time.value() & 0xffffffff);
90 }

References MillePedeFileConverter_cfg::e, and ntuplemaker::time.

Referenced by DQMEventInfo::analyze(), DQMEventInfo::bookHistograms(), and DQMEventInfo::DQMEventInfo().

ntuplemaker.time
time
Definition: ntuplemaker.py:310
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37