CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
helper::StoreManagerTrait< OutputCollection, EdmFilter > Struct Template Reference

#include <StoreManagerTrait.h>

Public Types

using base = ObjectSelectorBase< OutputCollection, EdmFilter >
 
typedef ObjectSelectorBase
< OutputCollection > 
base
 
using type = CollectionStoreManager< OutputCollection >
 
typedef CollectionStoreManager
< OutputCollection > 
type
 

Detailed Description

template<typename OutputCollection, typename EdmFilter = edm::EDFilter>
struct helper::StoreManagerTrait< OutputCollection, EdmFilter >

Definition at line 100 of file StoreManagerTrait.h.

Member Typedef Documentation

template<typename OutputCollection, typename EdmFilter = edm::EDFilter>
using helper::StoreManagerTrait< OutputCollection, EdmFilter >::base = ObjectSelectorBase<OutputCollection, EdmFilter>

Definition at line 102 of file StoreManagerTrait.h.

template<typename OutputCollection, typename EdmFilter = edm::EDFilter>
typedef ObjectSelectorBase<OutputCollection> helper::StoreManagerTrait< OutputCollection, EdmFilter >::base

Definition at line 126 of file StoreManagerTrait.h.

template<typename OutputCollection, typename EdmFilter = edm::EDFilter>
using helper::StoreManagerTrait< OutputCollection, EdmFilter >::type = CollectionStoreManager<OutputCollection>

Definition at line 101 of file StoreManagerTrait.h.

template<typename OutputCollection, typename EdmFilter = edm::EDFilter>
typedef CollectionStoreManager<OutputCollection> helper::StoreManagerTrait< OutputCollection, EdmFilter >::type

Definition at line 125 of file StoreManagerTrait.h.