|
| std::string | str (const bool abs_eta=false) const |
Definition at line 26 of file dumpNPs.cxx.
◆ str()
| std::string Domain::str |
( |
const bool | abs_eta = false | ) |
const |
Definition at line 498 of file dumpNPs.cxx.
499{
501 const char*
eta{abs_eta?
"|eta|" :
"eta"};
504 s << 1e-3f *
ptmin <<
" < pt < "
505 << 1e-3f *
ptmax <<
" GeV";
506 } else {
507 s <<
"pt > " << 1e-3f *
ptmin <<
" GeV";
508 }
510}
Scalar eta() const
pseudorapidity method
std::vector< float > pt_edges
◆ etamax
◆ etamin
◆ ptmax
◆ ptmin
The documentation for this struct was generated from the following file: