CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
BTagSF.BTagSF Class Reference
Inheritance diagram for BTagSF.BTagSF:
heppy::BTagSF

Public Member Functions

def __init__
 
- Public Member Functions inherited from heppy::BTagSF
 BTagSF (int seed=0)
 
Double_t getMistag (Float_t pt, Float_t eta)
 
Double_t getSFb (Float_t pt, UInt_t btagsys, Bool_t is2012)
 
Double_t getSFc (Float_t pt, UInt_t btagsys, Bool_t is2012)
 
Double_t getSFl (Float_t pt, Float_t eta, UInt_t mistagsys, Bool_t is2012)
 
Bool_t isbtagged (Float_t pt, Float_t eta, Float_t csv, Int_t jetflavor, Bool_t isdata, UInt_t btagsys, UInt_t mistagsys, Bool_t is2012)
 
 ~BTagSF ()
 

Additional Inherited Members

- Public Types inherited from heppy::BTagSF
enum  { kNo, kDown, kUp }
 

Detailed Description

Just an additional wrapper, not really needed :-)
We just want to illustrate the fact that you could
use such a wrapper to add functions, attributes, etc,
in an improved interface to the original C++ class. 

Definition at line 4 of file BTagSF.py.

Constructor & Destructor Documentation

def BTagSF.BTagSF.__init__ (   self,
  seed 
)

Definition at line 10 of file BTagSF.py.

10 
11  def __init__ (self, seed) :
12  super(BTagSF, self).__init__(seed)
def __init__
Definition: BTagSF.py:10