/[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.34 by bongi, Thu Nov 20 15:05:43 2008 UTC revision 1.36 by pam-fi, Thu Feb 27 11:24:43 2014 UTC
# Line 341  struct cMini2track { Line 341  struct cMini2track {
341      double pfixed;      double pfixed;
342      double chi2;      double chi2;
343      double xv[NPLANE],yv[NPLANE],zv[NPLANE];      double xv[NPLANE],yv[NPLANE],zv[NPLANE];
     double xv_a[NPLANE],yv_a[NPLANE],zv_a[NPLANE];  
     double xv_b[NPLANE],yv_b[NPLANE],zv_b[NPLANE];  
344      double axv[NPLANE],ayv[NPLANE];      double axv[NPLANE],ayv[NPLANE];
345      double cov[5][5];      double cov[5][5];
346      double fact;      double fact;
# Line 609  struct cTrkEvent { Line 607  struct cTrkEvent {
607      float value[NSTRIP];          float value[NSTRIP];    
608  };  };
609    
610    /**
611     * \brief Struct to check reduction procedure: pedestal subtraction
612     */
613    struct cTrkMIP {
614        float mip[NLADDER][NVIEW];
615    };
616    
617  extern "C" {  extern "C" {
618    
619        extern struct cTrkMIP     adc2mip_;
620      extern struct cTrkCalib   pedsigbad_;      extern struct cTrkCalib   pedsigbad_;
621      extern struct cTrkMask    mask_;      extern struct cTrkMask    mask_;
622      extern struct cTrkLevel0  level0event_;      extern struct cTrkLevel0  level0event_;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.23