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 |
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 |
|
}; |