ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
BTaggingTruthTaggingTool::TagBin Struct Reference

Create a proper constructor for Athena. More...

Collaboration diagram for BTaggingTruthTaggingTool::TagBin:

Public Member Functions

 TagBin ()
 
 TagBin (bool is_tb, float b_low, float b_hig, float c_low=-99., float c_hig=+99)
 
 ~TagBin ()
 

Public Attributes

float bcut_low = -99.
 
float bcut_hig = +99.
 
float ccut_low = -99.
 
float ccut_hig = +99.
 
bool is_tagbin = false
 

Detailed Description

Create a proper constructor for Athena.

Definition at line 54 of file BTaggingTruthTaggingTool.h.

Constructor & Destructor Documentation

◆ TagBin() [1/2]

BTaggingTruthTaggingTool::TagBin::TagBin ( )
inline

Definition at line 63 of file BTaggingTruthTaggingTool.h.

63 { };

◆ TagBin() [2/2]

BTaggingTruthTaggingTool::TagBin::TagBin ( bool  is_tb,
float  b_low,
float  b_hig,
float  c_low = -99.,
float  c_hig = +99 
)
inline

Definition at line 66 of file BTaggingTruthTaggingTool.h.

66  {
67  bcut_low = b_low;
68  bcut_hig = b_hig;
69  ccut_low = c_low;
70  ccut_hig = c_hig;
71  is_tagbin = is_tb;
72  };

◆ ~TagBin()

BTaggingTruthTaggingTool::TagBin::~TagBin ( )
inline

Definition at line 75 of file BTaggingTruthTaggingTool.h.

75 { };

Member Data Documentation

◆ bcut_hig

float BTaggingTruthTaggingTool::TagBin::bcut_hig = +99.

Definition at line 57 of file BTaggingTruthTaggingTool.h.

◆ bcut_low

float BTaggingTruthTaggingTool::TagBin::bcut_low = -99.

Definition at line 56 of file BTaggingTruthTaggingTool.h.

◆ ccut_hig

float BTaggingTruthTaggingTool::TagBin::ccut_hig = +99.

Definition at line 59 of file BTaggingTruthTaggingTool.h.

◆ ccut_low

float BTaggingTruthTaggingTool::TagBin::ccut_low = -99.

Definition at line 58 of file BTaggingTruthTaggingTool.h.

◆ is_tagbin

bool BTaggingTruthTaggingTool::TagBin::is_tagbin = false

Definition at line 60 of file BTaggingTruthTaggingTool.h.


The documentation for this struct was generated from the following file:
BTaggingTruthTaggingTool::TagBin::bcut_hig
float bcut_hig
Definition: BTaggingTruthTaggingTool.h:57
BTaggingTruthTaggingTool::TagBin::is_tagbin
bool is_tagbin
Definition: BTaggingTruthTaggingTool.h:60
BTaggingTruthTaggingTool::TagBin::bcut_low
float bcut_low
Definition: BTaggingTruthTaggingTool.h:56
BTaggingTruthTaggingTool::TagBin::ccut_hig
float ccut_hig
Definition: BTaggingTruthTaggingTool.h:59
BTaggingTruthTaggingTool::TagBin::ccut_low
float ccut_low
Definition: BTaggingTruthTaggingTool.h:58