NOTE: this include is not standalone, since the path to DiscretePFInputs is different in CMSSW & Vivado_HLS. More...
Functions | |
void | convert (const l1tpf_impl::CaloCluster &in, EmCaloObj &out) |
void | convert (const l1tpf_impl::CaloCluster &in, HadCaloObj &out) |
void | convert (const l1tpf_impl::Muon &in, MuObj &out) |
void | convert (const l1tpf_impl::PropagatedTrack &in, TkObj &out) |
template<unsigned int NMAX, typename In , typename Out > | |
void | convert (const std::vector< In > &in, Out out[NMAX]) |
template<typename In , typename Out > | |
void | convert (unsigned int NMAX, const std::vector< In > &in, Out out[]) |
TkObj | transformConvert (const l1tpf_impl::PropagatedTrack &in) |
NOTE: this include is not standalone, since the path to DiscretePFInputs is different in CMSSW & Vivado_HLS.
void dpf2fw::convert | ( | const l1tpf_impl::CaloCluster & | in, |
EmCaloObj & | out | ||
) |
Definition at line 34 of file DiscretePF2Firmware.h.
References recoMuon::in, and MillePedeFileConverter_cfg::out.
void dpf2fw::convert | ( | const l1tpf_impl::CaloCluster & | in, |
HadCaloObj & | out | ||
) |
Definition at line 27 of file DiscretePF2Firmware.h.
References recoMuon::in, and MillePedeFileConverter_cfg::out.
void dpf2fw::convert | ( | const l1tpf_impl::Muon & | in, |
MuObj & | out | ||
) |
Definition at line 40 of file DiscretePF2Firmware.h.
References recoMuon::in, and MillePedeFileConverter_cfg::out.
void dpf2fw::convert | ( | const l1tpf_impl::PropagatedTrack & | in, |
TkObj & | out | ||
) |
Definition at line 12 of file DiscretePF2Firmware.h.
References recoMuon::in, and MillePedeFileConverter_cfg::out.
Referenced by convert(), l1tpf_impl::BitwisePFAlgo::runPF(), and transformConvert().
void dpf2fw::convert | ( | const std::vector< In > & | in, |
Out | out[NMAX] | ||
) |
Definition at line 48 of file DiscretePF2Firmware.h.
References clear(), convert(), mps_fire::i, recoMuon::in, dqmiodumpmetadata::n, and MillePedeFileConverter_cfg::out.
void dpf2fw::convert | ( | unsigned int | NMAX, |
const std::vector< In > & | in, | ||
Out | out[] | ||
) |
Definition at line 58 of file DiscretePF2Firmware.h.
References clear(), convert(), mps_fire::i, recoMuon::in, dqmiodumpmetadata::n, and MillePedeFileConverter_cfg::out.
TkObj dpf2fw::transformConvert | ( | const l1tpf_impl::PropagatedTrack & | in | ) |
Definition at line 21 of file DiscretePF2Firmware.h.
References convert(), recoMuon::in, and MillePedeFileConverter_cfg::out.