Changes in external/PUPPI/PuppiAlgo.cc [07b7064:659c7b6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/PUPPI/PuppiAlgo.cc
r07b7064 r659c7b6 1 //#include "FWCore/ParameterSet/interface/ParameterSet.h"2 //#include "FWCore/PythonParameterSet/interface/MakeParameterSets.h"3 1 #include "PuppiAlgo.hh" 4 #include "external/fastjet/internal/base.hh"5 2 #include "Math/QuantFuncMathCore.h" 6 3 #include "Math/SpecFuncMathCore.h" … … 19 16 std::vector<AlgoSubObj> lAlgos = iAlgo.subAlgos; 20 17 fNAlgos = lAlgos.size(); 21 std::cout << "==> " << fEtaMin << " - " << fEtaMax << " - " << fPtMin << " - " << fNeutralPtMin << " - " << fNeutralPtSlope << " - " << fRMSEtaSF << " - " << std::endl;18 //std::cout << "==> " << fEtaMin << " - " << fEtaMax << " - " << fPtMin << " - " << fNeutralPtMin << " - " << fNeutralPtSlope << " - " << fRMSEtaSF << " - " << std::endl; 22 19 for(unsigned int i0 = 0; i0 < lAlgos.size(); i0++) { 23 20 int pAlgoId = lAlgos[i0].metricId; … … 28 25 double pRMSPtMin = lAlgos[i0].rmsPtMin; 29 26 double pRMSSF = lAlgos[i0].rmsScaleFactor; 30 std::cout << "Algo==> " << i0 << " - " << pAlgoId << " - " << pCharged << " - " << pWeight0 << " - " << pComb << " - " << pConeSize << " - " << pRMSPtMin << " - " << std::endl;27 //std::cout << "Algo==> " << i0 << " - " << pAlgoId << " - " << pCharged << " - " << pWeight0 << " - " << pComb << " - " << pConeSize << " - " << pRMSPtMin << " - " << std::endl; 31 28 fAlgoId .push_back(pAlgoId); 32 29 fCharged .push_back(pCharged);
Note:
See TracChangeset
for help on using the changeset viewer.