Fork me on GitHub

Ignore:
Timestamp:
Apr 28, 2021, 9:35:32 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
d4fb268
Parents:
4739226
Message:

added v0 of Ionisation cluster counting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/TrkUtil.h

    r4739226 ra95da74  
    2525        // Service routines
    2626        //
    27         void SetBfield(Double_t Bz) { fBz = Bz; }
    2827        TVectorD XPtoPar(TVector3 x, TVector3 p, Double_t Q);
    2928        TVector3 ParToP(TVectorD Par);
     
    5453                Double_t c = 2.99792458e8;      // speed of light m/sec
    5554                //return TMath::C()*1.0e-9;     // Incompatible with root5
    56                 return c*1.0e-9;                // Reduced speed of light       
     55                return c*1.0e-9;                // Reduced speed of light
    5756        }
    5857        //
     
    7170        // Cluster counting in gas
    7271        //
    73         // Define gas volume (units = meters)
     72        void SetBfield(Double_t Bz);
     73        // Define gas volume (units = meters)
    7474        void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax);
    7575        // Gas mixture selection
Note: See TracChangeset for help on using the changeset viewer.