32 |
|
PhotonOArr *CleanPhotons = new PhotonOArr; |
33 |
|
CleanPhotons->SetName(fCleanPhotonsName); |
34 |
|
|
35 |
< |
// Remove any photon that overlaps in eta, phi with an isolated electron. |
35 |
> |
// remove any photon that overlaps in eta, phi with an isolated electron. |
36 |
|
UInt_t n = GoodPhotons->GetEntries(); |
37 |
|
for (UInt_t i=0; i<n; ++i) { |
38 |
|
const Photon *ph = GoodPhotons->At(i); |
39 |
|
|
40 |
|
Bool_t isElectronOverlap = false; |
41 |
|
|
42 |
< |
//Check for overlap with an electron |
42 |
> |
// check for overlap with an electron |
43 |
|
if (CleanElectrons) { |
44 |
|
UInt_t n2 = CleanElectrons->GetEntries(); |
45 |
|
for (UInt_t j=0; j<n2; j++) { |