Go to the documentation of this file.
9 :
reco::
Jet(fP4, fVertex, fConstituents) {}
24 <<
"PFClusterJet constituent is not of RecoPFClusterRefCandidate type";
35 std::ostringstream
out;
37 out <<
" Constituents: " << std::endl;
38 for (
size_t i = 0;
i < numberOfDaughters(); ++
i) {
39 out << *(pfCluster(
i)) << std::endl;
std::vector< Constituent > Constituents
bool overlap(const Candidate &dummy) const override
Polymorphic overlap.
reco::PFClusterRef pfCluster() const
PFClusterJet * clone() const override
Polymorphic clone.
T const * get() const
Returns C++ pointer to the item.
std::string print() const override
Print object.
edm::Ref< PFClusterCollection > PFClusterRef
persistent reference to PFCluster objects
virtual std::string print() const
Print object.
Structure Point Contains parameters of Gaussian fits to DMRs.
bool isNonnull() const
Checks for non-null.
reco::PFClusterRef pfCluster(size_t i) const
Easy Constituent access.
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Jets made out of PFClusters.
PFClusterJet()
Default constructor.