Fork me on GitHub

Ignore:
Timestamp:
Apr 30, 2021, 4:30:36 PM (4 years ago)
Author:
Franco BEDESCHI <bed@…>
Branches:
master
Children:
a47edcc
Parents:
952bbbc
Message:

Cluster counting example and VertexFit update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/TrkUtil.h

    r952bbbc r53f4746  
    2525        // Service routines
    2626        //
     27        void SetB(Double_t Bz){ fBz = Bz; }
    2728        TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q);
    2829        TVector3 ParToP(TVectorD Par);
     
    7071        // Cluster counting in gas
    7172        //
    72         void SetBfield(Double_t Bz);
     73        void SetBfield(Double_t Bz){ fBz = Bz; }
    7374        // Define gas volume (units = meters)
    7475        void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax);
Note: See TracChangeset for help on using the changeset viewer.