Public Member Functions | |
SelectionCut (std::string sName, TauAnalysisTools::TauSelectionTool *tTST) | |
void | writeControlHistograms () |
void | fillHistogramCutPre (const xAOD::TauJet &xTau) |
void | fillHistogramCut (const xAOD::TauJet &xTau) |
virtual bool | accept (const xAOD::TauJet &xTau)=0 |
TH1F * | CreateControlPlot (const char *sName, const char *sTitle, int iBins, double dXLow, double dXUp) |
std::string | getName () |
void | setProperty (const std::string &name, const std::string &value) |
Protected Member Functions | |
void | declareProperty (const std::string &name, std::string &loc) |
std::string | getProperty (const std::string &name) |
Protected Attributes | |
std::string | m_sName |
TH1F * | m_hHistCutPre |
TH1F * | m_hHistCut |
TauSelectionTool * | m_tTST |
std::map< std::string, std::string & > | m_mProperties |