Change Log for Analyzer CVS repository
- 2005-Mar-24
Reason: Added new code to select best track.
Same code for SOS and HMS. (P.
Bosted) . Note with more details. Need to set
new parameters as described in the note.
Added files: STRACKING/s_select_best_track_prune.f, HTRACKING/h_select_best_track_prune.f
Modified files:
STRACKING/s_select_best_track.f, INCLUDE/sos_physics_sing.cmn,
STRACKING/Makefile.Unix, HTRACKING/h_select_best_track.f,
INCLUDE/hms_physics_sing.cmn, HTRACKING/Makefile.Unix
- 2005-Mar-24
Reason: Added code to select best SOS track
by using scintillator information. Copied HMS code. Matches what is in
online04 branch. ( J. Seely) Added
file: STRACKING/s_select_best_track_using_scin.f Modified files:
STRACKING/s_select_best_track.f,
INCLUDE/sos_physics_sing.cmn,STRACKING/Makefile.Unix
- 2005-Mar-15
Reason: Modified
code to select scintillator TDC time to use in beta and coincidence
time calculations. Need to set the parameters htof_tolerance and
stof_tolerance to select range of time to match TDC times. Implemented
by P. Bosted. Note with more
details. Modified
files: HTRACKING/h_tof.f,HTRACKING/h_trans_scin.f,STRACKING/s_tof.f,STRACKING/s_trans_scin.f,
INCLUDE/sos_scin_tof.cmn, INCLUDE/hms_scin_tof.cmn
- 2005-Mar-15
Reason: Modified matching of cluster in
calorimeter to track. As before, the track must hit within
(0.5*hcal_block_xsize + hcal_slop) of the cluster position. Previously
if more than one cluster was within (0.5*hcal_block_xsize + hcal_slop)
then the last cluster in the loop was associated with the track. Now,
if more than one cluster meets that condition then cluster which has a
position closest to the track is associated with the track. ( T. Horn).
Modified
files: HTRACKING/h_tracks_cal.f, STRACKING/s_tracks_cal.f
- 2005-Feb-22
Reason: Clean up some diagnostic printfs. Modified files: CTP/thTree.c
- 2005-Feb-22
Reason: Make sure next pointer is zeroed in
rootfilelist. Modified
files: CTP/thRootStuff.cpp
- 2005-Feb-16
Reason: Construct Root tree filenames.
Initialize root tree filename. Add filename for sos,hms and coin root
tree. Modified files: ENGINE/g_initialize.f,
ENGINE/g_init_filenames.f, INCLUDE/sos_filenames.cmn,
INCLUDE/hms_filenames.cmn, INCLUDE/coin_filenames.cmn
- 2004-Jul-09
Reason: Can now put a test on a tree block.
Modified
files: CTP/thTree.c
- 2004-Jul-09
Reason: Get count of groups on begin line
correct when there are other attributes. Modified files: CTP/thLoad.c
- 2004-Jul-09
Reason: Add
ability for CTP to make ROOT trees Modified files: CTP/thGroup.c,CTP/thInternal.h,
CTP/thLoad.c , CTP/Makefile.Unix,CTP/thTree.c
- 2004-Jul-09
Reason: Fill
CTP Root trees every event. Flush CTP ROOT trees. Close CTP
ROOT trees. Add function calls to fill CTp ROOT trees. Modified files: ENGINE/g_keep_results.f,
ENGINE/g_proper_shutdown.f, ENGINE/engine.f .
- 2004-Jul-09
Reason: Can
now put a test on a tree block. Modified file:CTP/thTree.c
- 2004-Jul-08
Reason: Add routines for manipulating ROOT trees. Modified files: INCLUDE/gen_routines.dec
- 2004-Jul-08
Reason: CTP Root Trees can exist in input files
even if root trees not compiled in. Modified files: CTP/thLoad.c
- 2004-Jul-08
Reason: make
include file rules like other directories Modified file: UTILSUBS/Makefile.Unix
- 2004-Jul-08
Reason: Supply dummy routines when ROOTSYS
not defined. Modified
file:CTP/thTree.c, CTP/thGroup.c
- 2004-Jul-08
Reason: CTP ROOT trees will be compiled in
if ROOTSYS is defined. Build dummy CTP ROOT tree commands when ROOTSYS
not defined. Modified file: CTP/Makefile.Unix,
EXE/Makefile
- 2004-Jul-07
Reason:
Use properly exported names from thRootStuff.cpp .
Modified file:CTP/thTree.c
- 2004-Jul-07
Reason: Move
CODA routine from libctp to libcoda Modified file: CODA/Makefile.Unix,
SYNCFILTER/Makefile, EXE/makefile
- 2004-Jul-07
Reason:
Use extern "C" to export names needed in thTree.c . Modified file:CTP/thRootStuff.cpp
- 2004-Jul-07
Reason:
Consistently use thtreeexeg. Modified file:CTP/thGroup.c
- 2004-Jul-02
Reason: Make fortran tree group function names sane. Modified file:CTP/thGroup.c
- 2004-Jul-02
Reason: Update ugly cpp routine for gcc 3.2.3.
Need to find a better way to reference C++ routines. Modified file:CTP/thTree.c
- 2004-Jul-02
Reason: Add ability to compile CTP
root code. To use, make sure the ROOTSYS environment
variable is set and comment out the line "ROOTSYS=". Modified file: CTP/Makefile.Unix,
EXE/Makefile
- 2004-May-19
Reason:
Add compilation flags -finit-local-zero -fno-automatic Modified file: etc/makefile.site.in
- 2004-May-19
Reason:
Comment call to g_analyze_scalers when there is an event 129 ( a
CODA 1.4 scaler event). Initialize
EoF = .false. Modified file: ENGINE/engine.f
- 2004-May-19
Reason:
Initialize physics_events=0 Modified
file: ENGINE/engine.f
- 2004-May-12
Reason: Initialize ssshum and ssshtrk to
zero Modified file:
STRACKING/s_trans_cal.f
- 2004-May-11
Reason: If using
syncfilter and time between scaler reads is larger than 2.5 seconds
then set "skip_event" to true so that g_beam_on_run_time and
g_beam_on_bcm_charge are not updated and events are skipped in engine.
If there was more than two seconds this meant that someone paused the
run, but when run is paused the scalers still are updated. To avoid
this problem decide to skip these scaler reads and data between scaler
reads. Modified files: ENGINE/g_analyze_scaler_bank.f,
INCLUDE/gen_scalers.cmn,
ENGINE/engine.f, ENGINE/g_initialize.f
- 2004-02-26
Reason:
For now , comment out parts dealing with
ROOT. Modified
file: CTP/Makefile.Unix
- 2004-02-21
Reason: Force
rebuilding of files derived from daVarRpc.x more often. Modified file: CTP/Makefile.Unix
- 2004-02-21
Reason: Clean up some types and casts to reduce
compiler warnings. Modified file: CTP/thLoad.C
- 2004-02-17
Reason: Only dump histograms when g_histout_filename is set. Modified file:
ENGINE/g_proper_shutdown.f
- 2004-02-17
Reason: Incorporate the possibility of having the engine
write out either the HMS, SOS or COIN ntuple rzdat file every n events ( for that trigger type)
. Then for PAW analysis the rzdat files can be chained together. The n events is set by the
parameter ,
h_Ntuple_max_segmentevents, s_Ntuple_max_segmentevents, or c_Ntuple_max_segmentevents for the
HMS, SOS or COIN ntuple rzdat files. If the parameters are not set or
set to zero then a standard rzdat file is create with the standard
naimg convention. When ones sets the parameter to preduce segmented
runs then the names of rzdat files have the structure of name_nrun.#.rzdat where # is the
number of the segment which goes from 1 to what ever number of files is
needed. New files: ENGINE/h_ntuple_close.f,
h_ntuple_open.f, h_ntuple_change.f, s_ntuple_close.f,
s_ntuple_open.f, s_ntuple_change.f , c_ntuple_close.f, c_ntuple_open.f, c_ntuple_change.f Modified Files: INCLUDE/
h_ntuple.cmn s_ntuple.cmn c_ntuple.cmn and
ENGINE/h_ntuple_keep.f, h_ntuple_init.f,
h_ntuple_shutdown.f, s_ntuple_keep.f, s_ntuple_init.f, s_ntuple_shutdown.f, c_ntuple_keep.f, c_ntuple_init.f,
c_ntuple_shutdown.f .
- 2003-12-19
Reason:
Add fit to 2003 data by T. Horn which should be applicable to data the
using field00.f or later to set magnets.
Change meaning of parameter enable_hms_satcorr.
enable_hms_satcorr = 2000 means use T.Horn parametrization
enable_hms_satcorr = 1999 means use old parametrization
Files
Modified:
HTRACKING/h_satcorr.f - 2003-12-19
Reason:
Use ssinplane and hsinplane in calculating cqx,cqz and
cmissing_momx,cmissing_momz
Files Modified:
ENGINE/c_physics.f - 2003-12-19
Reason:
Add code to work with segmented data files.
Files Modified: SYNCFILTER/syncfilter.c
- 2003-12-19
Reason:
a) Fill gscaler_skipped and gscaler_saved only when
using
syncfilter. b) Clean up output about syncfilter effects
Files Modified: ENGINE/engine.f
- 2003-12-19
Reason:
Added syncfilter . Removed t20 and oneev from "all:" line, since they
are
not needed for general analysis.
Files Modified:
Makefile - 2003-12-18
Reason:
Added variables C_costhcm,C_phicm calculated in ENGINE/delta_physics.f
Files Modified:
INCLUDE/coin_data_structures.cmn - 2003-12-18
Reason:
C. Xu found a mistake in determining his formula and determined a new
formula.
Files Modified:
ENGINE/s_fieldcorr.f - 2003-12-17
Reason:
Fix problem that cut on beam current that was intended to work only
when
syncfilter program was used did not check if syncfilter was being used.
Add logical syncfilter_on to the if statement.
Files Modified: ENGINE/engine.f
- 2003-12-17
Reason:
Fixed typo
Files Modified:
ENGINE/s_fieldcorr.f
- 2003-12-15
Reason:
Add parametrization of spcentral_offset by C. Xu for 2003 .
Change
logic so that parameter genable_sos_fieldcorr is set to either
2003
to pick the new parametrization by C. Xu or set to 1999 to pick
previous
parametrization by J. Volmer . Need to modify genable_sos_fieldcorr
in sosflags.param
Files Modified:
ENGINE/s_fieldcorr.f
- 2003-11-28
Reason:
In h_physics.f decide to use local variable hsxp_tar_temp =
hsxp_tar
+ h_oopcentral_offset instead of directly adding h_oopcentral_offset
to hsxp_tar.
Now in c_physics.f have to add h_oopcentral_offset to
each
use of hsxp_tar . In s_physics.f decide to use
local
variable ssxp_tar_temp = ssxp_tar + s_oopcentral_offset instead
of directly adding s_oopcentral_offset to ssxp_tar.
Now in c_physics.f have to add s_oopcentral_offset to
each use of ssxp_tar .
Files Modified:
HTRACKING/h_physics.f,STRACKING/s_physics.f, ENGINE/c_physics.f
- 2003-09-08
Reason:
Added variables h_oopcentral_offset and s_oopcentral_offset
.
Files Modified:
INCLUDE/sos_physics_sing.cmn,hms_physics_sing.cmn - 2003-09-05
Reason:
Remove addition of phi_offset to xptar. Will now do the addition in
h_physics.f
and s_physics.f
Files Modified:
ENGINE/c_physics.f - 2003-09-05
Reason:
Modified to account for multiple scattering introduced by the aerogel
detector.
Done by E. Christy and E. Segbefia.
Files Modified:
HTRACKING/h_scin_eff.f - 2003-09-04
online03
Reason:
Update to use syncfilter code. Added variables insync, syncfilter_on,
arrays gscaler_skipped, gscaler_saved
Files Modified:
ENGINE/engine.f , INCLUDE/gen_scalers.cmn,ENGINE/g_scaler_reset_event.f
- 2003-09-04 online03
Reason:
Add event type to ntuple. Name it "evtype"
Files Modified:
ENGINE/h_ntuple_keep.f,h_ntuple_init.f - 2003-09-04
online03
Reason:
Change hphicentral_offset to h_oopcentral_offset .
Change sphicentral_offset to s_oopcentral_offset
.
Files Modified:
ENGINE/h_apply_offsets.f,s_apply_offsets.f,HTRACKING/h_physics.f,STRACKING/s_physics.f
- 2003-08-14 online03
Reason:
Modify so "beam on" scalers for both bcm1 and bcm2 . Change g_beam_on_run_time
, g_beam_on_thresh_cur and g_beam_on_bcm_charge to arrays.
Files Modified:
ENGINE/g_scaler_reset_event.f,g_analyze_scalers.f,
g_analyze_scaler_bank.f,
INCLUDE/gen_scalers.cmn - 2003-08-14
online03
Reason:
Modify to be able to write scaler rates up to 10 scalers for each
scaler
read to a file. Create variable g_writeout_scaler_filename in
gen_filenames.cmn
. Create scaler NUM_WRITEOUT_SCALERS and array INDEX_WRITEOUT_SCALERS
in gen_scalers.cmn. NUM_WRITEOUT_SCALERS is the
total
number that one wants to write out to the file and INDEX_WRITEOUT_SCALERS
is the list of the scaler indices that one wants written out. The
maximum number of scalers is 10.
Files Modified:
ENGINE/engine.f , g_init_filenames.f,g_initialize.f,
g_analyze_scaler_bank.f,
INCLUDE/gen_filenames.cmn,gen_scalers.cmn - 2003-08-14 online03
Reason:
Modifly so that gdebugdumpepics=1,2,3 means dump 30 sec epics
variables,
2 sec epics variables, or both.
Files Modified:
ENGINE/g_examine_epics_event.f - 2003-08-14
online03
Reason:
Get bpm3 x and y position data from correct part of gmisc_dec_data
array
Files Modified:
ENGINE/g_analyze_misc.f - 2003-08-12
online03
Reason:
Add variables for e00-108
Files Modified:
STRACKING/s_physics.f,INCLUDE/sos_data_structures.cmn
- 2003-07-28 online03
Reason:
updated variables for haero, cleaned up a few of the tests. Update
variable
names for the thresholds to match the modified common block.Changed ind
to ihit for better readability. Add checks on haero_npe_sum.
Fix
bug that haero_adc_neg was compared to haero_new_threshold_pos
instead of haero_new_threshold_neg.
Files Modified:
HTRACKING/h_aero.f,INCLUDE/hms_aero_parms.cmn, hms_pedestals.cmn
- 2003-07-24 online03
Reason:
Force h_aero_new_threshold_neg and pos to be
400.
Modified max(1.,haero_pos_ped_num(pmt)) to max(1.,float(haero_pos_ped_num(pmt)))
and same for haero_neg_ped_num to compile on the Alpha machine.
Hardwire gas cerenkov thresholds to zero. Added (hardwired) output of
beamline
ADC thresholds and automatic output of aerogel pedestals.
Files Modified:
HTRACKING/h_calc_pedestal.f - 2003-07-24
online03
Reason:
Modify test on hsbeta to abs(hbeta(1)-1.).lt.0.1 . Same for ssbeta test.
Files Modified:
HTRACKING/h_cal_calib.f, STRACKING/s_cal_calib.f - 2003-07-24 online03
Reason:
Changes made for adding scaler ROC 5 during Baryon exp.
Files Modified:
ENGINE/g_decode_fb_detector.f,g_decode_fb_bank.f - 2003-07-15 online03
Reason:
add calculation of hsinplane, ssinplane
Files Modified:
HTRACKING/h_physics.f,
STRACKING/s_physics.f,INCLUDE/sos_data_structures.cmn,hms_data_structures.cmn
- 2003-04-14 online03
Reason:
Modified to start analyzing events after first scaler read.
Files Modified:
ENGINE/engine.f - 2003-04-12 online03
Reason:
eliminate p0corr since already in s_fieldcorr.f
Files Modified:
STRACKING/s_satcorr.f - 2003-04-11
online03
Reason:
Remove old hardwired check on run number
Files Modified:
ENGINE/g_analyze_scalers.f - 2003-04-09
online03
Reason:
Changed gtarg_type from a scaler to an array: gtarg_type(gtarg_num)
Files Modified:
TRACKING/total_eloss.f, INCLUDE/gen_data_structures.cmn - 2003-04-09 online03
Reason:
Print out additional info on raw scint
Files Modified:
STRACKING/s_prt_raw_scin.f - 2003-04-09
online03
Reason:
add e_nonzero and modify p_nonzero. These are used in
calculating
E_cal/p and beta.
Files Modified:
HTRACKING/h_physics.f, STRACKING/s_physics.f - 2003-04-09 online03
Reason:
Added # to comment '# roc#',roc,', slot#',slot,' is not in
the map' that is written out to threshold file.
Files Modified:
ENGINE/g_output_thresholds.f - 2003-04-09
online03
Reason:
Check for gpbeam=0, Added gen_data_structures and included status
messages
when kinematics overridden
Files Modified:
ENGINE/g_initialize.f - 2003-04-09
online03
Reason:
Update code to look for Target Material instead of Target NUMBER in run
info event. Have the engine take the spectrometer angles from the typed
field of the run_info event rather than the epics field.
Files Modified:
ENGINE/g_extract_kinematics.f - 2003-04-09
online03
Reason:
Update code to look for prescale factors in go_info event from ANY
crate,also
have it skip the nped=1000 line when extracting prescale factors.
Files Modified:
ENGINE/g_examine_go_info.f - 2003-04-09
online03
Reason:
Modified so that it does not write out slot = 15 to threshold file
Files Modified:
ENGINE/g_calc_beam_pedestal.f - 2003-04-09
online03
Reason:
Update readout code to ignore HV and EPICS events when searching for
run_info
event
Files Modified:
ENGINE/engine.f - 2003-04-04 online03
Reason:
Add beam variables
Files Modified:
ENGINE/h_ntuple_keep.f,h_ntuple_init.f - 2003-04-03
online03
Reason:
Added some extra scint. effic calculations (from oct 1999 online).
Files Modified: STRACKING/s_scin_eff.f,INCLUDE/sos_statistics.cmn - 2003-04-03 online03
Reason:
Added some extra scint. effic calculations (from oct 1999 online).
Remove
extra enddo.
Files Modified: HTRACKING/h_scin_eff.f
- 2003-04-03 Mark
Jones
Reason:
Vardan add code to do SOS calorimeter calibrations and modified HMS
calo
calibration to match.
Files Modified: HTRACKING/h_cal.f,
h_cal_calib.f, h_correct_cal.f,
h_correct_cal_neg.f,h_correct_cal_pos.f,
h_init_cal.f
STRACKING/Makefile.Unix, s_cal.f, s_correct_cal.f,
s_correct_cal_neg.f,
s_tracks_cal.f, s_trans_cal.f
File added:
STRACKING/s_cal_calib.f - 2003-04-01
Mark Jones
Reason:
Fix some bugs in the HMS tracking that effected tracking efficiency at
high rates. Modified HTRACKING/h_link_stub.f to use hntracks_max_fp as
limit on number of possible tracks. Previously used hntracks_max which
was the size of the arrays used in the tracking. Now set hntracks_max =
20 and have new parameter hntracks_max_fp that the user can set. This
decouples
the array size and the max number of possible tracks.
hntracks_max_fp
will be in PARAM/htracking.param . Also in HTRACKING/h_link_stub.f
fixed
a bug. Previously if the number of possible focal plane tracks
surpassed
hntracks_max _fp then the code went on with hntracks_fp ( number
of possible tracks) set to hntracks_max _fp. This was done even though
there could be more possible tracks,and it might not get to the
combination
which was the "good" track. Now if hntracks_fp exceeds hntracks_max_fp
the code sets hntracks_fp = 0 and returns. This means that events which
have possible number of tracks exceeding hntracks_max_fp become an
inefficiency
which can be calculated. Modified h_pattern_recognition to add
calls
to new subroutines : h_sp_multiwire.f and h_sp_destroy.f .
h_sp_multiwire.f
is a routine that loops over space points and looks at all hits in the
space point. If more than 1 hit is in the same plane then the space
point
is cloned with all combinations of 1 wire per plane. The
requirements
for cloning are: 1) at least 4 planes fire, and 2) no more than 6
planes have multiple hits. h_sp_destroy.f is a routine that loops over
space points and removes those with less than 4 planes hit and missing
hits in Y or Y' planes . There is a new flag
h_remove_sppt_if_one_y_plane
which was added to INCLUDE/hms_tracking.cmn that the user can set to
invoke
the h_sp_destroy subroutine. By default the
h_remove_sppt_if_one_y_plane
is 0 and the subroutine is NOT called. Added h_sp_destroy.f,
h_sp_multiwire.f,
to Makefile.Unix .
Files Modified: HTRACKING/Makefile.Unix,
h_pattern_recognition.f, h_link_stubs.f and INCLUDE/
hms_tracking.cmn,
hms_data_structures.cmn
File added: HTRACKING/h_sp_destroy.f,
h_sp_multiwire.f, - 2003-03-21
Mark Jones
Reason: Modified
and rearrange routines to calibrate the HMS calorimeter .
hcal_clb_det.f
and hcal_raw_thr.f combined into h_cal_calib.f .
Files Modified: HTRACKING/Makefile.Unix
,h_prt_cal_tracks.f, h_tracks_cal.f, ENGINE/engine.f
File added: HTRACKING/h_cal_calib.f
Files deleted: HTRACKING/hcal_clb_det.f,
hcal_raw_thr.f,h_correct_cal_two.f - 2003-03-21
Mark Jones
Reason:
Subroutines had arguments with abort,errmsg . But these arguments were
not used when the subroutine was called. Also abort ,errmsg were not
used
in the subroutines. So eliminate abort,errmsg. (E. Brash)
Files Modified:
HTRACKING/h_correct_cal.f, h_correct_cal_neg.f,
h_correct_cal_pos.f
and STRACKING/s_correct_cal.f, s_correct_cal_neg.f,
s_correct_cal_pos.f,s_correct_cal_two.f - 2003-02-24 10:33 jones
Reason: For
SunOS made some minor changes
Files Modified:
Analyzer/Makefile - 2003-02-21
15:53 saw
Reason :
Force rebuilding of files derivedfrom daVarRpc.x more often.
Files modified : Analyzer/CTP/Makefile.Unix: - 2003-02-21
15:55 saw
Reason :
Clean up some types and casts to reduce compiler warnings.
Files modified : Analyzer/CTP/:
daVar.h, daVarRegister.c, daVarServ.c, thClient.c, thHandlers.c,
thHist.c,
thLoad.c, thParm.c, thTestExecute.c, thTestParse.c, thUtils.c: - Feb 20th, 2003
Reason:
Modified ENGINE/s_apply_offsets.f
so that the correction to the set SOS central momentum (because of the
saturation) is done in a separate file ENGINE/s_fieldcorr.f
( similar to ENGINE/h_fieldcorr.f
) . The parameter flag, genable_sos_fieldcorr, controls
whether
the correction is applied (genable_sos_fieldcorr = 1
enables
the correction). Modifed INCLUDE/gen_data_structures.cmn
, to add variable genable_sos_fieldcorr to the gen_satcorr
common block. The parameter genable_sos_fieldcorr should
be set in PARAM/sosflags.param when doing replay . The central
momentum,
spcentral, is modified as spcentral = spcentral*(1+sosp0corr/100.)
. For set spcentral < .51 GeV/c , sosp0corr = 0.45
and
for spcentral > .51 GeV/c, sosp0corr
=0.496-0.08845*spcentral-5.743e-4*exp(2.341*(spcentral**2.156)).
Modified ENGINE/engine.f
to call s_fieldcorr after call to h_fieldcorr before the
event loop starts. Added s_fieldcorr.f to ENGINE/Makefile.Unix
so that it will be compiled. Also modified ENGINE/s_apply_offsets.f
so that variables cossthetas and sinsthetas (sine and
cosine
of the SOS central spectrometer angle) are re-evaluated in this
subroutine
when sthetacentral_offset is not zero. Modifed ENGINE/h_fieldcorr.f
and ENGINE/h_apply_offsets.f
to clean up the output messages.
Files
modified:ENGINE/Makefile.Unix
, ENGINE/engine.f
, ENGINE/s_apply_offsets.f
, ENGINE/h_fieldcorr.f
, ENGINE/h_apply_offsets.f
, INCLUDE/gen_data_structures.cmn
File
added:ENGINE/s_fieldcorr.f
- Feb 15th, 2003
Reason:
Modified ENGINE/engine.f
to eliminate STOP command when the run info event is found
while the analyzer looping through physics events. In the engine.f
there is first a loop to look for the run info event and
this
loop ends when it reachs a go event. Then there is a
loop
through the rest of the data file looking for physics events. Then main
reason the code is looking for the run info event is to get
kinematic
information on the beam energy and central HMS and SOS angles and
momentum. But this information is overridden by what is the
kinematics
parameter file and this file is used by most users to set the the beam
energy and central HMS and SOS angles and momentum parameters.
Files
modified:ENGINE/engine.f
- Feb 14th, 2003
Reason:
Minor changes to run on ALPHA (OSF1) .
Files
modified:ONEEV/revdis_init.f
, ONEEV/Makefile.Unix
, etc/makefile.site.in
, etc/Makefile.NEW
, ONLINE/Makefile
- Feb 12-13th, 2003
Reason:
In both subroutines ENGINE/h_sv_nt
_shutdown.f ,ENGINE/s_sv_nt
_shutdown.f had to modify call to subroutine G_build_note
to have the needed 7 arguments instead of 6.
Files
modified:ENGINE/h_sv_nt
_shutdown.f ,ENGINE/s_sv_nt
_shutdown.f - Feb 12th, 2003
Reason:
In ENGINE/engine.f
the variable problems was not initialized. This caused problems
on ALPHA where problems was initialized to .true. while on
other
platforms problems was initialized to .false. Modified engine.f
so that problems was initialized to .false.
Files
modified:ENGINE/engine.f