CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
CTPPSLHCInfoESSource Class Reference

Provides LHCInfo data necessary for CTPPS reconstruction (and direct simulation). More...

Inheritance diagram for CTPPSLHCInfoESSource:
edm::ESProducer edm::EventSetupRecordIntervalFinder edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 CTPPSLHCInfoESSource (const edm::ParameterSet &)
 
edm::ESProducts< std::unique_ptr< LHCInfo > > produce (const LHCInfoRcd &)
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer ()(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) override
 overrides DataProxyProvider method More...
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
const eventsetup::ComponentDescriptiondescriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
std::set< eventsetup::EventSetupRecordKeyfindingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Private Member Functions

void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
 

Private Attributes

double m_beamEnergy
 
bool m_insideValidityRange
 
std::string m_label
 
edm::EventRange m_validityRange
 
double m_xangle
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::ESProducer
 ESProducer (const ESProducer &)=delete
 
ESProducer const & operator= (const ESProducer &)=delete
 
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 TArg >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Detailed Description

Provides LHCInfo data necessary for CTPPS reconstruction (and direct simulation).

Definition at line 19 of file CTPPSLHCInfoESSource.cc.

Constructor & Destructor Documentation

CTPPSLHCInfoESSource::CTPPSLHCInfoESSource ( const edm::ParameterSet conf)

Definition at line 40 of file CTPPSLHCInfoESSource.cc.

References m_label, and edm::ESProducer::setWhatProduced().

40  :
41  m_label(conf.getParameter<std::string>("label")),
42  m_validityRange(conf.getParameter<edm::EventRange>("validityRange")),
43  m_beamEnergy(conf.getParameter<double>("beamEnergy")),
44  m_xangle(conf.getParameter<double>("xangle")),
46 {
47  setWhatProduced(this, m_label);
48  findingRecord<LHCInfoRcd>();
49 }
T getParameter(std::string const &) const
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:124
edm::EventRange m_validityRange

Member Function Documentation

edm::ESProducts< std::unique_ptr< LHCInfo > > CTPPSLHCInfoESSource::produce ( const LHCInfoRcd )

Definition at line 82 of file CTPPSLHCInfoESSource.cc.

References DEFINE_FWK_EVENTSETUP_SOURCE, m_beamEnergy, m_insideValidityRange, m_xangle, eostools::move(), convertSQLitetoXML_cfg::output, and edm::es::products().

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

83 {
84  auto output = std::make_unique<LHCInfo>();
85 
87  {
88  output->setEnergy(m_beamEnergy);
89  output->setCrossingAngle(m_xangle);
90  } else {
91  output->setEnergy(0.);
92  output->setCrossingAngle(0.);
93  }
94 
96 }
ESProducts< std::remove_reference_t< TArgs >... > products(TArgs &&...args)
Definition: ESProducts.h:128
def move(src, dest)
Definition: eostools.py:511
void CTPPSLHCInfoESSource::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey key,
const edm::IOVSyncValue iosv,
edm::ValidityInterval oValidity 
)
overrideprivatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 53 of file CTPPSLHCInfoESSource.cc.

References edm::IOVSyncValue::beginOfTime(), edm::contains(), edm::EventRange::endEventID(), edm::IOVSyncValue::endOfTime(), edm::IOVSyncValue::eventID(), edm::EventID::luminosityBlock(), m_insideValidityRange, m_validityRange, edm::EventID::maxLuminosityBlockNumber(), writedatasetfile::run, edm::EventID::run(), and edm::EventRange::startEventID().

55 {
57  {
58  m_insideValidityRange = true;
60  } else {
61  m_insideValidityRange = false;
62 
63  if (iosv.eventID() < m_validityRange.startEventID())
64  {
67  edm::EventID endEvent = (lb > 1) ? edm::EventID(run, lb-1, 0) : edm::EventID(run-1, edm::EventID::maxLuminosityBlockNumber(), 0);
68 
70  } else {
73  edm::EventID beginEvent = (lb < edm::EventID::maxLuminosityBlockNumber()-1) ? edm::EventID(run, lb+1, 0) : edm::EventID(run+1, 0, 0);
74 
76  }
77  }
78 }
RunNumber_t run() const
Definition: EventID.h:39
bool contains(EventRange const &lh, EventID const &rh)
Definition: EventRange.cc:38
const EventID & eventID() const
Definition: IOVSyncValue.h:40
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:40
unsigned int LuminosityBlockNumber_t
edm::EventRange m_validityRange
static LuminosityBlockNumber_t maxLuminosityBlockNumber()
Definition: EventID.h:107
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88
EventID startEventID() const
Definition: EventRange.h:44
EventID endEventID() const
Definition: EventRange.h:45
unsigned int RunNumber_t

Member Data Documentation

double CTPPSLHCInfoESSource::m_beamEnergy
private

Definition at line 31 of file CTPPSLHCInfoESSource.cc.

Referenced by produce().

bool CTPPSLHCInfoESSource::m_insideValidityRange
private

Definition at line 34 of file CTPPSLHCInfoESSource.cc.

Referenced by produce(), and setIntervalFor().

std::string CTPPSLHCInfoESSource::m_label
private

Definition at line 28 of file CTPPSLHCInfoESSource.cc.

Referenced by CTPPSLHCInfoESSource().

edm::EventRange CTPPSLHCInfoESSource::m_validityRange
private

Definition at line 30 of file CTPPSLHCInfoESSource.cc.

Referenced by setIntervalFor().

double CTPPSLHCInfoESSource::m_xangle
private

Definition at line 32 of file CTPPSLHCInfoESSource.cc.

Referenced by produce().