CMS 3D CMS Logo

KinematicResolutionProvider.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatAlgos_KinematicResolutionProvider_H
2 #define PhysicsTools_PatAlgos_KinematicResolutionProvider_H
3 
18 namespace reco { class Candidate; }
19 namespace pat { class CandKinResolution; }
20 namespace edm { class ParameterSet; class EventSetup; }
21 
23 
24  public:
25  virtual ~KinematicResolutionProvider() = default;
27  virtual void setup(const edm::EventSetup &iSetup) const { }
30  virtual pat::CandKinResolution getResolution(const reco::Candidate &c) const = 0;
31 };
32 
33 #endif
Definition: HeavyIon.h:7
virtual void setup(const edm::EventSetup &iSetup) const
everything that needs to be done before the event loop
Interface for derived classes to provide object resolutions for PAT.
fixed size matrix
HLT enums.