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

Comparing UserCode/MitPhysics/Mods/interface/TauCleaningMod.h (file contents):
Revision 1.1 by ceballos, Wed Apr 8 10:11:44 2009 UTC vs.
Revision 1.2 by loizides, Thu Apr 9 08:45:48 2009 UTC

# Line 3 | Line 3
3   //
4   // TauCleaningMod
5   //
6 < // This Module performs cleaning of taus, ie it removes jets which point
7 < // in the same direction as a clean isolated electrons or muons
6 > // This Module performs cleaning of taus, ie it removes taus which point
7 > // in the same direction as a clean isolated muons or electrons.
8   //
9 < // Authors: S.Xie
9 > // Authors: G.Ceballos
10   //--------------------------------------------------------------------------------------------------
11  
12   #ifndef MITPHYSICS_MODS_TAUCLEANINGMOD_H
# Line 43 | Line 43 | namespace mithep
43      protected:
44        void             Process();
45  
46 <      TString          fCleanElectronsName;   //name of clean electrons (input)
47 <      TString          fCleanMuonsName;   //name of clean muons (input)
48 <      TString          fGoodTausName;      //name of good jets (input)
49 <      TString          fCleanCaloTausName;     //name of clean jets (output)
50 <      Double_t         fMinDeltaRToElectron;  //delta R threshold for separating electrons/taus
51 <      Double_t         fMinDeltaRToMuon;  //delta R threshold for separating muons/taus
46 >      TString          fCleanElectronsName;  //name of clean electrons (input)
47 >      TString          fCleanMuonsName;      //name of clean muons (input)
48 >      TString          fGoodTausName;        //name of good taus (input)
49 >      TString          fCleanCaloTausName;   //name of clean taus (output)
50 >      Double_t         fMinDeltaRToElectron; //delta R threshold for separating electrons/taus
51 >      Double_t         fMinDeltaRToMuon;     //delta R threshold for separating muons/taus
52    
53      ClassDef(TauCleaningMod, 1) // Tau cleaning module
54    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines