ATLAS Offline Software
Public Types | Public Member Functions | Protected Attributes | List of all members
APRTreeFormula Class Reference

#include <APRTreeFormula.h>

Inheritance diagram for APRTreeFormula:
Collaboration diagram for APRTreeFormula:

Public Types

typedef long double LDouble_t
 

Public Member Functions

 APRTreeFormula (const std::string &exp, TTree *tree)
 
virtual ~APRTreeFormula ()
 
 APRTreeFormula (const APRTreeFormula &)=delete
 
APRTreeFormulaoperator= (const APRTreeFormula &)=delete
 
void readConstants ()
 
Double_t EvalInstance (Int_t instance=0, const char *stringStackArg[]=0)
 

Protected Attributes

LDouble_tm_aprConst
 

Detailed Description

Definition at line 7 of file APRTreeFormula.h.

Member Typedef Documentation

◆ LDouble_t

typedef long double APRTreeFormula::LDouble_t

Definition at line 24 of file APRTreeFormula.h.

Constructor & Destructor Documentation

◆ APRTreeFormula() [1/2]

APRTreeFormula::APRTreeFormula ( const std::string &  exp,
TTree *  tree 
)
inline

Definition at line 11 of file APRTreeFormula.h.

11  :
12  TTreeFormula("APRTreeFormula", exp.c_str(), tree),
13  m_aprConst( 0 )
14  {
15  readConstants();
16  }

◆ ~APRTreeFormula()

virtual APRTreeFormula::~APRTreeFormula ( )
virtual

◆ APRTreeFormula() [2/2]

APRTreeFormula::APRTreeFormula ( const APRTreeFormula )
delete

Member Function Documentation

◆ EvalInstance()

Double_t APRTreeFormula::EvalInstance ( Int_t  instance = 0,
const char *  stringStackArg[] = 0 
)

◆ operator=()

APRTreeFormula& APRTreeFormula::operator= ( const APRTreeFormula )
delete

◆ readConstants()

void APRTreeFormula::readConstants ( )

Member Data Documentation

◆ m_aprConst

LDouble_t* APRTreeFormula::m_aprConst
protected

Definition at line 31 of file APRTreeFormula.h.


The documentation for this class was generated from the following file:
APRTreeFormula::readConstants
void readConstants()
tree
TChain * tree
Definition: tile_monitor.h:30
drawFromPickle.exp
exp
Definition: drawFromPickle.py:36
APRTreeFormula::m_aprConst
LDouble_t * m_aprConst
Definition: APRTreeFormula.h:31