Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hatakeyamak committed Dec 17, 2019
1 parent 020db58 commit b4d88a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions RecoParticleFlow/PFProducer/src/PFBlockAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,6 @@ void PFBlockAlgo::setLinkers(const std::vector<edm::ParameterSet>& confs) {
kdtrees_.emplace_back(KDTreeLinkerFactory::get()->create(pfx_kdtree + linkerName, conf));
kdtrees_.back()->setTargetType(std::min(type1, type2));
kdtrees_.back()->setFieldType(std::max(type1, type2));
// giving entrance and exit points - necessary for track-hcal links
// const std::string trajectoryLayerEntranceString(conf.existsAs<std::string>("trajectoryLayerEntrance")
// ? conf.getParameter<std::string>("trajectoryLayerEntrance")
// : "");
// const std::string trajectoryLayerExitString(conf.existsAs<std::string>("trajectoryLayerExit")
// ? conf.getParameter<std::string>("trajectoryLayerExit")
// : "");
// // convert TrajectoryLayers info from string to enum
// const reco::PFTrajectoryPoint::LayerType trajectoryLayerEntrance =
// reco::PFTrajectoryPoint::layerTypeByName(trajectoryLayerEntranceString);
// const reco::PFTrajectoryPoint::LayerType trajectoryLayerExit =
// reco::PFTrajectoryPoint::layerTypeByName(trajectoryLayerExitString);
// if (trajectoryLayerEntrance != reco::PFTrajectoryPoint::Unknown)
// kdtrees_.back()->setTrajectoryPoints(trajectoryLayerEntrance, trajectoryLayerExit);
} // useKDTree
} // loop over confs
}
Expand Down

0 comments on commit b4d88a8

Please sign in to comment.