ECALELF
d6718b6cc30d69f18fde9018c5ae12f9d80bd7a5
|
starting from standard ntuple, produce new tree with additional branches More...
#include <Calibration/ZFitter/interface/addBranch_class.hh>
Public Member Functions | |
TTree * | AddBranch (TChain *originalChain, TString treename, TString BranchName, bool fastLoop=true, bool isMC=false) |
specify the new branch you want in BranchName More... | |
starting from standard ntuple, produce new tree with additional branches
create tree with following branches:
TTree * addBranch_class::AddBranch | ( | TChain * | originalChain, |
TString | treename, | ||
TString | BranchName, | ||
bool | fastLoop = true , |
||
bool | isMC = false |
||
) |
specify the new branch you want in BranchName
originalChain | standard ntuple |
treename | name of the new tree (not important) |
BranchName | invMassSigma or iSMEle (important, define which new branch you want) |