/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkStruct.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkStruct.h

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

revision 1.28 by pam-fi, Wed Nov 7 10:38:51 2007 UTC revision 1.30 by pam-fi, Tue Jan 15 14:28:45 2008 UTC
# Line 378  struct cMini2track { Line 378  struct cMini2track {
378    
379    
380  };  };
381    
382    // ==================================================================
383    /**
384     * \brief Struct to pass DELTAB parameters to F77 routines
385     */
386    struct cDeltaB {
387        double delta0;
388        double delta1;
389        double dlt;
390    };
391    
392  //  //
393  /**  /**
394   * \Struct for the hough transform variables   * \Struct for the hough transform variables
# Line 567  extern "C" { Line 578  extern "C" {
578      extern struct cMini2track track_;      extern struct cMini2track track_;
579      extern struct cTrkETA     pfa_;      extern struct cTrkETA     pfa_;
580      extern struct cTrkSW      sw_;      extern struct cTrkSW      sw_;
581        extern struct cDeltaB     deltab_;
582    
583      void fillpedsigfromdefault_();      void fillpedsigfromdefault_();
584      int readmipparam_();      int readmipparam_();
# Line 580  extern "C" { Line 592  extern "C" {
592      void gufld_(float*, float*);      void gufld_(float*, float*);
593      void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*);      void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*);
594      float riseta_(int*,float*);      float riseta_(int*,float*);
595        void chisq_(int*, int*);
596    
597  }  }
598    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.30

  ViewVC Help
Powered by ViewVC 1.1.23