Fork me on GitHub

Changeset 3a105e5 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Feb 24, 2022, 4:15:47 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
2a2f310
Parents:
56fb0be
Message:

added first hit to track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r56fb0be r3a105e5  
    458458  Float_t Zd; // Z coordinate of point of closest approach to vertex
    459459
     460  Float_t XFirstHit; // X coordinate of point of closest approach to vertex
     461  Float_t YFirstHit; // Y coordinate of point of closest approach to vertex
     462  Float_t ZFirstHit; // Z coordinate of point of closest approach to vertex
     463
    460464  Float_t L; // track path length
    461465  Float_t D0; // track transverse impact parameter
     
    564568  Float_t Yd; // Y coordinate of point of closest approach to vertex
    565569  Float_t Zd; // Z coordinate of point of closest approach to vertex
     570
     571  Float_t XFirstHit; // X coordinate of point of closest approach to vertex
     572  Float_t YFirstHit; // Y coordinate of point of closest approach to vertex
     573  Float_t ZFirstHit; // Z coordinate of point of closest approach to vertex
    566574
    567575  Float_t L; // track path length
     
    708716  Float_t Zd;
    709717
     718  Float_t XFirstHit;
     719  Float_t YFirstHit;
     720  Float_t ZFirstHit;
     721
    710722  // tracking resolution
    711723
Note: See TracChangeset for help on using the changeset viewer.