/[PAMELA software]/yoda/techmodel/forroutines/tracker/commonyoda/trk_calib_parameters.f
ViewVC logotype

Annotation of /yoda/techmodel/forroutines/tracker/commonyoda/trk_calib_parameters.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (hide annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (20 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: BranchRev050129_2
Changes since 2.0: +0 -0 lines
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 kusanagi 1.1
2    
3     integer DAQmode(nplanes) !
4     integer DSPnumber(nplanes) !view number
5     integer calibnumber(nplanes)
6     integer ncalib_event(nplanes)
7     integer ped_l1(nplanes),ped_l2(nplanes),ped_l3(nplanes)
8     integer sig_l1(nplanes),sig_l2(nplanes),sig_l3(nplanes)
9     integer nbad_l1(nplanes),nbad_l2(nplanes),nbad_l3(nplanes)
10     integer cal_flag(nplanes)
11     integer checksum(nplanes)
12     integer DSPbad_par(nplanes,nstrips_view) !online bad strips
13     real DSPped_par(nplanes,nstrips_view) !online pedestal
14     real DSPsig_par(nplanes,nstrips_view) !online sigma
15    
16     common/trkcalib/DAQmode,DSPnumber
17     $ ,calibnumber,
18     $ ncalib_event,
19     $ ped_l1,ped_l2,ped_l3,
20     $ sig_l1,sig_l2,sig_l3,
21     $ nbad_l1,nbad_l2,nbad_l3,
22     $ cal_flag
23     $ ,DSPped_par,DSPsig_par,DSPbad_par
24     SAVE/trkcalib/
25    
26    
27    

  ViewVC Help
Powered by ViewVC 1.1.23