Fork me on GitHub

Ignore:
Timestamp:
May 6, 2021, 10:39:31 AM (4 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
781af69
Parents:
7fbde86
Message:

fixed electron bug in ClusterCounting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/TrkUtil.h

    r7fbde86 r65776c0  
    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);
     
    5354                Double_t c = 2.99792458e8;      // speed of light m/sec
    5455                //return TMath::C()*1.0e-9;     // Incompatible with root5
    55                 return c*1.0e-9;                // Reduced speed of light
     56                return c*1.0e-9;                // Reduced speed of light       
    5657        }
    5758        //
     
    7071        // Cluster counting in gas
    7172        //
    72         void SetBfield(Double_t Bz);
    73         // Define gas volume (units = meters)
     73        void SetBfield(Double_t Bz) { fBz = Bz; }
     74        // Define gas volume (units = meters) 
    7475        void SetDchBoundaries(Double_t Rmin, Double_t Rmax, Double_t Zmin, Double_t Zmax);
    7576        // Gas mixture selection
Note: See TracChangeset for help on using the changeset viewer.