CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::eventsetup::ESSourceInfo Class Reference

#include <EventSetupsController.h>

Public Member Functions

 ESSourceInfo (ParameterSet const *ps, std::shared_ptr< EventSetupRecordIntervalFinder > const &fi)
 
std::shared_ptr< EventSetupRecordIntervalFinder > const & finder ()
 
EventSetupRecordIntervalFinder const * finderGet () const
 
ParameterSet const * pset () const
 
std::vector< unsigned > & subProcessIndexes ()
 
std::vector< unsigned > const & subProcessIndexes () const
 

Private Attributes

propagate_const< std::shared_ptr< EventSetupRecordIntervalFinder > > finder_
 
ParameterSet const * pset_
 
std::vector< unsigned > subProcessIndexes_
 

Detailed Description

Definition at line 65 of file EventSetupsController.h.

Constructor & Destructor Documentation

◆ ESSourceInfo()

edm::eventsetup::ESSourceInfo::ESSourceInfo ( ParameterSet const *  ps,
std::shared_ptr< EventSetupRecordIntervalFinder > const &  fi 
)
inline

Definition at line 67 of file EventSetupsController.h.

68  : pset_(ps), finder_(fi), subProcessIndexes_() {}
std::vector< unsigned > subProcessIndexes_
propagate_const< std::shared_ptr< EventSetupRecordIntervalFinder > > finder_

Member Function Documentation

◆ finder()

std::shared_ptr<EventSetupRecordIntervalFinder> const& edm::eventsetup::ESSourceInfo::finder ( )
inline

Definition at line 71 of file EventSetupsController.h.

References finder_, and edm::get_underlying().

71 { return get_underlying(finder_); }
constexpr T & get_underlying(propagate_const< T > &)
propagate_const< std::shared_ptr< EventSetupRecordIntervalFinder > > finder_

◆ finderGet()

EventSetupRecordIntervalFinder const* edm::eventsetup::ESSourceInfo::finderGet ( ) const
inline

Definition at line 72 of file EventSetupsController.h.

References finder_.

72 { return finder_.get(); }
propagate_const< std::shared_ptr< EventSetupRecordIntervalFinder > > finder_

◆ pset()

ParameterSet const* edm::eventsetup::ESSourceInfo::pset ( ) const
inline

Definition at line 70 of file EventSetupsController.h.

References pset_.

70 { return pset_; }

◆ subProcessIndexes() [1/2]

std::vector<unsigned>& edm::eventsetup::ESSourceInfo::subProcessIndexes ( )
inline

Definition at line 73 of file EventSetupsController.h.

References subProcessIndexes_.

73 { return subProcessIndexes_; }
std::vector< unsigned > subProcessIndexes_

◆ subProcessIndexes() [2/2]

std::vector<unsigned> const& edm::eventsetup::ESSourceInfo::subProcessIndexes ( ) const
inline

Definition at line 74 of file EventSetupsController.h.

References subProcessIndexes_.

74 { return subProcessIndexes_; }
std::vector< unsigned > subProcessIndexes_

Member Data Documentation

◆ finder_

propagate_const<std::shared_ptr<EventSetupRecordIntervalFinder> > edm::eventsetup::ESSourceInfo::finder_
private

Definition at line 78 of file EventSetupsController.h.

Referenced by finder(), and finderGet().

◆ pset_

ParameterSet const* edm::eventsetup::ESSourceInfo::pset_
private

Definition at line 77 of file EventSetupsController.h.

Referenced by pset().

◆ subProcessIndexes_

std::vector<unsigned> edm::eventsetup::ESSourceInfo::subProcessIndexes_
private

Definition at line 79 of file EventSetupsController.h.

Referenced by subProcessIndexes().