#include <PhotonSelector.h>
Public Member Functions | |
PhotonSelectorBase (const edm::ParameterSet &cfg) |
Definition at line 51 of file PhotonSelector.h.
helper::PhotonSelectorBase::PhotonSelectorBase | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 53 of file PhotonSelector.h.
References edm::ParameterSet::getParameter().
{ std::string alias( cfg.getParameter<std::string>( "@module_label" ) ); produces<reco::PhotonCollection>().setBranchAlias( alias + "Photons" ); produces<reco::SuperClusterCollection>().setBranchAlias( alias + "SuperClusters" ); }