Go to the documentation of this file. 1 #ifndef RECOEGAMMA_EGAMMAISOLATIONALGOS_ELETKISOLFROMCANDS_H
2 #define RECOEGAMMA_EGAMMAISOLATIONALGOS_ELETKISOLFROMCANDS_H
119 static bool passAlgo(
const reco::TrackBase& trk,
const std::vector<reco::TrackBase::TrackAlgorithm>& algosToRej);
static bool passTrackPreselection(const reco::TrackBase &trk, float trkPt, const TrkCuts &cuts)
Configuration(const edm::ParameterSet ¶)
const TkSoA *__restrict__ CAHitNtupletGeneratorKernelsGPU::QualityCuts cuts
static bool passPIDVeto(const int pdgId, const EleTkIsolFromCands::PIDVeto pidVeto)
static TrackTable preselectTracks(reco::TrackCollection const &tracks, TrkCuts const &cuts)
std::vector< reco::TrackBase::TrackQuality > allowedQualities
static PIDVeto pidVetoFromStr(const std::string &vetoStr)
static edm::ParameterSetDescription pSetDescript()
TrkCuts(const edm::ParameterSet ¶)
EleTkIsolFromCands(Configuration const &cfg, reco::TrackCollection const &tracks)
static TrackTable preselectTracksFromCands(pat::PackedCandidateCollection const &cands, TrkCuts const &cuts, PIDVeto=PIDVeto::NONE)
TrackTable const & getPreselectedTracks(bool isBarrel)
Output operator()(const reco::TrackBase &electronTrack)
static bool passQual(const reco::TrackBase &trk, const std::vector< reco::TrackBase::TrackQuality > &quals)
Configuration const & cfg_
bool tracksCachedForBarrelCuts_
const uint32_t *__restrict__ const HitContainer *__restrict__ TkSoA *__restrict__ tracks
static bool passAlgo(const reco::TrackBase &trk, const std::vector< reco::TrackBase::TrackAlgorithm > &algosToRej)
static edm::ParameterSetDescription pSetDescript()
std::vector< pat::PackedCandidate > PackedCandidateCollection
pat::PackedCandidateCollection const * cands_
EleTkIsolFromCands(Configuration const &cfg, pat::PackedCandidateCollection const &cands, PIDVeto pidVeto=PIDVeto::NONE)
TrackTable preselectedTracksWithBarrelCuts_
std::vector< reco::TrackBase::TrackAlgorithm > algosToReject
TrackTable preselectedTracksWithEndcapCuts_
std::vector< Track > TrackCollection
collection of Tracks
reco::TrackCollection const * tracks_
bool tracksCachedForEndcapCuts_