Fork me on GitHub

Changeset 84a097e in git for classes/DelphesClasses.cc


Ignore:
Timestamp:
Dec 2, 2019, 6:55:22 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
2ad823e, 6fc566b
Parents:
c614dd7
Message:

first iteration of adding timing in Delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    rc614dd7 r84a097e  
    147147  CtgTheta(0), ErrorCtgTheta(0),
    148148  Phi(0), ErrorPhi(0),
    149   Xd(0), Yd(0), Zd(0),
     149  Xd(0), Yd(0), Zd(0), Td(0),
     150  VertexingWeight(0),
    150151  TrackResolution(0),
    151152  NCharged(0),
     
    318319  object.Phi = Phi;
    319320  object.ErrorPhi = ErrorPhi;
     321  object.Td = Td;
    320322  object.Xd = Xd;
    321323  object.Yd = Yd;
    322324  object.Zd = Zd;
     325  object.VertexingWeight = Zd;
    323326  object.TrackResolution = TrackResolution;
    324327  object.NCharged = NCharged;
     
    447450  Phi = 0.0;
    448451  ErrorPhi = 0.0;
     452  Td = 0.0;
    449453  Xd = 0.0;
    450454  Yd = 0.0;
    451455  Zd = 0.0;
     456  VertexingWeight = 0.0;
    452457  TrackResolution = 0.0;
    453458  NCharged = 0;
Note: See TracChangeset for help on using the changeset viewer.