test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
19 
20 namespace edm {
21 
23  }
24 
25  bool
27  EventPrincipal const& iEvent,
28  ModuleCallingContext const* mcc) const {
29  assert(m_setup);
30  return tryToFillImpl(label, iEvent, *m_setup, mcc);
31  }
32 }
virtual bool tryToFillImpl(std::string const &, EventPrincipal const &, EventSetup const &, ModuleCallingContext const *mcc) const =0
assert(m_qm.get())
int iEvent
Definition: GenABIO.cc:230
EventSetup const * m_setup
bool tryToFill(std::string const &label, EventPrincipal const &iEvent, ModuleCallingContext const *mcc) const
returns true if found an EDProducer and ran it