Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/PUPPI/PuppiAlgo.cc

    r659c7b6 r07b7064  
     1//#include "FWCore/ParameterSet/interface/ParameterSet.h"
     2//#include "FWCore/PythonParameterSet/interface/MakeParameterSets.h"
    13#include "PuppiAlgo.hh"
     4#include "external/fastjet/internal/base.hh"
    25#include "Math/QuantFuncMathCore.h"
    36#include "Math/SpecFuncMathCore.h"
     
    1619  std::vector<AlgoSubObj> lAlgos = iAlgo.subAlgos;
    1720  fNAlgos = lAlgos.size();
    18   //std::cout << "==> "  << fEtaMin << " - " << fEtaMax << " - " << fPtMin  << " - " << fNeutralPtMin  << " - " << fNeutralPtSlope  << " - " << fRMSEtaSF  << " - " << std::endl;
     21  std::cout << "==> "  << fEtaMin << " - " << fEtaMax << " - " << fPtMin  << " - " << fNeutralPtMin  << " - " << fNeutralPtSlope  << " - " << fRMSEtaSF  << " - " << std::endl;
    1922  for(unsigned int i0 = 0; i0 < lAlgos.size(); i0++)  {
    2023    int    pAlgoId      = lAlgos[i0].metricId;
     
    2528    double pRMSPtMin    = lAlgos[i0].rmsPtMin;
    2629    double pRMSSF       = lAlgos[i0].rmsScaleFactor;
    27     //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;
    2831    fAlgoId        .push_back(pAlgoId);
    2932    fCharged       .push_back(pCharged);
Note: See TracChangeset for help on using the changeset viewer.