Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoParticleFlow
Benchmark
src
BenchmarkTree.cc
Go to the documentation of this file.
1
#include "
RecoParticleFlow/Benchmark/interface/BenchmarkTree.h
"
2
3
BenchmarkTree::BenchmarkTree
(
const
char
*
name
,
const
char
*
title
) : TTree(name, title), entry_(new
BenchmarkTreeEntry
) {
4
Branch
(
"benchmarkEntry"
,
"BenchmarkTreeEntry"
, &
entry_
);
5
}
6
7
void
BenchmarkTree::Fill
(
const
BenchmarkTreeEntry
&
entry
) {
8
*
entry_
=
entry
;
9
TTree::Fill
();
10
}
BenchmarkTree::entry_
BenchmarkTreeEntry * entry_
Definition:
BenchmarkTree.h:32
Branch
HitsTree Branch("RunNumber",&RunNumber,"RunNumber/I")
BenchmarkTreeEntry
Definition:
BenchmarkTree.h:6
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:78
BenchmarkTree::Fill
void Fill(const BenchmarkTreeEntry &entry)
Definition:
BenchmarkTree.cc:7
BenchmarkTree.h
HcalObjRepresent::Fill
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
Definition:
HcalObjRepresent.h:1053
BenchmarkTree::BenchmarkTree
BenchmarkTree(const char *name, const char *title)
Definition:
BenchmarkTree.cc:3
runGCPTkAlMap.title
string title
Definition:
runGCPTkAlMap.py:94
mps_splice.entry
list entry
Definition:
mps_splice.py:68
Generated for CMSSW Reference Manual by
1.8.5