11#include <TLorentzVector.h>
20 const std::unique_ptr<ITrigJetHypoInfoCollector>& collector)
const {
26 const void* address =
static_cast<const void*
>(
this);
28 std::stringstream ss0;
29 ss0 <<
"PhiCondition: (" << address <<
") "
31 <<
" pass: " << std::boolalpha << pass <<
'\n';
33 auto j_addr =
static_cast<const void*
>(ip.get());
34 std::stringstream ss1;
35 ss1 <<
" jet : ("<< j_addr <<
") phi " <<
phi <<
'\n';
37 collector->collect(ss0.str(), ss1.str());
46 const std::unique_ptr<ITrigJetHypoInfoCollector>& c)
const {
54 ss <<
"PhiCondition (" <<
this <<
") phiMin "
Scalar phi() const
phi method
std::vector< pHypoJet > HypoJetVector
std::shared_ptr< const HypoJet::IJet > pHypoJet
bool isSatisfied(const HypoJetVector &, const std::unique_ptr< ITrigJetHypoInfoCollector > &) const override
PhiCondition(double phiMin, double phiMax)
std::string toString() const override