Changeset 429 in svn
- Timestamp:
- Jun 17, 2009, 9:47:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r418 r429 9 9 ** This package uses: ** 10 10 ** ------------------ ** 11 ** ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86 ** 11 12 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 14 ** FROG: [hep-ex/0901.2718v1] ** 15 ** HepMC: Comput. Phys. Commun.134 (2001) 41 ** 14 16 ** ** 15 17 ** ------------------------------------------------------------------ ** … … 22 24 ** ** 23 25 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** Universite catholique de Louvain (UCL) ** 27 ** Louvain-la-Neuve, Belgium ** 26 28 ** ** 27 29 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 30 ** All rights reserved. ** 29 31 ** ** 30 32 ***********************************************************************/ … … 92 94 if(argc != 3 && argc != 4 && argc != 5) { 93 95 cout << " Usage: " << argv[0] << " input_file output_file [detector_card] [trigger_card] " << endl; 94 cout << " input_list - list of files in Ntpl, StdHep ofLHEF format," << endl;96 cout << " input_list - list of files in Ntpl, StdHep, HepMC or LHEF format," << endl; 95 97 cout << " output_file - output file." << endl; 96 98 cout << " detector_card - Datacard containing resolution variables for the detector simulation (optional) "<<endl; … … 231 233 cout <<"** This can take several minutes **"<< endl; 232 234 HEPEVTConverter converter(inputFileList,outputfilename,DET->PDGtable,DET->NEvents); 233 }234 else if(line.rfind(".hepmc") < line.length())235 {236 cout <<"** HepMC ASCII file format detected **"<<endl;237 cout <<"** This can take several minutes **"<< endl;238 HepMCConverter converter(inputFileList,outputfilename,DET->PDGtable,DET->NEvents);239 235 } 240 236 else { … … 762 758 cout <<"*********************************************************************"<< endl; 763 759 764 765 760 delete treeReader; 766 761 delete DET;
Note:
See TracChangeset
for help on using the changeset viewer.