ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
BTaggingSelectionTool::taggerproperties Struct Reference
Collaboration diagram for BTaggingSelectionTool::taggerproperties:

Public Member Functions

double get2DCutValue (int row, int column) const
 

Public Attributes

std::string name
 
double fraction_b
 
double fraction_c
 
double fraction_tau
 
TSpline3 * spline
 
TVector * constcut
 
TMatrixD * cuts2D
 
std::vector< int > benchmarks
 

Detailed Description

Definition at line 92 of file BTaggingSelectionTool.h.

Member Function Documentation

◆ get2DCutValue()

double BTaggingSelectionTool::taggerproperties::get2DCutValue ( int  row,
int  column 
) const
inline

Definition at line 102 of file BTaggingSelectionTool.h.

102  {
103  TMatrixD& cuts2D_safe ATLAS_THREAD_SAFE = *(this->cuts2D);
104  double cut = cuts2D_safe(row,column);
105  return cut;
106  }

Member Data Documentation

◆ benchmarks

std::vector<int> BTaggingSelectionTool::taggerproperties::benchmarks

Definition at line 100 of file BTaggingSelectionTool.h.

◆ constcut

TVector* BTaggingSelectionTool::taggerproperties::constcut

Definition at line 98 of file BTaggingSelectionTool.h.

◆ cuts2D

TMatrixD* BTaggingSelectionTool::taggerproperties::cuts2D

Definition at line 99 of file BTaggingSelectionTool.h.

◆ fraction_b

double BTaggingSelectionTool::taggerproperties::fraction_b

Definition at line 94 of file BTaggingSelectionTool.h.

◆ fraction_c

double BTaggingSelectionTool::taggerproperties::fraction_c

Definition at line 95 of file BTaggingSelectionTool.h.

◆ fraction_tau

double BTaggingSelectionTool::taggerproperties::fraction_tau

Definition at line 96 of file BTaggingSelectionTool.h.

◆ name

std::string BTaggingSelectionTool::taggerproperties::name

Definition at line 93 of file BTaggingSelectionTool.h.

◆ spline

TSpline3* BTaggingSelectionTool::taggerproperties::spline

Definition at line 97 of file BTaggingSelectionTool.h.


The documentation for this struct was generated from the following file:
query_example.row
row
Definition: query_example.py:24
DeMoUpdate.column
dictionary column
Definition: DeMoUpdate.py:1110
BindingsTest.cut
cut
This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown.
Definition: BindingsTest.py:13
ATLAS_THREAD_SAFE
#define ATLAS_THREAD_SAFE
Definition: checker_macros.h:211
BTaggingSelectionTool::taggerproperties::cuts2D
TMatrixD * cuts2D
Definition: BTaggingSelectionTool.h:99