Fork me on GitHub

Changeset 429 in svn


Ignore:
Timestamp:
Jun 17, 2009, 9:47:22 PM (15 years ago)
Author:
Xavier Rouby
Message:

Headers + bug hepmc/hep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r418 r429  
    99**   This package uses:                                               **
    1010**   ------------------                                               **
     11**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
    1112**   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]       **
    1314**   FROG: [hep-ex/0901.2718v1]                                       **
     15**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1416**                                                                    **
    1517** ------------------------------------------------------------------ **
     
    2224**                                                                    **
    2325**         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                      **
    2628**                                                                    **
    2729**                      Copyright (C) 2008-2009,                      **
    28 **                        All rights reserved.                        ** 
     30**                        All rights reserved.                        **
    2931**                                                                    **
    3032***********************************************************************/
     
    9294  if(argc != 3 && argc != 4 && argc != 5) {
    9395    cout << " Usage: " << argv[0] << " input_file output_file [detector_card] [trigger_card] " << endl;
    94     cout << " input_list - list of files in Ntpl, StdHep of LHEF format," << endl;
     96    cout << " input_list - list of files in Ntpl, StdHep, HepMC or LHEF format," << endl;
    9597    cout << " output_file - output file." << endl;
    9698    cout << " detector_card - Datacard containing resolution variables for the detector simulation (optional) "<<endl;
     
    231233      cout <<"**                  This can take several minutes                  **"<< endl;
    232234      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);
    239235    }
    240236  else {
     
    762758  cout <<"*********************************************************************"<< endl;
    763759 
    764  
    765760  delete treeReader;
    766761  delete DET;
Note: See TracChangeset for help on using the changeset viewer.