Fork me on GitHub

Changeset 76 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
Dec 3, 2008, 7:00:09 PM (16 years ago)
Author:
severine ovyn
Message:

remove add bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r74 r76  
    238238              electron.push_back(ParticleUtil(genMomentum,particle->PID));
    239239              }
    240               electron.push_back(ParticleUtil(genMomentum,particle->PID));
    241240              break; // case pE
    242241            case pGAMMA: // all photons with eta < DET->MAX_CALO_FWD
     
    251250              muon.push_back(ParticleUtil(genMomentum,particle->PID));
    252251              }
    253               muon.push_back(ParticleUtil(genMomentum,particle->PID));
    254252              break; // case pMU
    255253            case pLAMBDA: // all lambdas with eta < DET->MAX_CALO_FWD
Note: See TracChangeset for help on using the changeset viewer.