42 std::unique_ptr<OOTPileupCorrectionBuffer> fcp;
53 const std::size_t len = st.st_size;
55 assert(fcp->length() == len);
57 input.read(fcp->getBuffer(), len);
60 <<
"Input stream failure while reading file \"" <<
inputFile <<
'"' << std::endl;
67 throw cms::Exception(
"ConfigurationError") <<
"PoolDBOutputService is not available, "
68 <<
"please configure it properly" << std::endl;