#include <TauSelectionCuts.h>
Definition at line 113 of file TauSelectionCuts.h.
◆ TauSelectionCutRNNJetScoreSigTrans()
TauSelectionCutRNNJetScoreSigTrans::TauSelectionCutRNNJetScoreSigTrans |
( |
TauSelectionTool * |
tTST | ) |
|
◆ accept()
Implements TauAnalysisTools::TauSelectionCut.
Definition at line 280 of file TauSelectionCuts.cxx.
286 for(
unsigned int iJetRNNSigTransRegion = 0; iJetRNNSigTransRegion < iNumJetRNNSigTransRegion; iJetRNNSigTransRegion++ )
288 if ( dJetRNNScoreSigTrans >=
m_tTST->
m_vJetRNNSigTransRegion.at(iJetRNNSigTransRegion*2) and dJetRNNScoreSigTrans <= m_tTST->m_vJetRNNSigTransRegion.at(iJetRNNSigTransRegion*2+1))
290 acceptData.setCutResult(
"JetRNNScoreSigTrans",
true );
◆ CreateControlPlot()
TH1F * TauSelectionCut::CreateControlPlot |
( |
const char * |
sName, |
|
|
const char * |
sTitle, |
|
|
int |
iBins, |
|
|
double |
dXLow, |
|
|
double |
dXUp |
|
) |
| |
|
inherited |
◆ declareProperty()
void TauSelectionCut::declareProperty |
( |
const std::string & |
name, |
|
|
std::string & |
loc |
|
) |
| |
|
protectedinherited |
◆ fillHistogram()
void TauSelectionCutRNNJetScoreSigTrans::fillHistogram |
( |
const xAOD::TauJet & |
xTau, |
|
|
TH1F & |
hHist |
|
) |
| const |
|
overrideprivatevirtual |
◆ fillHistogramCut()
◆ fillHistogramCutPre()
◆ getName()
const std::string& TauAnalysisTools::TauSelectionCut::getName |
( |
| ) |
|
|
inlineinherited |
◆ getProperty()
std::string TauSelectionCut::getProperty |
( |
const std::string & |
name | ) |
|
|
protectedinherited |
Definition at line 86 of file TauSelectionCuts.cxx.
90 throw std::runtime_error ((
"Undeclared property: " +
name +
"\n").c_str());
◆ setAcceptInfo()
void TauSelectionCutRNNJetScoreSigTrans::setAcceptInfo |
( |
asg::AcceptInfo & |
info | ) |
const |
|
overridevirtual |
◆ setProperty()
void TauSelectionCut::setProperty |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inherited |
Definition at line 70 of file TauSelectionCuts.cxx.
74 throw std::runtime_error ((
"Undeclared property: " +
name +
"\n").c_str());
◆ writeControlHistograms()
void TauSelectionCut::writeControlHistograms |
( |
| ) |
|
|
inherited |
◆ m_hHistCut
TH1F* TauAnalysisTools::TauSelectionCut::m_hHistCut |
|
protectedinherited |
◆ m_hHistCutPre
TH1F* TauAnalysisTools::TauSelectionCut::m_hHistCutPre |
|
protectedinherited |
◆ m_mProperties
std::map<std::string, std::string&> TauAnalysisTools::TauSelectionCut::m_mProperties |
|
protectedinherited |
◆ m_sName
std::string TauAnalysisTools::TauSelectionCut::m_sName |
|
protectedinherited |
◆ m_tTST
The documentation for this class was generated from the following files: