CMS 3D CMS Logo

Static Public Member Functions

reco::modules::SingleElementCollectionSelectorEventSetupInit< S > Struct Template Reference

#include <SingleElementCollectionSelector.h>

List of all members.

Static Public Member Functions

static void init (S &s, const edm::Event &ev, const edm::EventSetup &es)

Detailed Description

template<typename S>
struct reco::modules::SingleElementCollectionSelectorEventSetupInit< S >

Definition at line 55 of file SingleElementCollectionSelector.h.


Member Function Documentation

template<typename S >
static void reco::modules::SingleElementCollectionSelectorEventSetupInit< S >::init ( S &  s,
const edm::Event ev,
const edm::EventSetup es 
) [inline, static]

Definition at line 56 of file SingleElementCollectionSelector.h.

                                                                            { 
        typedef typename EventSetupInit<typename S::selector>::type ESI;
        ESI::init(s.select_, ev, es);
      }