#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "CondCore/CondDB/interface/ConnectionPool.h"
#include "CondFormats/Common/interface/TimeConversions.h"
#include "CondTools/RunInfo/interface/LHCInfoPopConSourceHandler.h"
#include "CondTools/RunInfo/interface/OMSAccess.h"
#include "RelationalAccess/ISessionProxy.h"
#include "RelationalAccess/ISchema.h"
#include "RelationalAccess/IQuery.h"
#include "RelationalAccess/ICursor.h"
#include "CoralBase/AttributeList.h"
#include "CoralBase/Attribute.h"
#include "CoralBase/AttributeSpecification.h"
#include "CoralBase/TimeStamp.h"
#include <iostream>
#include <memory>
#include <sstream>
#include <utility>
#include <vector>
#include <cmath>
Go to the source code of this file.
|
bool | LHCInfoImpl::comparePayloads (const LHCInfo &rhs, const LHCInfo &lhs) |
|
LHCInfo::FillType | cond::fillTypeFromString (const std::string &s_fill_type) |
|
template<> |
LHCInfo::FillType | cond::impl::from_string (const std::string &attributeValue) |
|
template<> |
LHCInfo::ParticleType | cond::impl::from_string (const std::string &attributeValue) |
|
bool | LHCInfoImpl::makeFillPayload (std::unique_ptr< LHCInfo > &targetPayload, const cond::OMSServiceResult &queryResult) |
|
LHCInfo::ParticleType | cond::particleTypeFromString (const std::string &s_particle_type) |
|
std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo > > >::const_iterator | LHCInfoImpl::search (const cond::Time_t &val, const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> &container) |
|
void | LHCInfoImpl::setElementData (cond::Time_t since, const std::string &dipVal, unsigned int elementNr, float value, LHCInfo &payload, std::set< cond::Time_t > &initList) |
|
size_t | LHCInfoImpl::transferPayloads (const std::vector< std::pair< cond::Time_t, std::shared_ptr< LHCInfo >>> &buffer, std::map< cond::Time_t, std::shared_ptr< LHCInfo >> &iovsToTransfer, std::shared_ptr< LHCInfo > &prevPayload) |
|