Changeset 319 in svn for trunk/Delphes.cpp
- Timestamp:
- Mar 10, 2009, 11:59:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r313 r319 326 326 vector<int> NTrackJet; 327 327 328 TSimpleArray< TRootGenParticle> NFCentralQ;328 TSimpleArray<GenParticle> NFCentralQ; 329 329 330 330 D_CaloList list_of_calorimeters; … … 403 403 particle->PT > DET->PT_QUARKS_MIN ) 404 404 { 405 NFCentralQ.Add(particle);405 NFCentralQ.Add(particleG); 406 406 } 407 407
Note:
See TracChangeset
for help on using the changeset viewer.