1 #ifndef PhysicsTools_PatAlgos_KinResolutionsLoader_h 2 #define PhysicsTools_PatAlgos_KinResolutionsLoader_h 46 std::vector<edm::ESGetToken<KinematicResolutionProvider, KinematicResolutionRcd>>
estokens_;
std::vector< KinematicResolutionProvider const * > resolutions_
Handles to the EventSetup.
void setResolutions(pat::PATObject< T > &obj) const
Sets the efficiencies for this object, using the reference to the original objects.
void newEvent(const edm::Event &event, const edm::EventSetup &setup)
To be called for each new event, reads in the EventSetup object.
bool enabled() const
'true' if this there is at least one efficiency configured
KinResolutionsLoader()
Empty constructor.
static void fillDescription(edm::ParameterSetDescription &iDesc)
Method for documentation and validation of PSet.
std::vector< edm::ESGetToken< KinematicResolutionProvider, KinematicResolutionRcd > > estokens_
Labels of the KinematicResolutionProvider in the EventSetup.
std::vector< std::string > patlabels_
Labels of the resolutions in PAT.
Templated PAT object container.