|
static void | prevalidate (ConfigurationDescriptions &) |
|
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
|
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
|
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::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
|
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
|
template<class T > |
void | usingRecord () |
|
void | usingRecordWithKey (const EventSetupRecordKey &key) |
|
template<class T > |
void | findingRecord () |
|
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
|
Definition at line 25 of file BeamSpotFakeConditions.cc.
Definition at line 44 of file BeamSpotFakeConditions.cc.
References beamWidthX, beamWidthY, betastar, cov, dxdz, dydz, emittanceX, emittanceY, edm::FileInPath::fullPath(), getDataFromFile_, mps_fire::i, inputFilename_, dqmiolumiharvest::j, submitPVValidationJobs::params, funct::pow(), edm::ESProducer::setWhatProduced(), sigmaZ, tag, type, x, y, and z.
46 findingRecord<BeamSpotObjectsRcd>();
52 fasciiFile >>
tag >>
x;
53 fasciiFile >>
tag >>
y;
54 fasciiFile >>
tag >>
z;
74 x =
params.getParameter<
double>(
"X0");
75 y =
params.getParameter<
double>(
"Y0");
76 z =
params.getParameter<
double>(
"Z0");
87 for (
int i = 0;
i < 7;
i++) {
88 for (
int j = 0;
j < 7;
j++)
93 cov[0][0] =
pow(
params.getParameter<
double>(
"errorX0"), 2);
94 cov[1][1] =
pow(
params.getParameter<
double>(
"errorY0"), 2);
95 cov[2][2] =
pow(
params.getParameter<
double>(
"errorZ0"), 2);
96 cov[3][3] =
pow(
params.getParameter<
double>(
"errorSigmaZ"), 2);
97 cov[4][4] =
pow(
params.getParameter<
double>(
"errordxdz"), 2);
98 cov[5][5] =
pow(
params.getParameter<
double>(
"errordydz"), 2);
99 cov[6][6] =
pow(
params.getParameter<
double>(
"errorWidth"), 2);
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
edm::FileInPath inputFilename_
std::string fullPath() const
Power< A, B >::type pow(const A &a, const B &b)