/[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 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:13 2005 UTC (20 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.4: +0 -0 lines
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

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