/[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 4.0 - (hide annotations) (download)
Sun Mar 6 04:33:02 2005 UTC (20 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/01, YODA4_2/00, YODA4_2/03
Branch point for: PreThermistores2
Changes since 3.0: +0 -0 lines
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

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