|
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
|
using | KeyedResolversVector = std::vector< std::pair< DataKey, std::shared_ptr< ESProductResolver > >> |
|
ESConsumesInfo * | consumesInfoPushBackNew () |
|
unsigned int | consumesInfoSize () const |
|
template<typename CallbackT , typename TList , typename TRecord > |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>> iCallback, const TList *, const TRecord *iRecord, const es::Label &iLabel) |
|
template<typename CallbackT , typename TRecord > |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>>, const eventsetup::produce::Null *, const TRecord *, const es::Label &) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const char *iLabel) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
|
template<typename T , typename TDecorator > |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
|
template<typename T , typename TReturn , typename TRecord > |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
|
template<typename T , typename TReturn , typename TRecord , typename TDecorator > |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TDecorator &iDec, const es::Label &iLabel={}) |
|
template<typename TFunc > |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
|
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
|
void | usesResources (std::vector< std::string > const &) |
|
template<class TFactory > |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
|
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ESProductResolverFactoryBase > iFactory, const std::string &iLabel=std::string()) |
|
KeyedResolversVector | registerResolvers (const EventSetupRecordKey &, unsigned int iovIndex) override |
|
template<class T > |
void | usingRecord () |
|
void | usingRecordWithKey (const EventSetupRecordKey &key) |
|
Definition at line 59 of file CTPPSInterpolatedOpticalFunctionsESSource.cc.
References LHCInfo::crossingAngle(), currentCrossingAngle_, currentData_, currentDataValid_, MillePedeFileConverter_cfg::e, Exception, dqmdumpme::first, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), LHCInterpolatedOpticalFunctionsSet::initializeSplines(), lhcInfoToken_, LHCOpticalFunctionsSet::m_fcn_values, LHCOpticalFunctionsSet::m_xi_values, LHCOpticalFunctionsSet::m_z, eostools::move(), GetRecoTauVFromDQM_MC_cff::next, LHCOpticalFunctionsSet::nFunctions, opticsToken_, pi, and protons_cff::xi.
72 edm::LogInfo(
"CTPPSInterpolatedOpticalFunctionsESSource")
73 <<
"Invalid crossing angle, no optical functions produced.";
77 currentData_ = std::make_shared<LHCInterpolatedOpticalFunctionsSetCollection>();
84 edm::LogInfo(
"CTPPSInterpolatedOpticalFunctionsESSource")
89 edm::LogInfo(
"CTPPSInterpolatedOpticalFunctionsESSource")
90 <<
"No input optics available, no optical functions produced.";
93 currentData_ = std::make_shared<LHCInterpolatedOpticalFunctionsSetCollection>();
99 if (ofColl.size() == 1) {
100 const auto &it = ofColl.begin();
105 <<
"Cannot interpolate: input given only for xangle " << it->first <<
" while interpolation requested for " 108 currentData_ = std::make_shared<LHCInterpolatedOpticalFunctionsSetCollection>();
109 for (
const auto &rp_p : it->second) {
110 const auto rpId = rp_p.first;
112 iof.initializeSplines();
120 if (ofColl.size() > 1) {
122 auto it1 = ofColl.begin();
126 for (; it1 != ofColl.end(); ++it1) {
129 if (it2 == ofColl.end()) {
131 it1 = std::prev(it1);
140 const auto &xangle1 = it1->first;
141 const auto &xangle2 = it2->first;
143 const auto &ofs1 = it1->second;
144 const auto &ofs2 = it2->second;
147 currentData_ = std::make_shared<LHCInterpolatedOpticalFunctionsSetCollection>();
148 for (
const auto &rp_p : ofs1) {
149 const auto rpId = rp_p.first;
150 const auto &rp_it2 = ofs2.find(rpId);
151 if (rp_it2 == ofs2.end())
152 throw cms::Exception(
"CTPPSInterpolatedOpticalFunctionsESSource") <<
"RP mismatch between ofs1 and ofs2.";
154 const auto &of1 = rp_p.second;
155 const auto &of2 = rp_it2->second;
157 const size_t num_xi_vals1 = of1.getXiValues().size();
158 const size_t num_xi_vals2 = of2.getXiValues().size();
160 if (num_xi_vals1 != num_xi_vals2)
161 throw cms::Exception(
"CTPPSInterpolatedOpticalFunctionsESSource") <<
"Size mismatch between ofs1 and ofs2.";
163 const size_t num_xi_vals = num_xi_vals1;
166 iof.
m_z = of1.getScoringPlaneZ();
170 for (
size_t fi = 0; fi < of1.getFcnValues().size(); ++fi) {
173 for (
size_t pi = 0;
pi < num_xi_vals; ++
pi) {
174 double xi = of1.getXiValues()[
pi];
175 double xi_control = of2.getXiValues()[
pi];
177 if (fabs(
xi - xi_control) > 1
e-6)
178 throw cms::Exception(
"CTPPSInterpolatedOpticalFunctionsESSource") <<
"Xi mismatch between ofs1 and ofs2.";
182 double v1 = of1.getFcnValues()[fi][
pi];
183 double v2 = of2.getFcnValues()[fi][
pi];
edm::ESGetToken< LHCInfo, LHCInfoRcd > lhcInfoToken_
std::shared_ptr< LHCInterpolatedOpticalFunctionsSetCollection > currentData_
float currentCrossingAngle_
std::vector< double > m_xi_values
void initializeSplines()
builds splines from m_*_values fields
float const crossingAngle() const
Log< level::Info, false > LogInfo
edm::ESGetToken< LHCOpticalFunctionsSetCollection, CTPPSOpticsRcd > opticsToken_
std::vector< std::vector< double > > m_fcn_values
length unit cm
Set of optical functions corresponding to one scoring plane along LHC, including splines for interpol...
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
Collection of optical functions for two crossing angle values and various scoring planes...
double m_z
position of the scoring plane, in LHC/TOTEM convention, cm