Changeset 239e1d0 in git
- Timestamp:
- Jun 21, 2016, 1:26:06 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c008923
- Parents:
- a393b57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/PUPPI/PuppiAlgo.cc
ra393b57 r239e1d0 19 19 std::vector<AlgoSubObj> lAlgos = iAlgo.subAlgos; 20 20 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; 22 22 for(unsigned int i0 = 0; i0 < lAlgos.size(); i0++) { 23 23 int pAlgoId = lAlgos[i0].metricId; … … 28 28 double pRMSPtMin = lAlgos[i0].rmsPtMin; 29 29 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; 31 31 fAlgoId .push_back(pAlgoId); 32 32 fCharged .push_back(pCharged);
Note:
See TracChangeset
for help on using the changeset viewer.