17 #include "DataFormats/Provenance/interface/Provenance.h" 19 #include "FWCore/Framework/interface/Event.h" 21 #include "FWCore/ParameterSet/interface/ParameterSet.h" 23 #include "DataFormats/PatCandidates/interface/Jet.h" 25 #include "CommonTools/Utils/interface/PtComparator.h" 54 tree_->Branch(
"n", &this->
n_,
"n/I");
55 tree_->Branch(
"x", this->
x_,
"x[n]/F");
56 tree_->Branch(
"y", this->
y_,
"y[n]/F");
57 tree_->Branch(
"z", this->
z_,
"z[n]/F");
58 tree_->Branch(
"xe", this->
xe_,
"xe[n]/F");
59 tree_->Branch(
"ye", this->
ye_,
"ye[n]/F");
60 tree_->Branch(
"ze", this->
ze_,
"ze[n]/F");
61 tree_->Branch(
"rho", this->
rho_,
"rho[n]/F");
62 tree_->Branch(
"chi2", this->
chi2_,
"chi2[n]/F");
63 tree_->Branch(
"ndof", this->
ndof_,
"ndof[n]/F");
64 tree_->Branch(
"fake", this->
fake_,
"fake[n]/O");
84 edm::Handle<reco::VertexCollection> handler;
reco::VertexCollection candidates_
edm::InputTag input_collection_
void ReadFromEvent(const edm::Event &)
void Fill(const edm::Event &)