#include <DiTauSelectionCuts.h>
Definition at line 90 of file DiTauSelectionCuts.h.
◆ DiTauSelectionCutNSubjets()
◆ accept()
Implements TauAnalysisTools::DiTauSelectionCut.
Definition at line 202 of file DiTauSelectionCuts.cxx.
205 float nsubjets = xDiTau.nSubjets();
211 acceptData.setCutResult(
"NSubjets",
true );
216 for(
unsigned int iNSubjetsRegion = 0; iNSubjetsRegion < iNumNSubjetsRegion; iNSubjetsRegion++ )
218 if ( nsubjets >=
m_tDTST->
m_vNSubjetsRegion.at(iNSubjetsRegion*2) and nsubjets <= m_tDTST->m_vNSubjetsRegion.at(iNSubjetsRegion*2+1))
220 acceptData.setCutResult(
"NSubjets",
true );
◆ CreateControlPlot()
TH1F * DiTauSelectionCut::CreateControlPlot |
( |
const char * |
sName, |
|
|
const char * |
sTitle, |
|
|
int |
iBins, |
|
|
double |
dXLow, |
|
|
double |
dXUp |
|
) |
| |
|
inherited |
◆ declareProperty()
void DiTauSelectionCut::declareProperty |
( |
const std::string & |
name, |
|
|
std::string & |
loc |
|
) |
| |
|
protectedinherited |
◆ fillHistogram()
void DiTauSelectionCutNSubjets::fillHistogram |
( |
const xAOD::DiTauJet & |
xTau, |
|
|
TH1F & |
hHist |
|
) |
| const |
|
overrideprivatevirtual |
◆ fillHistogramCut()
◆ fillHistogramCutPre()
◆ getName()
const std::string& TauAnalysisTools::DiTauSelectionCut::getName |
( |
| ) |
|
|
inlineinherited |
◆ getProperty()
std::string DiTauSelectionCut::getProperty |
( |
const std::string & |
name | ) |
|
|
protectedinherited |
◆ setAcceptInfo()
void DiTauSelectionCutNSubjets::setAcceptInfo |
( |
asg::AcceptInfo & |
info | ) |
const |
|
overridevirtual |
◆ setProperty()
void DiTauSelectionCut::setProperty |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inherited |
◆ writeControlHistograms()
void DiTauSelectionCut::writeControlHistograms |
( |
| ) |
|
|
inherited |
◆ m_hHistCut
TH1F* TauAnalysisTools::DiTauSelectionCut::m_hHistCut |
|
protectedinherited |
◆ m_hHistCutPre
TH1F* TauAnalysisTools::DiTauSelectionCut::m_hHistCutPre |
|
protectedinherited |
◆ m_mProperties
std::map<std::string, std::string&> TauAnalysisTools::DiTauSelectionCut::m_mProperties |
|
protectedinherited |
◆ m_sName
std::string TauAnalysisTools::DiTauSelectionCut::m_sName |
|
protectedinherited |
◆ m_tDTST
The documentation for this class was generated from the following files: