#include <Alignment/FakeAlignmentProducer/plugins/FakeAlignmentSource.cc>
Protected Member Functions | |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &ioSyncVal, edm::ValidityInterval &iov) override |
provide (dummy) IOV More... | |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
template<typename T > | |
void | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
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 &) |
Private Attributes | |
bool | produceCSC_ |
bool | produceDT_ |
bool | produceGlobalPosition_ |
bool | produceTracker_ |
bool | produceTrackerSurfaceDeformation_ |
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< EventSetupRecordKey > | Keys |
typedef std::map< EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Description: Producer of fake alignment data for all geometries (currently: Tracker, DT and CSC) (including IOV, in contrast to FakeAlignmentProducer)
Implementation: The alignment objects are filled with dummy/empty data, reconstruction Geometry should notice that and not pass to GeometryAligner.
Definition at line 47 of file FakeAlignmentSource.cc.
FakeAlignmentSource::FakeAlignmentSource | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 105 of file FakeAlignmentSource.cc.
References edm::ParameterSet::getParameter(), produceCSC_, produceCSCAli(), produceCSCAliErr(), produceDT_, produceDTAli(), produceDTAliErr(), produceGlobalPosition_, produceGlobals(), produceTkAli(), produceTkAliErr(), produceTracker_, produceTrackerSurfaceDeformation(), produceTrackerSurfaceDeformation_, edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 50 of file FakeAlignmentSource.cc.
|
inline |
CSC and its APE.
Definition at line 69 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
Definition at line 72 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
DT and its APE.
Definition at line 61 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
Definition at line 64 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
GlobalPositions.
Definition at line 77 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
Tracker and its APE.
Definition at line 53 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
Definition at line 56 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
inline |
Tracker surface deformations.
Definition at line 83 of file FakeAlignmentSource.cc.
References setIntervalFor().
Referenced by FakeAlignmentSource().
|
overrideprotectedvirtual |
provide (dummy) IOV
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 161 of file FakeAlignmentSource.cc.
References edm::IOVSyncValue::beginOfTime(), DEFINE_FWK_EVENTSETUP_SOURCE, and edm::IOVSyncValue::endOfTime().
Referenced by produceTrackerSurfaceDeformation().
|
private |
Definition at line 96 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
private |
Definition at line 95 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
private |
Definition at line 97 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
private |
Definition at line 94 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().
|
private |
Definition at line 98 of file FakeAlignmentSource.cc.
Referenced by FakeAlignmentSource().