PhotonPFIsolationWithConeVeto::PhotonPFIsolationWithConeVeto |
( |
const edm::ParameterSet & |
c | ) |
|
|
inline |
Definition at line 38 of file PhotonPFIsolationWithConeVeto.cc.
References mathSSE::sqrt(), and AlCaHLTBitMon_QueryRunRegistry::string.
46 sprintf(buf,
"BarVeto%.2f-EndVeto%.2f",
51 while( decimal != std::string::npos ) {
T getParameter(std::string const &) const
const unsigned _vertexIndex
const std::vector< unsigned > _miniAODVertexCodes
const std::string _isolateAgainst
const float _vetoConeSize2EB
const float _vetoConeSize2EE
std::string _additionalCode
Power< A, B >::type pow(const A &a, const B &b)
PhotonPFIsolationWithConeVeto::~PhotonPFIsolationWithConeVeto |
( |
| ) |
|
|
inlineoverride |
Implements citk::IsolationConeDefinitionBase.
Definition at line 80 of file PhotonPFIsolationWithConeVeto.cc.
References pat::PackedCandidate::charge(), reco::deltaR2(), EcalBarrel, Exception, pat::PackedCandidate::fromPV(), edm::Ptr< T >::get(), edm::Ptr< T >::isNonnull(), mps_fire::result, SurveyInfoScenario_cff::seed, and reco::Photon::superCluster().
86 bool isEB = ( seed->seed().subdetId() ==
EcalBarrel );
90 if( aspacked.isNonnull() && aspacked.get() ) {
91 if( aspacked->charge() != 0 ) {
92 bool is_vertex_allowed =
false;
95 is_vertex_allowed =
true;
99 result &= ( is_vertex_allowed );
101 result &= deltar2 > vetoConeSize2 && deltar2 <
_coneSize2 ;
102 }
else if ( aspf.isNonnull() && aspf.get() ) {
103 result &= deltar2 > vetoConeSize2 && deltar2 <
_coneSize2;
106 <<
"The supplied candidate to be used as isolation " 107 <<
"was neither a reco::PFCandidate nor a pat::PackedCandidate!";
const unsigned _vertexIndex
const std::vector< unsigned > _miniAODVertexCodes
const float _vetoConeSize2EB
const float _vetoConeSize2EE
constexpr auto deltaR2(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
const std::string PhotonPFIsolationWithConeVeto::_isolateAgainst |
|
private |
const std::vector<unsigned> PhotonPFIsolationWithConeVeto::_miniAODVertexCodes |
|
private |
const unsigned PhotonPFIsolationWithConeVeto::_vertexIndex |
|
private |
const float PhotonPFIsolationWithConeVeto::_vetoConeSize2EB |
|
private |
const float PhotonPFIsolationWithConeVeto::_vetoConeSize2EE |
|
private |