/[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.29 by pam-fi, Tue Nov 27 11:43:49 2007 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    };
390    
391  //  //
392  /**  /**
393   * \Struct for the hough transform variables   * \Struct for the hough transform variables
# Line 567  extern "C" { Line 577  extern "C" {
577      extern struct cMini2track track_;      extern struct cMini2track track_;
578      extern struct cTrkETA     pfa_;      extern struct cTrkETA     pfa_;
579      extern struct cTrkSW      sw_;      extern struct cTrkSW      sw_;
580        extern struct cDeltaB     deltab_;
581    
582      void fillpedsigfromdefault_();      void fillpedsigfromdefault_();
583      int readmipparam_();      int readmipparam_();
# Line 580  extern "C" { Line 591  extern "C" {
591      void gufld_(float*, float*);      void gufld_(float*, float*);
592      void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*);      void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*);
593      float riseta_(int*,float*);      float riseta_(int*,float*);
594        void chisq_(int*, int*);
595    
596  }  }
597    

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

  ViewVC Help
Powered by ViewVC 1.1.23