Go to the documentation of this file.
12 : etaActive(etaActive_),
etaMin(etaMin_),
etaMax(etaMax_), ptActive(ptActive_),
ptMin(ptMin_),
ptMax(ptMax_) {
17 const double& etaMin_,
18 const double& etaMax_,
19 const bool& ptActive_,
21 const double& ptMax_) {
23 std::stringstream
stream(
"");
26 stream <<
"_ETA_" << etaMin_ <<
"-" << etaMax_;
30 stream <<
"_PT_" << ptMin_ <<
"-" << ptMax_;
32 if (!(etaActive_ || ptActive_))
Base class for all types of Jets.
bool inBin(const double &eta, const double &pt) const
Check if jet/parton are within rapidity/pt cuts.
uint32_t const T *__restrict__ const uint32_t *__restrict__ int32_t int Histo::index_type cudaStream_t stream
EtaPtBin(const bool &etaActive_, const double &etaMin_, const double &etaMax_, const bool &ptActive_, const double &ptMin_, const double &ptMax_)
static std::string buildDescriptionString(const bool &etaActive_, const double &etaMin_, const double &etaMax_, const bool &ptActive_, const double &ptMin_, const double &ptMax_)
def remove(d, key, TELL=False)
std::string descriptionString
def replace(string, replacements)