Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
src
UnscheduledHandler.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Framework
4
// Class : UnscheduledHandler
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author: Chris Jones
10
// Created: Mon Oct 13 13:58:07 CEST 2008
11
//
12
13
// system include files
14
#include <cassert>
15
#include <iostream>
16
17
// user include files
18
#include "
FWCore/Framework/interface/UnscheduledHandler.h
"
19
20
namespace
edm {
21
22
UnscheduledHandler::~UnscheduledHandler
() {
23
}
24
25
bool
26
UnscheduledHandler::tryToFill
(
std::string
const
&
label
,
27
EventPrincipal
&
iEvent
,
28
ModuleCallingContext
const
* mcc) {
29
assert
(
m_setup
);
30
return
tryToFillImpl
(label, iEvent, *
m_setup
, mcc);
31
}
32
}
diffTwoXMLs.label
list label
Definition:
diffTwoXMLs.py:42
edm::ModuleCallingContext
Definition:
ModuleCallingContext.h:30
UnscheduledHandler.h
assert
assert(m_qm.get())
edm::EventPrincipal
Definition:
EventPrincipal.h:46
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
iEvent
int iEvent
Definition:
GenABIO.cc:230
edm::UnscheduledHandler::m_setup
EventSetup const * m_setup
Definition:
UnscheduledHandler.h:59
edm::UnscheduledHandler::~UnscheduledHandler
virtual ~UnscheduledHandler()
Definition:
UnscheduledHandler.cc:22
edm::UnscheduledHandler::tryToFillImpl
virtual bool tryToFillImpl(std::string const &, EventPrincipal &, EventSetup const &, ModuleCallingContext const *mcc)=0
edm::UnscheduledHandler::tryToFill
bool tryToFill(std::string const &label, EventPrincipal &iEvent, ModuleCallingContext const *mcc)
returns true if found an EDProducer and ran it
Definition:
UnscheduledHandler.cc:26
Generated for CMSSW Reference Manual by
1.8.5