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;
PFClusterJet * clone() const override
Polymorphic clone.
bool overlap(const Candidate &dummy) const override
Polymorphic overlap.
std::vector< Constituent > Constituents
std::string print() const override
Print object.
reco::PFClusterRef pfCluster() const
Jets made out of PFClusters.
edm::Ref< PFClusterCollection > PFClusterRef
persistent reference to PFCluster objects
bool isNonnull() const
Checks for non-null.
virtual std::string print() const
Print object.
T const * get() const
Returns C++ pointer to the item.
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Structure Point Contains parameters of Gaussian fits to DMRs.
PFClusterJet()
Default constructor.
reco::PFClusterRef pfCluster(size_t i) const
Easy Constituent access.