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
28  ModuleCallingContext const* mcc) {
29  assert(m_setup);
30  return tryToFillImpl(label, iEvent, *m_setup, mcc);
31  }
32 }
int iEvent
Definition: GenABIO.cc:230
EventSetup const * m_setup
virtual bool tryToFillImpl(std::string const &, EventPrincipal &, EventSetup const &, ModuleCallingContext const *mcc)=0
bool tryToFill(std::string const &label, EventPrincipal &iEvent, ModuleCallingContext const *mcc)
returns true if found an EDProducer and ran it