- Timestamp:
- 09/23/03 17:52:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
r2336 r2353 19 19 //= 20 20 //= $RCSfile: creadparam.cxx,v $ 21 //= $Revision: 1.2 1$21 //= $Revision: 1.22 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2003-09- 15 10:17:09$23 //= $Date: 2003-09-23 16:52:07 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 75 75 static char ROOT_filename[PATH_MAX_LENGTH]; //@< data filename 76 76 static char Loop_filename[PATH_MAX_LENGTH]; //@< special data filename 77 static char CT_filename[PATH_MAX_LENGTH]; //@< name of the CT def. file78 77 static int CT_geometry = 0; //@< CT camera geometry 79 78 static int CT_number = 1; //@< Number of CT … … 172 171 strcpy(sign, line); 173 172 cout<< '"' << sign << '"' << '\n'; 174 cout<< "should be: " << SIGNATURE << '\n';175 173 if (strcmp(sign, SIGNATURE) != 0) { 176 174 cerr << "ERROR: Signature of parameters file is not correct\n"; … … 264 262 break; 265 263 266 case ct_file: //@< name of the telescope file267 268 // get the name of the ct_file from the line269 sscanf(line, "%s %s", token, CT_filename);270 271 break;272 273 264 case qe_file: //@< name of the telescope file 274 265 … … 697 688 { 698 689 return (Loop_filename); 699 }700 701 //!-----------------------------------------------------------702 // @name get_ct_filename703 //704 // @desc get name of CT definition file705 //706 // @return Name of the CT definition file707 //708 // @date Mon Sep 14 13:27:56 MET DST 1998709 //------------------------------------------------------------710 // @function711 712 //!@{713 char *714 get_ct_filename(void)715 {716 return (CT_filename);717 690 } 718 691 //!@} … … 1316 1289 // 1317 1290 // $Log: not supported by cvs2svn $ 1291 // Revision 1.21 2003/09/15 10:17:09 blanch 1292 // Some modifications in the input card has been done for the multitelescope 1293 // configuration. 1294 // 1318 1295 // Revision 1.20 2003/07/17 18:04:53 blanch 1319 1296 // Some new parameters to be read have been introduced
Note:
See TracChangeset
for help on using the changeset viewer.