Fork me on GitHub

Changeset 313 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
Mar 10, 2009, 12:57:20 PM (15 years ago)
Author:
severine ovyn
Message:

OK etmis and plus joli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r312 r313  
    158158 
    159159  srand (time (NULL));         /* Initialisation du générateur */
    160   TStopwatch globalwatch, loopwatch, triggerwatch, frogwatch;
     160  TStopwatch globalwatch, loopwatch, triggerwatch, frogwatch, lhcowatch;
    161161  globalwatch.Start();
    162162 
     
    716716    FROG->BuildGeom();
    717717    delete FROG;
     718    cout <<"**                  Exiting FROG preparation...                    **"<< endl;
    718719  }
    719720  frogwatch.Stop();
    720721 
    721722  // 3.3 *************** LHCO output
     723  lhcowatch.Start();
    722724  if(DET->FLAG_lhco == 1){
    723725    cout <<"**                                                                 **"<<endl;
    724726    cout <<"**        ############ Start LHCO convertion ############          **"<< endl;
    725     /*
    726     //create output log-file name
    727     string forLogLHCO = outputfilename;
    728     string LogNameLHCO = forLogLHCO.erase(forLogLHCO.find(".root"));
    729     LogNameLHCO = LogNameLHCO+"_events.lhco";
    730     */
    731727   
    732728    //LHCOConverter *LHCO = new LHCOConverter(outputfilename,LogNameLHCO);
     
    735731    LHCO->ConvertExRootAnalysisToLHCO();
    736732    delete LHCO;
     733    cout <<"**                  Exiting LHCO converstion...                    **"<< endl;
    737734  }
     735  lhcowatch.Stop();
    738736 
    739737 
     
    778776           << right << setw(15) <<frogwatch.RealTime()<<""
    779777           << right << setw(14)  <<"**"<<endl;
    780      
    781     }
     778    }
     779  if(DET->FLAG_lhco == 1)
     780    {
     781      cout << left  << setw(10) <<"**"<<""
     782           << left  << setw(15) <<" +  LHCO:"<<""
     783           << right << setw(15) <<lhcowatch.CpuTime()<<""
     784           << right << setw(15) <<lhcowatch.RealTime()<<""
     785           << right << setw(14)  <<"**"<<endl;
     786    }
     787
    782788 
    783789  cout <<"**                                                                 **"<< endl;
Note: See TracChangeset for help on using the changeset viewer.