//////////////////////////////////////////////////////////////////////////
// //
// TMBTree LeBob class //
// //
//////////////////////////////////////////////////////////////////////////
#include "tmb_tree/TMBLeBob.hpp"
ClassImp(TMBLeBob)
//_____________________________________________________________________________
TMBLeBob::TMBLeBob (Float_t pt_sca, Float_t ptx_pos, Float_t ptx_neg,
Float_t pty_pos, Float_t pty_neg, const char *algoname)
{
_pt_sca = pt_sca;
_ptx_pos = ptx_pos;
_ptx_neg = ptx_neg;
_pty_pos = pty_pos;
_pty_neg = pty_neg;
_algoname = algoname;
}
//______________________________________________________________________________
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.