Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Jul 15, 2016
1 parent 200d3f9 commit fb617f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -271,7 +271,7 @@ createEtaPhiRegionData(const std::string& type,const edm::ParameterSet& para,
return new EtaPhiRegionData<l1t::TauBxCollection>(para,consumesColl);
}else if(type=="RecoEcalCandidate"){
return new EtaPhiRegionData<reco::RecoEcalCandidateCollection>(para,consumesColl);
}else if(type=="RecoChargedCandiate"){
}else if(type=="RecoChargedCandidate"){
return new EtaPhiRegionData<reco::RecoChargedCandidateCollection>(para,consumesColl);
}else if(type=="Electron"){
return new EtaPhiRegionData<reco::Electron>(para,consumesColl);
Expand Down

0 comments on commit fb617f7

Please sign in to comment.