#include <TauSelectionCuts.h>
Inherited by TauAnalysisTools::TauSelectionCutAbsCharge, TauAnalysisTools::TauSelectionCutAbsEta, TauAnalysisTools::TauSelectionCutEleIDWP, TauAnalysisTools::TauSelectionCutGNTauScoreSigTrans, TauAnalysisTools::TauSelectionCutJetIDWP, TauAnalysisTools::TauSelectionCutMuonOLR, TauAnalysisTools::TauSelectionCutNTracks, TauAnalysisTools::TauSelectionCutPt, TauAnalysisTools::TauSelectionCutRNNEleScoreSigTrans, and TauAnalysisTools::TauSelectionCutRNNJetScoreSigTrans.
Definition at line 27 of file TauSelectionCuts.h.
◆ TauSelectionCut()
◆ ~TauSelectionCut()
| TauSelectionCut::~TauSelectionCut |
( |
| ) |
|
|
virtual |
◆ accept()
◆ CreateControlPlot()
| TH1F * TauSelectionCut::CreateControlPlot |
( |
const char * | sName, |
|
|
const char * | sTitle, |
|
|
int | iBins, |
|
|
double | dXLow, |
|
|
double | dXUp ) |
Definition at line 44 of file TauSelectionCuts.cxx.
45{
46 if (
m_tTST->m_bCreateControlPlots)
47 {
48 TH1F* hHist =
new TH1F(sName, sTitle, iBins, dXLow, dXUp);
49 hHist->SetDirectory(0);
50 return hHist;
51 }
52
53 return nullptr;
54}
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)
◆ declareProperty()
| void TauSelectionCut::declareProperty |
( |
const std::string & | name, |
|
|
std::string & | loc ) |
|
protected |
◆ fillHistogram()
| virtual void TauAnalysisTools::TauSelectionCut::fillHistogram |
( |
const xAOD::TauJet & | xTau, |
|
|
TH1F & | hHist ) const |
|
privatepure virtual |
◆ fillHistogramCut()
| void TauSelectionCut::fillHistogramCut |
( |
const xAOD::TauJet & | xTau | ) |
|
◆ fillHistogramCutPre()
| void TauSelectionCut::fillHistogramCutPre |
( |
const xAOD::TauJet & | xTau | ) |
|
◆ getName()
| const std::string & TauAnalysisTools::TauSelectionCut::getName |
( |
| ) |
|
|
inline |
◆ getProperty()
| std::string TauSelectionCut::getProperty |
( |
const std::string & | name | ) |
|
|
protected |
Definition at line 86 of file TauSelectionCuts.cxx.
87{
88 std::map<std::string, std::string&>::iterator
it =
m_mProperties.find(name);
90 throw std::runtime_error (("Undeclared property: " + name + "\n").c_str());
91
93}
◆ setAcceptInfo()
| virtual void TauAnalysisTools::TauSelectionCut::setAcceptInfo |
( |
asg::AcceptInfo & | info | ) |
const |
|
pure virtual |
◆ setProperty()
| void TauSelectionCut::setProperty |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
Definition at line 70 of file TauSelectionCuts.cxx.
71{
72 std::map<std::string, std::string&>::iterator
it =
m_mProperties.find(name);
74 throw std::runtime_error (("Undeclared property: " + name + "\n").c_str());
76}
◆ writeControlHistograms()
| void TauSelectionCut::writeControlHistograms |
( |
| ) |
|
◆ m_hHistCut
| TH1F* TauAnalysisTools::TauSelectionCut::m_hHistCut |
|
protected |
◆ m_hHistCutPre
| TH1F* TauAnalysisTools::TauSelectionCut::m_hHistCutPre |
|
protected |
◆ m_mProperties
| std::map<std::string, std::string&> TauAnalysisTools::TauSelectionCut::m_mProperties |
|
protected |
◆ m_sName
| std::string TauAnalysisTools::TauSelectionCut::m_sName |
|
protected |
◆ m_tTST
The documentation for this class was generated from the following files: