CMS 3D CMS Logo

PerfectResolutionModel.cc
Go to the documentation of this file.
2 
4 public:
6 
7  float getTimeResolution(const reco::Track &) const override { return 1e-6; }
8  float getTimeResolution(const reco::PFCluster &) const override { return 1e-6; }
9 };
10 
float getTimeResolution(const reco::Track &) const override
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:42
float getTimeResolution(const reco::PFCluster &) const override
PerfectResolutionModel(const edm::ParameterSet &conf)
#define DEFINE_EDM_PLUGIN(factory, type, name)