Changeset 1224
- Timestamp:
- 02/28/02 15:07:23 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r1196 r1224 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.1 3$21 //= $Revision: 1.14 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-0 1-18 17:43:08$23 //= $Date: 2002-02-28 15:07:23 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 118 118 static int Trigger_multiplicity = 4; 119 119 static int Trigger_topology = 2; 120 static int Trigger_loop_lthres = 0; 121 static int Trigger_loop_uthres = 10; 120 static float Trigger_loop_lthres = 3.0; 121 static float Trigger_loop_uthres = 10.0; 122 static float Trigger_loop_sthres = 1.0; 122 123 static int Trigger_loop_lmult = 2; 123 124 static int Trigger_loop_umult = 10; … … 485 486 486 487 // Get loop's limits 487 sscanf(line, "%s % d %d %d %d %d %d", token, &Trigger_loop_lthres, &Trigger_loop_uthres, &Trigger_loop_lmult, &Trigger_loop_umult, &Trigger_loop_ltop, &Trigger_loop_utop );488 sscanf(line, "%s %f %f %f %d %d %d %d", token, &Trigger_loop_lthres, &Trigger_loop_uthres, &Trigger_loop_sthres, &Trigger_loop_lmult, &Trigger_loop_umult, &Trigger_loop_ltop, &Trigger_loop_utop ); 488 489 489 490 // Set qThreshold to a global value … … 1254 1255 //!@{ 1255 1256 int 1256 get_Trigger_Loop( int *lt, int *ut, int *lm, int *um, int *lg, int *ug)1257 get_Trigger_Loop(float *lt, float *ut, float *st, int *lm, int *um, int *lg, int *ug) 1257 1258 { 1258 1259 *lt=Trigger_loop_lthres; 1259 1260 *ut=Trigger_loop_uthres; 1261 *st=Trigger_loop_sthres; 1260 1262 *lm=Trigger_loop_lmult; 1261 1263 *um=Trigger_loop_umult; … … 1337 1339 // 1338 1340 // $Log: not supported by cvs2svn $ 1341 // Revision 1.13 2002/01/18 17:43:08 blanch 1342 // Three new commands have been added: fadc_noise, trig_noise and 1343 // elec_noise_off. 1344 // A small bug in the SIGNATURE check has been solved. 1345 // 1339 1346 // Revision 1.12 2001/11/13 17:05:14 blanch 1340 1347 // New input items int the input card parameter list have been included to fill
Note:
See TracChangeset
for help on using the changeset viewer.