30 |
|
void SetMinDeltaRToElectron(const Double_t x) { fMinDeltaRToElectron = x; } |
31 |
|
|
32 |
|
protected: |
33 |
+ |
void Process(); |
34 |
+ |
|
35 |
|
TString fCleanElectronsName; //name of clean electrons (input) |
36 |
|
TString fGoodPhotonsName; //name of good jets (input) |
37 |
|
TString fCleanPhotonsName; //name of clean jets (output) |
38 |
|
Double_t fMinDeltaRToElectron; //delta R threshold for separating electrons/photons |
37 |
– |
|
38 |
– |
void Process(); |
39 |
|
|
40 |
< |
ClassDef(PhotonCleaningMod,1) // Photon cleaning module |
40 |
> |
ClassDef(PhotonCleaningMod,1) // Photon cleaning module |
41 |
|
}; |
42 |
|
} |
43 |
|
#endif |