780 |
|
Int_t isoR05_nTracks_; // Tracks multiplicity in a DR=0.5 cone around the electron |
781 |
|
|
782 |
|
|
783 |
< |
// pat::Electron ID (cf https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideElectronID) |
783 |
> |
// Electron ID (cf https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideElectronID) |
784 |
|
// By default in 2.2.X, only cut based identification is available in pat (https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideCutBasedElectronID |
785 |
|
Int_t idCutBasedFixedThresholdLoose_; // Simple cut based ID (aka 'robust') - Loose Thresholds on H/E, DeltaEta, DeltaPhi, SigmaEtaEta |
786 |
|
Int_t idCutBasedFixedThresholdTight_; // Simple cut based ID (default in EWK group) - Tight Thresholds on H/E, DeltaEta, DeltaPhi, SigmaEtaEta |
787 |
< |
Int_t idCutBasedFixedThresholdHighEnergy_; // Simple cut based ID - Thresholds optimized for high energy electron (~TeV) |
787 |
> |
Int_t idCutBasedFixedThresholdHighEnergy_; // Simple cut based ID - Thresholds optimized for high energy electron (~TeV) - not activated by default in 2.2.X |
788 |
|
Int_t idCutBasedCategorizedLoose_; // Category based ID - Different loose thresholds on H/E, DeltaEta, DeltaPhi, SigmaEtaEta, eSeedOverPin for differents regions in the E/p vs fBrem plane |
789 |
|
Int_t idCutBasedCategorizedTight_; // Category based ID - Different tight thresholds on H/E, DeltaEta, DeltaPhi, SigmaEtaEta, eSeedOverPin for differents regions in the E/p vs fBrem plane |
790 |
|
Float_t idLikelihood_; // Lieklihood ID - not activated by default in 2.2.X |
791 |
|
Float_t idNeuralNet_; // NN ID - not activated by default in 2.2.X |
792 |
|
|
793 |
|
|
794 |
– |
// Matched genParticle |
795 |
– |
TLorentzVector momentumMCElectron_; |
796 |
– |
TVector3 vertexMCElectron_; |
797 |
– |
Int_t pdgIdMCElectron_; |
798 |
– |
|
794 |
|
// needed ? |
795 |
|
//Float_t sigmaEtaEta_; |
796 |
|
//Float_t sigmaPhiPhi_; |