ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/interface/TRootElectron.h
(Generate patch)

Comparing UserCode/Morgan/interface/TRootElectron.h (file contents):
Revision 1.11 by lethuill, Mon Jun 29 14:37:21 2009 UTC vs.
Revision 1.12 by lethuill, Tue Jun 30 15:37:17 2009 UTC

# Line 780 | Line 780 | class TRootElectron : public TRootPartic
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_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines