CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
TriggerBxMonitor.cc File Reference
#include <string>
#include <cstring>
#include <boost/regex.hpp>
#include <boost/format.hpp>
#include <TH1F.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Provenance/interface/ProcessHistory.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/L1TGlobal/interface/GlobalAlgBlk.h"
#include "CondFormats/DataRecord/interface/L1TUtmTriggerMenuRcd.h"
#include "CondFormats/L1TObjects/interface/L1TUtmTriggerMenu.h"
#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  TriggerBxMonitor
 

Functions

template<typename T >
static const Tget (const edm::Event &event, const edm::EDGetTokenT< T > &token)
 
template<typename R , typename T >
static const Tget (const edm::EventSetup &setup)
 
static const
edm::ParameterSetDescriptionFillerPluginFactory::PMaker
< edm::ParameterSetDescriptionFiller
< TriggerBxMonitor > > 
s_filler__LINE__ ("TriggerBxMonitor")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker
< TriggerBxMonitor > > 
s_maker__LINE__ ("TriggerBxMonitor")
 

Function Documentation

template<typename T >
static const T& get ( const edm::Event event,
const edm::EDGetTokenT< T > &  token 
)
static

Definition at line 39 of file TriggerBxMonitor.cc.

References patZpeak::handle, edm::HandleBase::isValid(), edm::Handle< T >::product(), unpackBuffers-CaloStage2::token, and edm::HandleBase::whyFailed().

39  {
41  event.getByToken(token, handle);
42  if (not handle.isValid())
43  throw * handle.whyFailed();
44  return * handle.product();
45 }
tuple handle
Definition: patZpeak.py:22
bool isValid() const
Definition: HandleBase.h:75
T const * product() const
Definition: Handle.h:81
std::shared_ptr< cms::Exception > whyFailed() const
Definition: HandleBase.h:110
template<typename R , typename T >
static const T& get ( const edm::EventSetup setup)
static

Definition at line 49 of file TriggerBxMonitor.cc.

References patZpeak::handle, edm::ESHandle< class >::product(), dttmaxenums::R, and HcalObjRepresent::setup().

49  {
51  setup.get<R>().get(handle);
52  return * handle.product();
53 }
tuple handle
Definition: patZpeak.py:22
const T & get() const
Definition: EventSetup.h:56
T const * product() const
Definition: ESHandle.h:86
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< TriggerBxMonitor > > s_filler__LINE__ ( "TriggerBxMonitor"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TriggerBxMonitor > > s_maker__LINE__ ( "TriggerBxMonitor"  )
static