Changes in external/PUPPI/PuppiAlgo.cc [659c7b6:07b7064] in git
- 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" 1 3 #include "PuppiAlgo.hh" 4 #include "external/fastjet/internal/base.hh" 2 5 #include "Math/QuantFuncMathCore.h" 3 6 #include "Math/SpecFuncMathCore.h" … … 16 19 std::vector<AlgoSubObj> lAlgos = iAlgo.subAlgos; 17 20 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; 19 22 for(unsigned int i0 = 0; i0 < lAlgos.size(); i0++) { 20 23 int pAlgoId = lAlgos[i0].metricId; … … 25 28 double pRMSPtMin = lAlgos[i0].rmsPtMin; 26 29 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; 28 31 fAlgoId .push_back(pAlgoId); 29 32 fCharged .push_back(pCharged);
Note:
See TracChangeset
for help on using the changeset viewer.