Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/TrackCovariance/SolGridCov.h

    r170a11d rff9fb2d9  
    44#include <TVectorD.h>
    55#include <TMatrixDSym.h>
    6 #include "AcceptanceClx.h"
    76
    87class SolGeom;
     
    1817  TVectorD fAnga;    // Array of angle points in degrees
    1918  TMatrixDSym *fCov; // Pointers to grid of covariance matrices
    20         AcceptanceClx *fAcc;                            // Pointer to acceptance class
    21         Int_t fNminHits;                                        // Minimum number of hits to accept track
    2219  // Service routines
    2320  Int_t GetMinIndex(Double_t xval, Int_t N, TVectorD x); // Find bin
     
    3532  Double_t GetMaxAng() { return fAnga(fNang - 1); }
    3633  TMatrixDSym GetCov(Double_t pt, Double_t ang);
    37 
    38         // Acceptance related methods
    39         AcceptanceClx* AccPnt() { return fAcc; };                       // Return Acceptance class pointer
    40         void SetMinHits(Int_t MinHits) { fNminHits = MinHits; };        // Set minimum number of hits to accept (default = 6)
    41         Int_t GetMinHits() { return fNminHits; };
    42         Bool_t IsAccepted(Double_t pt, Double_t Theta);         // From pt (GeV) and theta (degrees)
    43         Bool_t IsAccepted(Double_t *p);                                         // From momentum components (GeV)
    44         Bool_t IsAccepted(TVector3 p);                                          // As above in Vector3 format
    45 
    4634};
    4735
Note: See TracChangeset for help on using the changeset viewer.