Fork me on GitHub

Changeset 319 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
Mar 10, 2009, 11:59:08 PM (16 years ago)
Author:
Xavier Rouby
Message:

from TRootGenParticle to GenParticle in B-tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r313 r319  
    326326  vector<int> NTrackJet;
    327327
    328   TSimpleArray<TRootGenParticle> NFCentralQ;
     328  TSimpleArray<GenParticle> NFCentralQ;
    329329 
    330330  D_CaloList list_of_calorimeters;
     
    403403              particle->PT > DET->PT_QUARKS_MIN )
    404404            {
    405               NFCentralQ.Add(particle);
     405                NFCentralQ.Add(particleG);
    406406            }
    407407         
Note: See TracChangeset for help on using the changeset viewer.