10 ParticleFlowForChargedMETProducer::ParticleFlowForChargedMETProducer(
const edm::ParameterSet& iConfig) {
14 pfCandidatesToken = consumes<PFCandidateCollection>(pfCollectionLabel);
15 pvCollectionToken = consumes<VertexCollection>(pvCollectionLabel);
20 produces<PFCandidateCollection>();
41 if (pfCandPtr->
trackRef()->dz((*vertex).position()) <
dzCut) {
58 ParticleFlowForChargedMETProducer::~ParticleFlowForChargedMETProducer() {}