Fork me on GitHub

Changeset 9ad08ca in git for external/PUPPI/PuppiAlgo.cc


Ignore:
Timestamp:
Jun 21, 2016, 4:09:24 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d97b2af
Parents:
332025f (diff), c008923 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into dev_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/PUPPI/PuppiAlgo.cc

    r332025f r9ad08ca  
    1919  std::vector<AlgoSubObj> lAlgos = iAlgo.subAlgos;
    2020  fNAlgos = lAlgos.size();
    21   std::cout << "==> "  << fEtaMin << " - " << fEtaMax << " - " << fPtMin  << " - " << fNeutralPtMin  << " - " << fNeutralPtSlope  << " - " << fRMSEtaSF  << " - " << std::endl;
     21  //std::cout << "==> "  << fEtaMin << " - " << fEtaMax << " - " << fPtMin  << " - " << fNeutralPtMin  << " - " << fNeutralPtSlope  << " - " << fRMSEtaSF  << " - " << std::endl;
    2222  for(unsigned int i0 = 0; i0 < lAlgos.size(); i0++)  {
    2323    int    pAlgoId      = lAlgos[i0].metricId;
     
    2828    double pRMSPtMin    = lAlgos[i0].rmsPtMin;
    2929    double pRMSSF       = lAlgos[i0].rmsScaleFactor;
    30     std::cout << "Algo==> " << i0 << " - " << pAlgoId << " - " << pCharged << " - " << pWeight0 << " - " << pComb << " - " << pConeSize << " - " << pRMSPtMin << " - " << std::endl;
     30    //std::cout << "Algo==> " << i0 << " - " << pAlgoId << " - " << pCharged << " - " << pWeight0 << " - " << pComb << " - " << pConeSize << " - " << pRMSPtMin << " - " << std::endl;
    3131    fAlgoId        .push_back(pAlgoId);
    3232    fCharged       .push_back(pCharged);
Note: See TracChangeset for help on using the changeset viewer.