#include "FWCore/Framework/interface/stream/EDFilter.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
Go to the source code of this file.
Typedefs | |
template<typename Selector , typename OutputCollection = typename ::helper::SelectedOutputCollectionTrait<typename Selector::collection>::type, typename SizeSelector = NonNullNumberSelector, typename PostProcessor = ::helper::NullPostProcessor<OutputCollection, edm::stream::EDFilter<>>, typename StoreManager = typename ::helper::StoreManagerTrait<OutputCollection, edm::stream::EDFilter<>>::type, typename Init = typename ::reco::modules::EventSetupInit<Selector>::type> | |
using | ObjectSelectorStream = ObjectSelector< Selector, OutputCollection, SizeSelector, PostProcessor, StoreManager, typename::helper::StoreManagerTrait< OutputCollection, edm::stream::EDFilter<>>::base, Init > |
using ObjectSelectorStream = ObjectSelector<Selector,OutputCollection,SizeSelector, PostProcessor,StoreManager, typename ::helper::StoreManagerTrait<OutputCollection, edm::stream::EDFilter<>>::base, Init> |
Definition at line 32 of file ObjectSelectorStream.h.