46 std::string hname_accept =
"eTauMultiplicity_accept_EtaPt_"+m_threshold->name();
47 bookHistMult(m_histAccept, hname_accept,
"Mult_"+m_threshold->name(),
"#eta#times40",
"E_{t} [GeV]", 200, -200, 200, 100, 0, 100);
49 hname_accept =
"eTauMultiplicity_accept_counts_"+m_threshold->name();
50 bookHistMult(m_histAccept, hname_accept,
"Mult_"+m_threshold->name(),
"counts", 15, 0, 15);
86 if ( (*etau)->eta()%4 >= 0 ) { eta_thr = (*etau)->eta() - (*etau)->eta()%4; }
87 else { eta_thr = (*etau)->eta() - (*etau)->eta()%4 - 4; }
89 bool passed = (*etau)->Et() > eTAUThr.thrValue100MeV(eta_thr/4);
96 fillHist2D( m_histAccept[0], (*etau)->eta(), (*etau)->EtDouble() );
101 fillHist1D( m_histAccept[1], counting);
104 count.setSizeCount(counting);