CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ObjectSelectorStreamProducer.h
Go to the documentation of this file.
1 #ifndef CommonTools_UtilAlgos_ObjectSelectorStreamProducer_h
2 #define CommonTools_UtilAlgos_ObjectSelectorStreamProducer_h
3 
6 
7 template <
8  typename Selector,
10  typename PostProcessor = ::helper::NullPostProcessor<OutputCollection>,
11  typename StoreManager = typename ::helper::StoreManagerTrait<OutputCollection, edm::stream::EDProducer<>>::type,
15  OutputCollection,
16  PostProcessor,
17  StoreManager,
18  typename ::helper::StoreManagerTrait<OutputCollection, edm::stream::EDProducer<>>::base,
19  Init>;
20 
21 #endif
tuple base
Main Program
Definition: newFWLiteAna.py:92
Functor that operates on &lt;T&gt;
Definition: Selector.h:22