1 #ifndef MuonIsolation_IsolatorByDeposit_H 2 #define MuonIsolation_IsolatorByDeposit_H 32 const std::vector<double> & weights,
const std::vector<double>&
thresh);
34 const std::vector<double> & weights,
const std::vector<double>& thresh);
~IsolatorByDeposit() override
Result result(const DepositContainer &deposits, const edm::Event *=0) const override
Compute the deposit within the cone and return the isolation result.
std::vector< double > theDepThresholds
double weightedSum(const DepositContainer &deposits, float dRcone) const
ResultType resultType() const override
virtual float coneSize(float eta, float pt) const =0
virtual float coneSize(float eta, float pT) const
Get the cone size.
IsolatorByDeposit(float conesize, const std::vector< double > &weights)
construct with no addtnl thresholds on deposits
MuIsoBaseIsolator::DepositContainer DepositContainer
virtual void setWeights(const std::vector< double > &weights)
Set the weights for summing deposits of different types.
void setConeSize(float conesize)
Compute the count of deposit within the cone and return the isolation result.
std::vector< double > theWeights
const ConeSizeFunction * theConeSizeFunction
std::vector< DepositAndVetos > DepositContainer
void setConeSize(ConeSizeFunction *conesize)
virtual ~ConeSizeFunction()=default