CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TriggerResultInserter.cc
Go to the documentation of this file.
1 
6 
7 #include <memory>
8 
9 namespace edm
10 {
12  trptr_(trptr),
13  pset_id_(pset.id())
14  {
15  produces<TriggerResults>();
16  }
17 
19  {
20  }
21 
23  {
24  std::auto_ptr<TriggerResults>
26 
27  e.put(results);
28  }
29 }
boost::shared_ptr< HLTGlobalStatus > TrigResPtr
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:85
TriggerResultInserter(edm::ParameterSet const &ps)
virtual void produce(edm::Event &e, edm::EventSetup const &c)