Definition at line 31 of file BDTEventWrapper.h.
 
#include <TMVA/BDTEventWrapper.h>
◆ BDTEventWrapper()
      
        
          | BDTEventWrapper::BDTEventWrapper  | 
          ( | 
          const Event *  | 
          e | ) | 
           | 
        
      
 
 
◆ ~BDTEventWrapper()
      
        
          | BDTEventWrapper::~BDTEventWrapper  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetCumulativeWeight()
- Parameters
 - 
  
    | fType | - true for signal, false for background  | 
  
   
- Returns
 - the cumulative weight for sorted signal/background events 
 
Definition at line 53 of file BDTEventWrapper.cxx.
 
 
◆ GetVal()
  
  
      
        
          | Double_t TMVA::BDTEventWrapper::GetVal  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
- Returns
 - value of variable fVarIndex for this event 
 
Definition at line 65 of file BDTEventWrapper.h.
 
 
◆ GetVarIndex()
  
  
      
        
          | static Int_t& TMVA::BDTEventWrapper::GetVarIndex  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticprivate   | 
  
 
 
◆ operator*()
  
  
      
        
          | const Event* TMVA::BDTEventWrapper::operator*  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
◆ SetCumulativeWeight()
- Parameters
 - 
  
    | fType | - true for signal, false for background  | 
    | weight | - the total weight  | 
  
   
Definition at line 42 of file BDTEventWrapper.cxx.
 
 
◆ SetVarIndex()
  
  
      
        
          | static void TMVA::BDTEventWrapper::SetVarIndex  | 
          ( | 
          Int_t  | 
          iVar | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
- Parameters
 - 
  
    | iVar | - index of the variable in fEvent to use  | 
  
   
Definition at line 59 of file BDTEventWrapper.h.
 
 
◆ fBkgWeight
  
  
      
        
          | Double_t TMVA::BDTEventWrapper::fBkgWeight | 
         
       
   | 
  
private   | 
  
 
 
◆ fEvent
  
  
      
        
          | const Event* TMVA::BDTEventWrapper::fEvent | 
         
       
   | 
  
private   | 
  
 
 
◆ fSigWeight
  
  
      
        
          | Double_t TMVA::BDTEventWrapper::fSigWeight | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: