Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
Benchmark
src
BenchmarkTree.cc
Go to the documentation of this file.
1
#include "
RecoParticleFlow/Benchmark/interface/BenchmarkTree.h
"
2
3
4
5
BenchmarkTree::BenchmarkTree
(
const
char
*
name
,
6
const
char
*
title
)
7
: TTree( name, title ),
8
entry_( new
BenchmarkTreeEntry
) {
9
10
Branch(
"benchmarkEntry"
,
"BenchmarkTreeEntry"
, &
entry_
);
11
}
12
13
void
BenchmarkTree::Fill
(
const
BenchmarkTreeEntry
& entry ) {
14
*
entry_
= entry;
15
TTree::Fill
();
16
}
indexGen.title
title
Definition:
indexGen.py:48
BenchmarkTree::entry_
BenchmarkTreeEntry * entry_
Definition:
BenchmarkTree.h:41
BenchmarkTreeEntry
Definition:
BenchmarkTree.h:7
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
BenchmarkTree::Fill
void Fill(const BenchmarkTreeEntry &entry)
Definition:
BenchmarkTree.cc:13
BenchmarkTree.h
HcalObjRepresent::Fill
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
Definition:
HcalObjRepresent.h:611
BenchmarkTree::BenchmarkTree
BenchmarkTree(const char *name, const char *title)
Definition:
BenchmarkTree.cc:5
Generated for CMSSW Reference Manual by
1.8.5