|
edm::RefVector< pat::PackedCandidateCollection > | associatedPackedPFCandidates () const |
| References to PFCandidates linked to this object (e.g. for isolation vetos or masking before jet reclustering) More...
|
|
const std::vector< reco::CaloCluster > & | basicClusters () const |
|
float | caloIso () const |
|
float | chargedHadronIso () const |
|
Photon * | clone () const override |
| required reimplementation of the Candidate's clone method More...
|
|
float | cryEta () const |
|
float | cryPhi () const |
|
float | e2nd () const |
|
float | e3x3 () const |
|
float | eBottom () const |
|
float | ecalIso () const |
|
const IsoDeposit * | ecalIsoDeposit () const |
| Return the ecal IsoDeposit. More...
|
|
void | ecalIsoDeposit (const IsoDeposit &dep) |
| Sets ecal IsoDeposit. More...
|
|
float | eLeft () const |
|
float | eMax () const |
|
void | embedBasicClusters () |
| method to store the electron's basic clusters More...
|
|
void | embedPreshowerClusters () |
| method to store the electron's preshower clusters More...
|
|
void | embedRecHits (const EcalRecHitCollection *rechits) |
| method to store the RecHits internally - can be called from the PATElectronProducer More...
|
|
void | embedSeedCluster () |
| method to store the electron's seedcluster internally More...
|
|
void | embedSuperCluster () |
| method to store the photon's supercluster internally More...
|
|
float | eRight () const |
|
float | eTop () const |
|
const reco::Candidate * | genPhoton () const |
| return the match to the generated photon More...
|
|
bool | hasPixelSeed () const |
|
float | hcalIso () const |
|
const IsoDeposit * | hcalIsoDeposit () const |
| Return the hcal IsoDeposit. More...
|
|
void | hcalIsoDeposit (const IsoDeposit &dep) |
| Sets hcal IsoDeposit. More...
|
|
float | iEta () const |
|
float | iPhi () const |
|
const IsoDeposit * | isoDeposit (IsolationKeys key) const |
| Returns the IsoDeposit associated with some key, or a null pointer if it is not available. More...
|
|
bool | isPhotonIDAvailable (const std::string &name) const |
| Returns true if a specific ID is available in this pat::Photon. More...
|
|
float | maxDR () const |
|
float | maxDRDEta () const |
|
float | maxDRDPhi () const |
|
float | maxDRRawEnergy () const |
|
float | neutralHadronIso () const |
|
size_t | numberOfSourceCandidatePtrs () const override |
| get the number of non-null PFCandidates More...
|
|
bool | passElectronVeto () const |
| vertex fit method More...
|
|
float | patParticleIso () const |
|
| Photon () |
| default constructor More...
|
|
| Photon (const edm::Ptr< reco::Photon > &aPhotonRef) |
| constructor from a Ptr to a reco photon More...
|
|
| Photon (const edm::RefToBase< reco::Photon > &aPhotonRef) |
| constructor from a RefToBase to a reco photon (to be superseded by Ptr counterpart) More...
|
|
| Photon (const reco::Photon &aPhoton) |
| constructor from a reco photon More...
|
|
Bool_t | photonID (const std::string &name) const |
|
const std::vector< IdPair > & | photonIDs () const |
|
float | photonIso () const |
|
const std::vector< reco::CaloCluster > & | preshowerClusters () const |
|
float | puChargedHadronIso () const |
|
float | puppiChargedHadronIso () const |
|
float | puppiNeutralHadronIso () const |
|
float | puppiPhotonIso () const |
|
const EcalRecHitCollection * | recHits () const |
|
float | see () const |
|
reco::CaloClusterPtr | seed () const |
| direct access to the seed cluster More...
|
|
float | seedEnergy () const |
| input variables for regression energy corrections More...
|
|
float | sep () const |
|
template<typename T > |
void | setAssociatedPackedPFCandidates (const edm::RefProd< pat::PackedCandidateCollection > &refprod, T beginIndexItr, T endIndexItr) |
| References to PFCandidates linked to this object (e.g. for isolation vetos or masking before jet reclustering) More...
|
|
void | setCryEta (float c) |
|
void | setCryPhi (float c) |
|
void | setE2nd (float e) |
|
void | setE3x3 (float e) |
|
void | setEBottom (float e) |
|
void | setEcalIso (float caloIso) |
| Sets ecal isolation variable. More...
|
|
void | setELeft (float e) |
|
void | setEMax (float e) |
|
void | setERight (float e) |
|
void | setETop (float e) |
|
void | setGenPhoton (const reco::GenParticleRef &gp, bool embed=false) |
| method to set the generated photon More...
|
|
void | setHasPixelSeed (bool flag) |
|
void | setHcalIso (float caloIso) |
| Sets hcal isolation variable. More...
|
|
void | setIEta (float i) |
|
void | setIPhi (float i) |
|
void | setIsoDeposit (IsolationKeys key, const IsoDeposit &dep) |
| Sets the IsoDeposit associated with some key; if it is already existent, it is overwritten. More...
|
|
void | setIsolation (IsolationKeys key, float value) |
|
void | setIsolationPUPPI (float chargedhadrons_, float neutralhadrons_, float photons_) |
| Sets PUPPI isolation. More...
|
|
void | setMaxDR (float m) |
|
void | setMaxDRDEta (float m) |
|
void | setMaxDRDPhi (float m) |
|
void | setMaxDRRawEnergy (float m) |
|
void | setPassElectronVeto (bool flag) |
|
void | setPhotonIDs (const std::vector< IdPair > &ids) |
|
void | setSee (float s) |
|
void | setSeedEnergy (float e) |
|
void | setSep (float s) |
|
void | setSpp (float s) |
|
void | setSubClusDEta1 (float s) |
|
void | setSubClusDEta2 (float s) |
|
void | setSubClusDEta3 (float s) |
|
void | setSubClusDPhi1 (float s) |
|
void | setSubClusDPhi2 (float s) |
|
void | setSubClusDPhi3 (float s) |
|
void | setSubClusRawE1 (float s) |
|
void | setSubClusRawE2 (float s) |
|
void | setSubClusRawE3 (float s) |
|
void | setTrackIso (float trackIso) |
| Sets tracker isolation variable. More...
|
|
void | setUserIso (float value, uint8_t index=0) |
| Sets user isolation variable index. More...
|
|
reco::CandidatePtr | sourceCandidatePtr (size_type i) const override |
| get the source candidate pointer with index i More...
|
|
float | spp () const |
|
float | subClusDEta1 () const |
|
float | subClusDEta2 () const |
|
float | subClusDEta3 () const |
|
float | subClusDPhi1 () const |
|
float | subClusDPhi2 () const |
|
float | subClusDPhi3 () const |
|
float | subClusRawE1 () const |
|
float | subClusRawE2 () const |
|
float | subClusRawE3 () const |
|
reco::SuperClusterRef | superCluster () const override |
| override the superCluster method from CaloJet, to access the internal storage of the supercluster More...
|
|
float | trackIso () const |
|
const IsoDeposit * | trackIsoDeposit () const |
| Return the tracker IsoDeposit. More...
|
|
void | trackIsoDeposit (const IsoDeposit &dep) |
| Sets tracker IsoDeposit. More...
|
|
float | userIso (uint8_t index=0) const |
| Returns a user defined isolation value. More...
|
|
void | userIsoDeposit (const IsoDeposit &dep, uint8_t index=0) |
| Sets user-level IsoDeposit. More...
|
|
const IsoDeposit * | userIsoDeposit (uint8_t index=0) const |
| Return a specified user-level IsoDeposit. More...
|
|
float | userIsolation (IsolationKeys key) const |
|
| ~Photon () override |
| destructor More...
|
|
void | addGenParticleRef (const reco::GenParticleRef &ref) |
|
void | addTriggerObjectMatch (const TriggerObjectStandAlone &trigObj) |
| add a trigger match More...
|
|
void | addUserCand (const std::string &label, const reco::CandidatePtr &data, const bool overwrite=false) |
| Set user-defined int. More...
|
|
void | addUserData (const std::string &label, const T &data, bool transientOnly=false, bool overwrite=false) |
|
void | addUserDataFromPtr (const std::string &label, const edm::Ptr< pat::UserData > &data, bool overwrite=false) |
|
void | addUserFloat (const std::string &label, float data, const bool overwrite=false) |
| Set user-defined float. More...
|
|
void | addUserInt (const std::string &label, int32_t data, const bool overwrite=false) |
| Set user-defined int. More...
|
|
std::vector< std::pair< std::string, pat::LookupTableRecord > > | efficiencies () const |
| Returns the efficiencies as <name,value> pairs (by value) More...
|
|
const pat::LookupTableRecord & | efficiency (const std::string &name) const |
| Returns an efficiency given its name. More...
|
|
const std::vector< std::string > & | efficiencyNames () const |
| Returns the list of the names of the stored efficiencies. More...
|
|
const std::vector< pat::LookupTableRecord > & | efficiencyValues () const |
| Returns the list of the values of the stored efficiencies (the ordering is the same as in efficiencyNames()) More...
|
|
void | embedGenParticle () |
|
const reco::GenParticle * | genParticle (size_t idx=0) const |
|
reco::GenParticleRef | genParticleById (int pdgId, int status, uint8_t autoCharge=0) const |
|
reco::GenParticleRef | genParticleRef (size_t idx=0) const |
|
std::vector< reco::GenParticleRef > | genParticleRefs () const |
|
size_t | genParticlesSize () const |
| Number of generator level particles stored as ref or embedded. More...
|
|
const pat::CandKinResolution & | getKinResolution (const std::string &label="") const |
|
bool | hasKinResolution (const std::string &label="") const |
| Check if the kinematic resolutions are stored into this object (possibly specifying a label for them) More...
|
|
bool | hasOverlaps (const std::string &label) const |
| Returns true if there was at least one overlap for this test label. More...
|
|
bool | hasUserCand (const std::string &key) const |
| Return true if there is a user-defined int with a given name. More...
|
|
bool | hasUserData (const std::string &key) const |
| Check if user data with a specific type is present. More...
|
|
bool | hasUserFloat (const char *key) const |
| a CINT-friendly interface More...
|
|
bool | hasUserFloat (const std::string &key) const |
| Return true if there is a user-defined float with a given name. More...
|
|
bool | hasUserInt (const std::string &key) const |
| Return true if there is a user-defined int with a given name. More...
|
|
const reco::Candidate * | originalObject () const |
| access to the original object; returns zero for null Ref and throws for unavailable collection More...
|
|
const edm::Ptr< reco::Candidate > & | originalObjectRef () const |
| reference to original object. Returns a null reference if not available More...
|
|
const std::vector< std::string > & | overlapLabels () const |
| Returns the labels of the overlap tests that found at least one overlap. More...
|
|
const reco::CandidatePtrVector & | overlaps (const std::string &label) const |
|
| PATObject () |
| default constructor More...
|
|
| PATObject (const edm::Ptr< reco::Photon > &ref) |
| constructor from reference More...
|
|
| PATObject (const edm::RefToBase< reco::Photon > &ref) |
| constructor from reference More...
|
|
| PATObject (const reco::Photon &obj) |
| constructor from a base object (leaves invalid reference to original object!) More...
|
|
double | resolE (const std::string &label="") const |
| Resolution on energy, possibly with a label to specify which resolution to use. More...
|
|
double | resolEt (const std::string &label="") const |
| Resolution on et, possibly with a label to specify which resolution to use. More...
|
|
double | resolEta (const std::string &label="") const |
| Resolution on eta, possibly with a label to specify which resolution to use. More...
|
|
double | resolM (const std::string &label="") const |
|
double | resolP (const std::string &label="") const |
| Resolution on p, possibly with a label to specify which resolution to use. More...
|
|
double | resolPhi (const std::string &label="") const |
| Resolution on phi, possibly with a label to specify which resolution to use. More...
|
|
double | resolPInv (const std::string &label="") const |
| Resolution on 1/p, possibly with a label to specify which resolution to use. More...
|
|
double | resolPt (const std::string &label="") const |
| Resolution on pt, possibly with a label to specify which resolution to use. More...
|
|
double | resolPx (const std::string &label="") const |
| Resolution on px, possibly with a label to specify which resolution to use. More...
|
|
double | resolPy (const std::string &label="") const |
| Resolution on py, possibly with a label to specify which resolution to use. More...
|
|
double | resolPz (const std::string &label="") const |
| Resolution on pz, possibly with a label to specify which resolution to use. More...
|
|
double | resolTheta (const std::string &label="") const |
| Resolution on theta, possibly with a label to specify which resolution to use. More...
|
|
void | setEfficiency (const std::string &name, const pat::LookupTableRecord &value) |
|
void | setGenParticle (const reco::GenParticle &particle) |
| Set the generator level particle from a particle not in the Event (embedding it, of course) More...
|
|
void | setGenParticleRef (const reco::GenParticleRef &ref, bool embed=false) |
| Set the generator level particle reference. More...
|
|
void | setKinResolution (const pat::CandKinResolution &resol, const std::string &label="") |
| Add a kinematic resolution to this object (possibly with a label) More...
|
|
void | setOverlaps (const std::string &label, const reco::CandidatePtrVector &overlaps) |
|
const TriggerObjectStandAlone * | triggerObjectMatch (const size_t idx=0) const |
| get one matched trigger object by index More...
|
|
const TriggerObjectStandAlone * | triggerObjectMatchByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByCollection (const char *coll, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByCollection (const std::string &coll, const size_t idx=0) const |
| get one matched trigger object from a certain collection by index More...
|
|
const TriggerObjectStandAlone * | triggerObjectMatchByCondition (const char *nameCondition, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByCondition (const std::string &nameCondition, const size_t idx=0) const |
| get one matched L1 object used in a succeeding object combination of a certain L1 condition by index More...
|
|
const TriggerObjectStandAlone * | triggerObjectMatchByFilter (const char *labelFilter, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByFilter (const std::string &labelFilter, const size_t idx=0) const |
| get one matched HLT object used in a certain HLT filter by index More...
|
|
const TriggerObjectStandAlone * | triggerObjectMatchByFilterID (const unsigned triggerObjectType, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const |
|
const TriggerObjectStandAlone * | triggerObjectMatchByType (const trigger::TriggerObjectType triggerObjectType, const size_t idx=0) const |
| get one matched trigger object of a certain type by index More...
|
|
const TriggerObjectStandAlone * | triggerObjectMatchByType (const unsigned triggerObjectType, const size_t idx=0) const |
|
const TriggerObjectStandAloneCollection & | triggerObjectMatches () const |
| get all matched trigger objects More...
|
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByCollection (const char *coll) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByCollection (const std::string &coll) const |
| get all matched trigger objects from a certain collection More...
|
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByCondition (const char *nameCondition) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByCondition (const std::string &nameCondition) const |
| get all matched L1 objects used in a succeeding object combination of a certain L1 condition More...
|
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByFilter (const char *labelFilter) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByFilter (const std::string &labelFilter) const |
| get all matched HLT objects used in a certain HLT filter More...
|
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByFilterID (const unsigned triggerObjectType) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByType (const trigger::TriggerObjectType triggerObjectType) const |
|
const TriggerObjectStandAloneCollection | triggerObjectMatchesByType (const unsigned triggerObjectType) const |
|
void | unpackTriggerObjectPathNames (const edm::TriggerNames &names) |
| unpack path names of matched trigger objects (if they were packed before embedding, which is not normally the case) More...
|
|
reco::CandidatePtr | userCand (const std::string &key) const |
|
const std::vector< std::string > & | userCandNames () const |
| Get list of user-defined cand names. More...
|
|
const T * | userData (const std::string &key) const |
| Returns user-defined data. Returns NULL if the data is not present, or not of type T. More...
|
|
const void * | userDataBare (const std::string &key) const |
|
const std::vector< std::string > & | userDataNames () const |
| Get list of user data object names. More...
|
|
const std::string & | userDataObjectType (const std::string &key) const |
| Get human-readable type of user data object, for debugging. More...
|
|
float | userFloat (const char *key) const |
| a CINT-friendly interface More...
|
|
float | userFloat (const std::string &key) const |
|
const std::vector< std::string > & | userFloatNames () const |
| Get list of user-defined float names. More...
|
|
std::vector< float > | userFloatRange (const std::string &key) const |
| return a range of values corresponding to key More...
|
|
int32_t | userInt (const std::string &key) const |
|
const std::vector< std::string > & | userIntNames () const |
| Get list of user-defined int names. More...
|
|
std::vector< int > | userIntRange (const std::string &key) const |
| returns a range of values corresponding to key More...
|
|
| ~PATObject () override |
| destructor More...
|
|
math::XYZPointF | caloPosition () const |
| position in ECAL: this is th SC position if r9<0.93. If r8>0.93 is position of seed BasicCluster taking shower depth for unconverted photon More...
|
|
float | chargedHadronIso () const |
| Accessors for Particle Flow Isolation variables. More...
|
|
float | chargedHadronPFPVIso () const |
|
float | chargedHadronWorstVtxGeomVetoIso () const |
|
float | chargedHadronWorstVtxIso () const |
|
reco::ConversionRefVector | conversions () const |
| vector of references to Conversion's More...
|
|
reco::ConversionRefVector | conversionsOneLeg () const |
| vector of references to one leg Conversion's More...
|
|
int | conversionTrackProvenance (const edm::RefToBase< reco::Track > &convTrack) const |
|
float | e1x5 () const |
| Shower shape variables. More...
|
|
float | e2x5 () const |
|
float | e3x3 () const |
|
float | e5x5 () const |
|
float | ecalPFClusterIso () const |
|
float | ecalRecHitSumEtConeDR03 () const |
| Isolation variables in cone dR=0.3. More...
|
|
float | ecalRecHitSumEtConeDR04 () const |
|
reco::ElectronSeedRefVector | electronPixelSeeds () const |
| reference to electron Pixel seed More...
|
|
const EnergyCorrections & | energyCorrections () const |
|
float | etOutsideMustache () const |
|
float | full5x5_e1x5 () const |
| full5x5 Shower shape variables More...
|
|
float | full5x5_e2x5 () const |
|
float | full5x5_e3x3 () const |
|
float | full5x5_e5x5 () const |
|
float | full5x5_hadronicOverEm (int depth=0) const |
|
float | full5x5_hadTowOverEm (int depth=0) const |
|
float | full5x5_hcalOverEcal (int depth=0) const |
| the total hadronic over electromagnetic fraction More...
|
|
float | full5x5_hcalOverEcalBc (int depth=0) const |
| the ratio of total energy of hcal rechits behind the SC and the SC energy More...
|
|
float | full5x5_maxEnergyXtal () const |
|
float | full5x5_r1x5 () const |
|
float | full5x5_r2x5 () const |
|
float | full5x5_r9 () const |
|
void | full5x5_setShowerShapeVariables (const ShowerShape &a) |
|
const ShowerShape & | full5x5_showerShapeVariables () const |
|
float | full5x5_sigmaEtaEta () const |
|
float | full5x5_sigmaIetaIeta () const |
|
P4type | getCandidateP4type () const |
|
float | getCorrectedEnergy (P4type type) const |
|
float | getCorrectedEnergyError (P4type type) const |
|
const PflowIsolationVariables & | getPflowIsolationVariables () const |
| Get Particle Flow Isolation variables block. More...
|
|
float | hadronicOverEm (int depth=0) const |
|
bool | hadronicOverEmValid () const |
| returns false if H/E is not reliably estimated (e.g. because hcal was off or masked) More...
|
|
float | hadTowOverEm (int depth=0) const |
|
bool | hadTowOverEmValid () const |
|
bool | hasConversionTracks () const |
| Bool flagging photons with a vector of refereces to conversions with size >0. More...
|
|
bool | hasPixelSeed () const |
| Bool flagging photons having a non-zero size vector of Ref to electornPixel seeds. More...
|
|
float | hcalOverEcal (const ShowerShape &ss, int depth) const |
| the total hadronic over electromagnetic fraction More...
|
|
float | hcalOverEcal (int depth=0) const |
|
float | hcalOverEcalBc (const ShowerShape &ss, int depth) const |
| the ratio of total energy of hcal rechits behind the SC and the SC energy More...
|
|
float | hcalOverEcalBc (int depth=0) const |
|
float | hcalPFClusterIso () const |
|
void | hcalToRun2EffDepth () |
|
const std::vector< CaloTowerDetId > & | hcalTowersBehindClusters () const |
|
float | hcalTowerSumEt (const IsolationVariables &iv, int depth) const |
| Hcal isolation sum for each depth excluding the region containing the rechits used for hcalOverEcal() More...
|
|
float | hcalTowerSumEtBc (const IsolationVariables &iv, int depth) const |
| Hcal isolation sum for each depth excluding the region containing the rechits used for hcalOverEcalBc() More...
|
|
float | hcalTowerSumEtBcConeDR03 (int depth=0) const |
| Hcal isolation sum for each depth excluding the region containing the rechits used for hcalOverEcalBc() More...
|
|
float | hcalTowerSumEtBcConeDR04 (int depth=0) const |
|
float | hcalTowerSumEtConeDR03 (int depth=0) const |
| Hcal isolation sum for each depth excluding the region containing the rechits used for hcalOverEcal() More...
|
|
float | hcalTowerSumEtConeDR04 (int depth=0) const |
|
bool | isEB () const |
|
bool | isEBEEGap () const |
| true if photon is in boundary between EB and EE More...
|
|
bool | isEBEtaGap () const |
|
bool | isEBGap () const |
| true if photon is in EB, and inside the boundaries in super crystals/modules More...
|
|
bool | isEBPhiGap () const |
|
bool | isEE () const |
|
bool | isEEDeeGap () const |
|
bool | isEEGap () const |
| true if photon is in EE, and inside the boundaries in supercrystal/D More...
|
|
bool | isEERingGap () const |
|
bool | isPFlowPhoton () const |
| Retrieve photonCore attributes. More...
|
|
bool | isPhoton () const override |
| Implement Candidate method for particle species. More...
|
|
float | isSeedSaturated () const |
|
bool | isStandardPhoton () const |
|
float | maxEnergyXtal () const |
|
float | mipChi2 () const |
| MIP variables. More...
|
|
float | mipIntercept () const |
|
bool | mipIsHalo () const |
|
int | mipNhitCone () const |
|
float | mipSlope () const |
|
float | mipTotEnergy () const |
|
int | nClusterOutsideMustache () const |
|
float | neutralHadronIso () const |
|
float | nSaturatedXtals () const |
|
int | nTrkHollowConeDR03 () const |
|
int | nTrkHollowConeDR04 () const |
|
int | nTrkSolidConeDR03 () const |
|
int | nTrkSolidConeDR04 () const |
|
const LorentzVector & | p4 (P4type type) const |
|
reco::SuperClusterRef | parentSuperCluster () const |
| Ref to PFlow SuperCluster. More...
|
|
float | pfMVA () const |
|
| Photon () |
| default constructor More...
|
|
| Photon (const LorentzVector &p4, const Point &caloPos, const PhotonCoreRef &core, const Point &vtx=Point(0, 0, 0)) |
| constructor from values More...
|
|
| Photon (const Photon &) |
| copy constructor More...
|
|
reco::PhotonCoreRef | photonCore () const |
| returns a reference to the core photon object More...
|
|
float | photonIso () const |
|
float | r1x5 () const |
|
float | r2x5 () const |
|
float | r9 () const |
|
const SaturationInfo & | saturationInfo () const |
|
void | setCandidateP4type (const P4type type) |
|
void | setCorrectedEnergy (P4type type, float E, float dE, bool toCand=true) |
|
void | setEnergyCorrections (const EnergyCorrections &e) |
|
void | setFiducialVolumeFlags (const FiducialFlags &a) |
| set flags for photons in the ECAL fiducial volume More...
|
|
void | setIsolationVariables (const IsolationVariables &isolInDr04, const IsolationVariables &isolInDr03) |
| set relevant isolation variables More...
|
|
void | setMIPVariables (const MIPVariables &mipVar) |
| set mip Variables More...
|
|
void | setP4 (P4type type, const LorentzVector &p4, float p4Error, bool setToRecoCandidate) |
|
void | setPflowIDVariables (const PflowIDVariables &pfid) |
|
void | setPflowIsolationVariables (const PflowIsolationVariables &pfisol) |
| Set Particle Flow Isolation variables. More...
|
|
void | setPhotonCore (const reco::PhotonCoreRef &photonCore) |
|
void | setSaturationInfo (const SaturationInfo &s) |
|
void | setShowerShapeVariables (const ShowerShape &a) |
|
void | setVertex (const Point &vertex) override |
| set primary event vertex used to define photon direction More...
|
|
const ShowerShape & | showerShapeVariables () const |
|
float | sigmaEtaEta () const |
|
float | sigmaIetaIeta () const |
|
float | trkSumPtHollowConeDR03 () const |
|
float | trkSumPtHollowConeDR04 () const |
|
float | trkSumPtSolidConeDR03 () const |
|
float | trkSumPtSolidConeDR04 () const |
|
| ~Photon () override |
| destructor More...
|
|
Public Member Functions inherited from reco::RecoCandidate |
const Track * | bestTrack () const override |
| best track pointer More...
|
|
virtual TrackBaseRef | bestTrackRef () const |
| best track RefToBase More...
|
|
virtual TrackType | bestTrackType () const |
| track type More...
|
|
virtual CaloTowerRef | caloTower () const |
| reference to a CaloTower More...
|
|
RecoCandidate * | clone () const override |
| returns a clone of the Candidate object More...
|
|
virtual reco::TrackRef | combinedMuon () const |
| reference to a stand-alone muon Track More...
|
|
float | dxyError () const override |
| uncertainty on dxy More...
|
|
float | dzError () const override |
| uncertainty on dz More...
|
|
virtual reco::GsfTrackRef | gsfTrack () const |
| reference to a GsfTrack More...
|
|
virtual size_t | numberOfTracks () const |
| number of multiple Tracks More...
|
|
| RecoCandidate () |
| default constructor More...
|
|
template<typename P4 > |
| RecoCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0) |
| constructor from values More...
|
|
virtual reco::TrackRef | standAloneMuon () const |
| reference to a stand-alone muon Track More...
|
|
virtual reco::TrackRef | track () const |
| reference to a Track More...
|
|
virtual reco::TrackRef | track (size_t) const |
| reference to one of multiple Tracks More...
|
|
| ~RecoCandidate () override |
| destructor More...
|
|
Public Member Functions inherited from reco::LeafCandidate |
Vector | boostToCM () const final |
|
int | charge () const final |
| electric charge More...
|
|
void | construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status) |
|
const Candidate * | daughter (const std::string &s) const override |
| return daughter with a specified role name More...
|
|
Candidate * | daughter (const std::string &s) override |
| return daughter with a specified role name More...
|
|
const Candidate * | daughter (size_type) const override |
| return daughter at a given position (throws an exception) More...
|
|
Candidate * | daughter (size_type) override |
| return daughter at a given position (throws an exception) More...
|
|
double | energy () const final |
| energy More...
|
|
double | et () const final |
| transverse energy More...
|
|
double | et2 () const final |
| transverse energy squared (use this for cut!) More...
|
|
double | eta () const final |
| momentum pseudorapidity More...
|
|
void | fillVertexCovariance (CovarianceMatrix &v) const override |
| fill SMatrix More...
|
|
template<typename T > |
T | get () const |
| get a component More...
|
|
template<typename T , typename Tag > |
T | get () const |
| get a component More...
|
|
template<typename T > |
T | get (size_type i) const |
| get a component More...
|
|
template<typename T , typename Tag > |
T | get (size_type i) const |
| get a component More...
|
|
bool | hasMasterClone () const override |
|
bool | hasMasterClonePtr () const override |
|
bool | isCaloMuon () const override |
|
bool | isConvertedPhoton () const override |
|
bool | isElectron () const override |
|
bool | isGlobalMuon () const override |
|
bool | isJet () const override |
|
bool | isMuon () const override |
|
bool | isStandAloneMuon () const override |
|
bool | isTrackerMuon () const override |
|
| LeafCandidate () |
|
template<typename... Args> |
| LeafCandidate (Args &&... args) |
|
| LeafCandidate (const Candidate &c) |
|
| LeafCandidate (LeafCandidate &&)=default |
|
| LeafCandidate (LeafCandidate &rh) |
|
| LeafCandidate (LeafCandidate const &)=default |
|
bool | longLived () const final |
| is long lived? More...
|
|
double | mass () const final |
| mass More...
|
|
bool | massConstraint () const final |
| do mass constraint? More...
|
|
double | massSqr () const final |
| mass squared More...
|
|
const CandidateBaseRef & | masterClone () const override |
|
const CandidatePtr & | masterClonePtr () const override |
|
template<typename Ref > |
Ref | masterRef () const |
| cast master clone reference to a concrete type More...
|
|
Vector | momentum () const final |
| spatial momentum vector More...
|
|
const Candidate * | mother (size_type) const override |
| return mother at a given position (throws an exception) More...
|
|
double | mt () const final |
| transverse mass More...
|
|
double | mtSqr () const final |
| transverse mass squared More...
|
|
template<typename T > |
size_type | numberOf () const |
| number of components More...
|
|
template<typename T , typename Tag > |
size_type | numberOf () const |
| number of components More...
|
|
size_t | numberOfDaughters () const override |
| number of daughters More...
|
|
size_t | numberOfMothers () const override |
| number of mothers More...
|
|
LeafCandidate & | operator= (LeafCandidate &&)=default |
|
LeafCandidate & | operator= (LeafCandidate const &)=default |
|
double | p () const final |
| magnitude of momentum vector More...
|
|
const LorentzVector & | p4 () const final |
| four-momentum Lorentz vector More...
|
|
int | pdgId () const final |
| PDG identifier. More...
|
|
double | phi () const final |
| momentum azimuthal angle More...
|
|
const PolarLorentzVector & | polarP4 () const final |
| four-momentum Lorentz vector More...
|
|
double | pt () const final |
| transverse momentum More...
|
|
double | px () const final |
| x coordinate of momentum vector More...
|
|
double | py () const final |
| y coordinate of momentum vector More...
|
|
double | pz () const final |
| z coordinate of momentum vector More...
|
|
double | rapidity () const final |
| rapidity More...
|
|
void | setCharge (Charge q) final |
| set electric charge More...
|
|
void | setLongLived () final |
|
void | setMass (double m) final |
| set particle mass More...
|
|
void | setMassConstraint () final |
|
void | setP4 (const LorentzVector &p4) final |
| set 4-momentum More...
|
|
void | setP4 (const PolarLorentzVector &p4) final |
| set 4-momentum More...
|
|
void | setPdgId (int pdgId) final |
|
void | setPz (double pz) final |
|
void | setStatus (int status) final |
| set status word More...
|
|
void | setThreeCharge (Charge qx3) final |
| set electric charge More...
|
|
int | status () const final |
| status word More...
|
|
double | theta () const final |
| momentum polar angle More...
|
|
int | threeCharge () const final |
| electric charge More...
|
|
const Point & | vertex () const override |
| vertex position (overwritten by PF...) More...
|
|
double | vertexChi2 () const override |
| chi-squares More...
|
|
CovarianceMatrix | vertexCovariance () const final |
| return SMatrix More...
|
|
double | vertexCovariance (int i, int j) const override |
| (i, j)-th element of error matrix, i, j = 0, ... 2 More...
|
|
double | vertexNdof () const override |
|
double | vertexNormalizedChi2 () const override |
| chi-squared divided by n.d.o.f. More...
|
|
double | vx () const override |
| x coordinate of vertex position More...
|
|
double | vy () const override |
| y coordinate of vertex position More...
|
|
double | vz () const override |
| z coordinate of vertex position More...
|
|
double | y () const final |
| rapidity More...
|
|
| ~LeafCandidate () override |
| destructor More...
|
|
Public Member Functions inherited from reco::Candidate |
iterator | begin () |
| first daughter iterator More...
|
|
const_iterator | begin () const |
| first daughter const_iterator More...
|
|
| Candidate () |
| default constructor More...
|
|
iterator | end () |
| last daughter iterator More...
|
|
const_iterator | end () const |
| last daughter const_iterator More...
|
|
template<typename T > |
T | get () const |
| get a component More...
|
|
template<typename T , typename Tag > |
T | get () const |
| get a component More...
|
|
template<typename T > |
T | get (size_type i) const |
| get a component More...
|
|
template<typename T , typename Tag > |
T | get (size_type i) const |
| get a component More...
|
|
template<typename Ref > |
Ref | masterRef () const |
| cast master clone reference to a concrete type More...
|
|
template<typename T > |
size_type | numberOf () const |
| number of components More...
|
|
template<typename T , typename Tag > |
size_type | numberOf () const |
| number of components More...
|
|
virtual void | setSourceCandidatePtr (const CandidatePtr &ptr) |
| Set the ptr to the source Candidate. More...
|
|
virtual | ~Candidate () |
| destructor More...
|
|