#include <MuNtupleUtils.h>
Public Member Functions | |
ESTokenHandle (edm::ConsumesCollector &&collector, const std::string &label="") | |
Constructor. More... | |
void | getFromES (const edm::EventSetup &environment) |
Get Handle from ES. More... | |
bool | isValid () |
Check validity. More... | |
T const * | operator-> () |
Return handle. More... | |
Private Attributes | |
edm::ESHandle< T > | m_handle |
edm::ESGetToken< T, R > | m_token |
Definition at line 66 of file MuNtupleUtils.h.
|
inline |
|
inline |
Get Handle from ES.
Definition at line 73 of file MuNtupleUtils.h.
Referenced by MuGEMMuonExtTableProducer::getFromES(), MuDTSegmentExtTableProducer::getFromES(), MuDTMuonExtTableProducer::getFromES(), MuCSCTnPFlatTableProducer::getFromES(), and nano_mu::DTTrigGeomUtils::getFromES().
|
inline |
Check validity.
Definition at line 76 of file MuNtupleUtils.h.
Referenced by ntupleDataFormat._Object::_checkIsValid(), MuGEMMuonExtTableProducer::fillTable(), MuCSCTnPFlatTableProducer::fillTable(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
|
private |
Definition at line 83 of file MuNtupleUtils.h.
Referenced by nano_mu::ESTokenHandle< GlobalTrackingGeometry, GlobalTrackingGeometryRecord >::getFromES(), nano_mu::ESTokenHandle< GlobalTrackingGeometry, GlobalTrackingGeometryRecord >::isValid(), and nano_mu::ESTokenHandle< GlobalTrackingGeometry, GlobalTrackingGeometryRecord >::operator->().
|
private |
Definition at line 82 of file MuNtupleUtils.h.
Referenced by nano_mu::ESTokenHandle< GlobalTrackingGeometry, GlobalTrackingGeometryRecord >::getFromES().