CMS 3D CMS Logo

BenchmarkTree.cc
Go to the documentation of this file.
2 
3 BenchmarkTree::BenchmarkTree(const char* name, const char* title) : TTree(name, title), entry_(new BenchmarkTreeEntry) {
4  Branch("benchmarkEntry", "BenchmarkTreeEntry", &entry_);
5 }
6 
8  *entry_ = entry;
9  TTree::Fill();
10 }
BenchmarkTreeEntry * entry_
Definition: BenchmarkTree.h:32
void Fill(const BenchmarkTreeEntry &entry)
Definition: BenchmarkTree.cc:7
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
BenchmarkTree(const char *name, const char *title)
Definition: BenchmarkTree.cc:3