Fork me on GitHub

Changeset c18dca6 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Jul 9, 2020, 5:05:26 PM (4 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
3051ea17, 4e5ed02, 6f004b5
Parents:
942a705
Message:

added ACTS track covariance to internat Delphes candidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r942a705 rc18dca6  
    3333
    3434#include "TLorentzVector.h"
     35#include "TMatrixDSym.h"
    3536#include "TObject.h"
    3637#include "TRef.h"
     
    699700  Float_t SumPt;
    700701
     702  // ACTS compliant 6x6 track covariance (D, z0, phi0, theta, q/p, time)
     703
     704  TMatrixDSym TrackCovarianceACTS;
     705
    701706  // vertex variables
    702707
Note: See TracChangeset for help on using the changeset viewer.