Implements BPHHistoSpecificDecay::CandidateSelect.
Definition at line 200 of file BPHHistoSpecificDecay.cc.
References MillePedeFileConverter_cfg::e, cosmicPhotonAnalyzer_cfi::eMax, PV3DBase< T, VectorTag, FrameTag >::eta(), pat::PATObject< ObjectType >::hasUserFloat(), dqm-mbProfile::log, EgHLTOffHistBins_cfi::mass, ALCARECOTkAlMinBias_cff::pMin, alignCSCRings::r, photonAnalyzer_cfi::rMax, mathSSE::sqrt(), PV3DBase< T, VectorTag, FrameTag >::transverse(), pat::PATObject< ObjectType >::userFloat(), PV3DBase< T, VectorTag, FrameTag >::x(), PV3DBase< T, VectorTag, FrameTag >::y(), and PV3DBase< T, VectorTag, FrameTag >::z().
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), and esMonitoring.FDJsonServer::handle_accept().
225 float e =
sqrt((x * x) + (y * y) + (z * z) + (mass * mass));
226 float r =
log((e + z) / (e - z)) / 2;
bool hasUserFloat(const std::string &key) const
Return true if there is a user-defined float with a given name.
float userFloat(const std::string &key) const