/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkLevel1.cpp
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/src/TrkLevel1.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by pam-fi, Sat Mar 22 08:32:50 2008 UTC revision 1.26 by pam-fi, Tue Mar 12 11:02:03 2013 UTC
# Line 17  extern "C" { Line 17  extern "C" {
17      float pfaeta3_(int*,float*);      float pfaeta3_(int*,float*);
18      float pfaeta4_(int*,float*);      float pfaeta4_(int*,float*);
19      float pfaetal_(int*,float*);      float pfaetal_(int*,float*);
20        float digsat_(int*);
21      int   npfastrips_(int*,float*);      int   npfastrips_(int*,float*);
22                    
23  }  }
# Line 481  Float_t TrkCluster::GetETA(Int_t neta, f Line 482  Float_t TrkCluster::GetETA(Int_t neta, f
482  };  };
483    
484  /**  /**
485     * Evaluates the cluster position, in pitch units, relative to the strip
486     *  with the maximum signal (TrkCluster::maxs), by applying the digital
487     *  algorithm for saturated clusters.
488     *
489     *  @return The cluster position (0 also if if no saturated strip is found).
490     */
491    Float_t TrkCluster::GetDigSat() {
492    
493      GetLevel1Struct();
494      int ic = 1;
495      return digsat_(&ic);
496    
497    }
498    
499    /**
500   * Evaluates the cluster position, in pitch unit, relative to the strip with   * Evaluates the cluster position, in pitch unit, relative to the strip with
501   * the maximum signal (TrkCluster::maxs), by applying the PFA set as default (see TrkParams).   * the maximum signal (TrkCluster::maxs), by applying the PFA set as default (see TrkParams).
502   *  @param angle Projected (effective) angle between particle track and detector plane.   *  @param angle Projected (effective) angle between particle track and detector plane.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.23