CMS 3D CMS Logo

L1TMuonGlobalParams.cc
Go to the documentation of this file.
2 
3 void L1TMuonGlobalParams::print(std::ostream& out) const {
4  out << "L1 MicroGMT Parameters" << std::endl;
5 
6  out << "Firmware version: " << fwVersion_ << std::endl;
7 
8  out << "Output BX range from " << bxMin_ << " to " << bxMax_ << std::endl;
9 
10  out << "LUT paths (LUTs are generated analytically if path is empty)" << std::endl;
11  out << " Abs isolation checkMem LUT path: " << this->absIsoCheckMemLUTPath() << std::endl;
12  out << " Rel isolation checkMem LUT path: " << this->relIsoCheckMemLUTPath() << std::endl;
13  out << " Index selMem phi LUT path: " << this->idxSelMemPhiLUTPath() << std::endl;
14  out << " Index selMem eta LUT path: " << this->idxSelMemEtaLUTPath() << std::endl;
15  //out << " Barrel Single MatchQual LUT path: " << this->brlSingleMatchQualLUTPath() << ", max dR (Used when LUT path empty): " << this->brlSingleMatchQualLUTMaxDR() << std::endl;
16  out << " Forward pos MatchQual LUT path: " << this->fwdPosSingleMatchQualLUTPath()
17  << ", max dR (Used when LUT path empty): " << this->fwdPosSingleMatchQualLUTMaxDR() << std::endl;
18  out << " Forward neg MatchQual LUT path: " << this->fwdNegSingleMatchQualLUTPath()
19  << ", max dR (Used when LUT path empty): " << this->fwdNegSingleMatchQualLUTMaxDR() << std::endl;
20  out << " Overlap pos MatchQual LUT path: " << this->ovlPosSingleMatchQualLUTPath()
21  << ", max dR (Used when LUT path empty): " << this->ovlPosSingleMatchQualLUTMaxDR() << std::endl;
22  out << " Overlap neg MatchQual LUT path: " << this->ovlNegSingleMatchQualLUTPath()
23  << ", max dR (Used when LUT path empty): " << this->ovlNegSingleMatchQualLUTMaxDR() << std::endl;
24  out << " Barrel-Overlap pos MatchQual LUT path: " << this->bOPosMatchQualLUTPath()
25  << ", max dR (Used when LUT path empty): " << this->bOPosMatchQualLUTMaxDR()
26  << ", max dR when eta-fine bit set: " << this->bOPosMatchQualLUTMaxDREtaFine() << std::endl;
27  out << " Barrel-Overlap neg MatchQual LUT path: " << this->bONegMatchQualLUTPath()
28  << ", max dR (Used when LUT path empty): " << this->bONegMatchQualLUTMaxDR()
29  << ", max dR when eta-fine bit set: " << this->bONegMatchQualLUTMaxDREtaFine() << std::endl;
30  out << " Forward-Overlap pos MatchQual LUT path: " << this->fOPosMatchQualLUTPath()
31  << ", max dR (Used when LUT path empty): " << this->fOPosMatchQualLUTMaxDR() << std::endl;
32  out << " Forward-Overlap neg MatchQual LUT path: " << this->fONegMatchQualLUTPath()
33  << ", max dR (Used when LUT path empty): " << this->fONegMatchQualLUTMaxDR() << std::endl;
34  out << " Barrel phi extrapolation LUT path: " << this->bPhiExtrapolationLUTPath() << std::endl;
35  out << " Overlap phi extrapolation LUT path: " << this->oPhiExtrapolationLUTPath() << std::endl;
36  out << " Forward phi extrapolation LUT path: " << this->fPhiExtrapolationLUTPath() << std::endl;
37  out << " Barrel eta extrapolation LUT path: " << this->bEtaExtrapolationLUTPath() << std::endl;
38  out << " Overlap eta extrapolation LUT path: " << this->oEtaExtrapolationLUTPath() << std::endl;
39  out << " Forward eta extrapolation LUT path: " << this->fEtaExtrapolationLUTPath() << std::endl;
40  out << " Sort rank LUT path: " << this->sortRankLUTPath()
41  << ", pT and quality factors (Used when LUT path empty): pT factor: " << this->sortRankLUTPtFactor()
42  << ", quality factor: " << this->sortRankLUTQualFactor() << std::endl;
43 }
void print(std::ostream &) const
double ovlPosSingleMatchQualLUTMaxDR() const
double fONegMatchQualLUTMaxDR() const
std::string idxSelMemEtaLUTPath() const
unsigned sortRankLUTPtFactor() const
double fwdPosSingleMatchQualLUTMaxDR() const
std::string idxSelMemPhiLUTPath() const
double fOPosMatchQualLUTMaxDR() const
std::string fEtaExtrapolationLUTPath() const
double ovlNegSingleMatchQualLUTMaxDR() const
double bONegMatchQualLUTMaxDR() const
std::string fwdPosSingleMatchQualLUTPath() const
std::string bONegMatchQualLUTPath() const
double bOPosMatchQualLUTMaxDR() const
std::string bEtaExtrapolationLUTPath() const
double fwdNegSingleMatchQualLUTMaxDR() const
std::string absIsoCheckMemLUTPath() const
std::string oPhiExtrapolationLUTPath() const
std::string fONegMatchQualLUTPath() const
unsigned sortRankLUTQualFactor() const
std::string fwdNegSingleMatchQualLUTPath() const
std::string sortRankLUTPath() const
std::string ovlPosSingleMatchQualLUTPath() const
double bOPosMatchQualLUTMaxDREtaFine() const
std::string bPhiExtrapolationLUTPath() const
std::string bOPosMatchQualLUTPath() const
std::string fPhiExtrapolationLUTPath() const
std::string ovlNegSingleMatchQualLUTPath() const
double bONegMatchQualLUTMaxDREtaFine() const
std::string relIsoCheckMemLUTPath() const
std::string fOPosMatchQualLUTPath() const
std::string oEtaExtrapolationLUTPath() const