CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DummyBoolEventSelFlagProducer.cc
Go to the documentation of this file.
2 
4 
6 {
7  produces<bool>();
8 }
9 
11 {
12 // nothing to be done yet...
13 }
14 
16 {
17  std::auto_ptr<bool> boolPtr(new bool(true));
18  evt.put(boolPtr);
19 }
20 
22 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
void produce(edm::Event &, const edm::EventSetup &)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:116
DummyBoolEventSelFlagProducer(const edm::ParameterSet &cfg)