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

Comparing UserCode/MitPhysics/Mods/interface/MuonIDMod.h (file contents):
Revision 1.28 by ceballos, Mon Feb 21 13:50:20 2011 UTC vs.
Revision 1.29 by ceballos, Wed Feb 23 10:37:12 2011 UTC

# Line 48 | Line 48 | namespace mithep
48        void               SetCaloIsoCut(Double_t cut)          { fCaloIsolationCut  = cut;   }
49        void               SetClassType(const char *type)       { fMuonClassType     = type;  }
50        void               SetCleanMuonsName(const char *name)  { fCleanMuonsName    = name;  }  
51 <      void               SetOldMuonsName(const char *n)       { fOldMuonsName  = n;         }  
52 <      void               SetOldElectronsName(const char *n)   { fOldElectronsName  = n;     }  
51 >      void               SetOldMuonsName(const char *n)       { fNonIsolatedMuonsName  = n;         }  
52 >      void               SetOldElectronsName(const char *n)   { fNonIsolatedElectronsName  = n;     }  
53        void               SetCleanName(const char *name)       { SetCleanMuonsName(name);    }  
54        void               SetCombIsoCut(Double_t cut)          { fCombIsolationCut  = cut;   }
55        void               SetD0Cut(Double_t cut)               { fD0Cut             = cut;   }
# Line 99 | Line 99 | namespace mithep
99  
100        TString            fMuonBranchName;      //name of muon collection (input)
101        TString            fCleanMuonsName;      //name of exported "good muon" collection
102 <      TString            fOldMuonsName;        //name of imported "old muon" collection
103 <      TString            fOldElectronsName;    //name of imported "old electron" collection
102 >      TString            fNonIsolatedMuonsName;    //name of imported "old muon" collection
103 >      TString            fNonIsolatedElectronsName;//name of imported "old electron" collection
104        TString            fVertexName;          //name of vertex collection
105        TString            fTrackName;           //name of track collection
106        TString            fPFCandidatesName;    //name of pfcandidates collection
# Line 123 | Line 123 | namespace mithep
123        const VertexCol   *fVertices;            //!vertices branch
124        const TrackCol    *fTracks;              //!track branch    
125        const PFCandidateCol *fPFCandidates;     //!pfcandidate branch
126 <      MuonCol            *fOldMuons;           //!pointer to old muon collection
127 <      ElectronCol        *fOldElectrons;       //!pointer to old electron collection
126 >      MuonCol            *fNonIsolatedMuons;    //!pointer to old muon collection
127 >      ElectronCol        *fNonIsolatedElectrons;//!pointer to old electron collection
128  
129      ClassDef(MuonIDMod, 1) // Muon identification module
130    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines