Fork me on GitHub

Changeset 170a11d in git for modules/TrackCovariance.h


Ignore:
Timestamp:
Dec 14, 2020, 10:53:31 AM (4 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
a0db751
Parents:
527f67a
Message:

included acceptance and hits in TrackCovariance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCovariance.h

    r527f67a r170a11d  
    3636class SolGeom;
    3737class SolGridCov;
     38class AcceptanceClx;
    3839
    3940class TrackCovariance: public DelphesModule
     
    4950private:
    5051  Double_t fBz;
     52  Int_t fNMinHits;
    5153
    5254  SolGeom *fGeometry;
    5355  SolGridCov *fCovariance;
     56
     57  AcceptanceClx *fAcx;
    5458
    5559  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.