Fork me on GitHub

Changeset 547 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
Feb 22, 2010, 11:35:46 AM (15 years ago)
Author:
severine ovyn
Message:

bug fix(jet Ntracks), 3-prong taus, vertex coordinates for tracks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r536 r547  
    6363#include <vector>
    6464#include <iostream>
     65#include <cstdlib> // abs(int)
    6566
    6667using namespace std;
     
    504505                      elementTrack = (TRootTracks*) branchTrack->NewEntry();
    505506                      elementTrack->Set(particle->Eta, particle->Phi, particle->EtaCalo, particle->PhiCalo, sET, particle->Charge);
     507                      elementTrack->Vx=particle->X;
     508                      elementTrack->Vy=particle->Y;
     509                      elementTrack->Vz=particle->Z;
    506510                      TrackCentral.push_back(*elementTrack); // tracks at vertex!
    507511                      if(DET->JET_Eflow)
Note: See TracChangeset for help on using the changeset viewer.