CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
CTPPSGeometryESModule Class Reference
Inheritance diagram for CTPPSGeometryESModule:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 CTPPSGeometryESModule (const edm::ParameterSet &)
 
 ~CTPPSGeometryESModule () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
ESRecordIndex const * getTokenRecordIndices (unsigned int iIndex) const
 
bool hasMayConsumes () const noexcept
 
size_t numberOfTokenIndices (unsigned int iIndex) const
 
ESProducer const & operator= (const ESProducer &)=delete
 
SerialTaskQueueChainqueue ()
 
template<typename Record >
std::optional< std::vector< ESProxyIndex > > updateFromMayConsumes (unsigned int iIndex, const Record &iRecord) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
 ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete
 
const ESProxyFactoryProduceroperator= (const ESProxyFactoryProducer &)=delete
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
void createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
 DataProxyProvider ()
 
 DataProxyProvider (const DataProxyProvider &)=delete
 
const ComponentDescriptiondescription () const
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const DataProxyProvideroperator= (const DataProxyProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

std::vector< int > fillCopyNos (TGeoIterator &it)
 
template<typename REC , typename GEO >
std::unique_ptr< DetGeomDescproduceGD (const GEO &, const std::optional< REC > &, edm::ESGetToken< DetGeomDesc, GEO > const &, edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, REC > const &, const char *name)
 
std::unique_ptr< DetGeomDescproduceIdealGD (const IdealGeometryRecord &)
 
std::unique_ptr< DetGeomDescproduceIdealGDFromPreprocessedDB (const VeryForwardIdealGeometryRecord &)
 
std::unique_ptr< DetGeomDescproduceMisalignedGD (const VeryForwardMisalignedGeometryRecord &)
 
std::unique_ptr< DetGeomDescproduceMisalignedGDFromPreprocessedDB (const VeryForwardMisalignedGeometryRecord &)
 
std::unique_ptr< CTPPSGeometryproduceMisalignedTG (const VeryForwardMisalignedGeometryRecord &)
 
std::unique_ptr< DetGeomDescproduceRealGD (const VeryForwardRealGeometryRecord &)
 
std::unique_ptr< DetGeomDescproduceRealGDFromPreprocessedDB (const VeryForwardRealGeometryRecord &)
 
std::unique_ptr< CTPPSGeometryproduceRealTG (const VeryForwardRealGeometryRecord &)
 

Private Attributes

edm::ESGetToken< PDetGeomDesc, VeryForwardIdealGeometryRecorddbToken_
 
edm::ESGetToken< cms::DDCompactView, IdealGeometryRecorddd4hepToken_
 
edm::ESGetToken< DDCompactView, IdealGeometryRecordddToken_
 
edm::ESGetToken< DetGeomDesc, VeryForwardMisalignedGeometryRecorddgdMisToken_
 
edm::ESGetToken< DetGeomDesc, VeryForwardRealGeometryRecorddgdRealToken_
 
const bool fromDD4hep_
 
const bool fromPreprocessedDB_
 
edm::ESGetToken< DetGeomDesc, VeryForwardIdealGeometryRecordidealDBGDToken_
 
edm::ESGetToken< DetGeomDesc, IdealGeometryRecordidealGDToken_
 
const bool isRun2_
 
edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPMisalignedAlignmentRecordmisAlignmentToken_
 
edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPRealAlignmentRecordrealAlignmentToken_
 
const unsigned int verbosity_
 

Additional Inherited Members

- Protected Types inherited from edm::ESProxyFactoryProducer
using EventSetupRecordKey = eventsetup::EventSetupRecordKey
 
- Protected Types inherited from edm::eventsetup::DataProxyProvider
using KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >>
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &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={})
 
void usesResources (std::vector< std::string > const &)
 
- 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 EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
KeyedProxiesVector registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &key)
 

Detailed Description

Definition at line 51 of file CTPPSGeometryESModule.cc.

Constructor & Destructor Documentation

◆ CTPPSGeometryESModule()

CTPPSGeometryESModule::CTPPSGeometryESModule ( const edm::ParameterSet iConfig)

Definition at line 95 of file CTPPSGeometryESModule.cc.

97  : verbosity_(iConfig.getUntrackedParameter<unsigned int>("verbosity")),
98  isRun2_(iConfig.getParameter<bool>("isRun2")),
99  fromPreprocessedDB_(iConfig.getUntrackedParameter<bool>("fromPreprocessedDB", false)),
100  fromDD4hep_(iConfig.getUntrackedParameter<bool>("fromDD4hep", false)) {
101  if (fromPreprocessedDB_) {
103  dbToken_ = c.consumes<PDetGeomDesc>(edm::ESInputTag("", iConfig.getParameter<std::string>("dbTag")));
104 
108 
112  } else if (!fromDD4hep_) {
114  ddToken_ = c.consumes<DDCompactView>(edm::ESInputTag("", iConfig.getParameter<std::string>("compactViewTag")));
115 
119 
123  } else {
125  dd4hepToken_ =
126  c.consumes<cms::DDCompactView>(edm::ESInputTag("", iConfig.getParameter<std::string>("compactViewTag")));
127 
131 
135  }
136 
138  dgdRealToken_ = c_RTG.consumes<DetGeomDesc>(edm::ESInputTag());
139 
141  dgdMisToken_ = c_MTG.consumes<DetGeomDesc>(edm::ESInputTag());

References c, alignmentValidation::c1, dbToken_, dd4hepToken_, ddToken_, dgdMisToken_, dgdRealToken_, fromDD4hep_, fromPreprocessedDB_, edm::ParameterSet::getParameter(), idealDBGDToken_, idealGDToken_, misAlignmentToken_, produceIdealGD(), produceIdealGDFromPreprocessedDB(), produceMisalignedGD(), produceMisalignedGDFromPreprocessedDB(), produceMisalignedTG(), produceRealGD(), produceRealGDFromPreprocessedDB(), produceRealTG(), realAlignmentToken_, edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.

◆ ~CTPPSGeometryESModule()

CTPPSGeometryESModule::~CTPPSGeometryESModule ( )
inlineoverride

Definition at line 54 of file CTPPSGeometryESModule.cc.

55 {}

Member Function Documentation

◆ fillCopyNos()

std::vector<int> CTPPSGeometryESModule::fillCopyNos ( TGeoIterator &  it)
private

◆ fillDescriptions()

void CTPPSGeometryESModule::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 143 of file CTPPSGeometryESModule.cc.

144  {
146  desc.addUntracked<unsigned int>("verbosity", 1);
147  desc.add<bool>("isRun2", false)->setComment("Switch to legacy (2017-18) definition of diamond geometry");
148  desc.add<std::string>("dbTag", std::string());
149  desc.add<std::string>("compactViewTag", std::string());
150  desc.addUntracked<bool>("fromPreprocessedDB", false);
151  desc.addUntracked<bool>("fromDD4hep", false);
152  descriptions.add("CTPPSGeometryESModule", desc);

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ produceGD()

template<typename REC , typename GEO >
std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceGD ( const GEO &  iIdealRec,
const std::optional< REC > &  iAlignRec,
edm::ESGetToken< DetGeomDesc, GEO > const &  iGDToken,
edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, REC > const &  iAlignToken,
const char *  name 
)
private

Definition at line 185 of file CTPPSGeometryESModule.cc.

191  {
192  // get the input GeometricalDet
193  auto const& idealGD = iIdealRec.get(iGDToken);
194 
195  // load alignments
196  CTPPSRPAlignmentCorrectionsData const* alignments = nullptr;
197  if (iAlignRec) {
198  auto alignmentsHandle = iAlignRec->getHandle(iAlignToken);
199  if (alignmentsHandle.isValid()) {
200  alignments = alignmentsHandle.product();
201  }
202  }
203 
204  if (verbosity_) {
205  if (alignments) {
206  edm::LogVerbatim(name) << ">> " << name << " > Real geometry: " << alignments->getRPMap().size() << " RP and "
207  << alignments->getSensorMap().size() << " sensor alignments applied.";
208  } else {
209  edm::LogVerbatim(name) << ">> " << name << " > Real geometry: No alignment applied.";
210  }
211  }
212 
213  return CTPPSGeometryESCommon::applyAlignments(idealGD, alignments);

References CTPPSGeometryESCommon::applyAlignments(), CTPPSRPAlignmentCorrectionsData::getRPMap(), CTPPSRPAlignmentCorrectionsData::getSensorMap(), Skims_PA_cff::name, and verbosity_.

Referenced by produceMisalignedGD(), produceMisalignedGDFromPreprocessedDB(), produceRealGD(), and produceRealGDFromPreprocessedDB().

◆ produceIdealGD()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceIdealGD ( const IdealGeometryRecord iRecord)
private

Definition at line 154 of file CTPPSGeometryESModule.cc.

155  {
156  if (!fromDD4hep_) {
157  // Get the DDCompactView from EventSetup
158  auto const& myCompactView = iRecord.get(ddToken_);
159 
160  // Build geo from compact view.
162  }
163 
164  else {
165  // Get the DDCompactView from EventSetup
166  auto const& myCompactView = iRecord.get(dd4hepToken_);
167 
168  // Build geo from compact view.
170  }

References detgeomdescbuilder::buildDetGeomDescFromCompactView(), dd4hepToken_, ddToken_, fromDD4hep_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), and isRun2_.

Referenced by CTPPSGeometryESModule().

◆ produceIdealGDFromPreprocessedDB()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceIdealGDFromPreprocessedDB ( const VeryForwardIdealGeometryRecord iRecord)
private

Definition at line 172 of file CTPPSGeometryESModule.cc.

174  {
175  // Get the PDetGeomDesc from EventSetup
176  auto const& myDB = iRecord.get(dbToken_);
177 
178  edm::LogInfo("CTPPSGeometryESModule") << " myDB size = " << myDB.container_.size();
179 
180  // Build geo from PDetGeomDesc DB object.
181  auto pdet = std::make_unique<DetGeomDesc>(myDB);
182  return pdet;

References dbToken_, and edm::eventsetup::EventSetupRecordImplementation< T >::get().

Referenced by CTPPSGeometryESModule().

◆ produceMisalignedGD()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceMisalignedGD ( const VeryForwardMisalignedGeometryRecord iRecord)
private

◆ produceMisalignedGDFromPreprocessedDB()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceMisalignedGDFromPreprocessedDB ( const VeryForwardMisalignedGeometryRecord iRecord)
private

◆ produceMisalignedTG()

std::unique_ptr< CTPPSGeometry > CTPPSGeometryESModule::produceMisalignedTG ( const VeryForwardMisalignedGeometryRecord iRecord)
private

Definition at line 266 of file CTPPSGeometryESModule.cc.

268  {
269  auto const& gD = iRecord.get(dgdMisToken_);
270 
271  return std::make_unique<CTPPSGeometry>(&gD, verbosity_);

References dgdMisToken_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), and verbosity_.

Referenced by CTPPSGeometryESModule().

◆ produceRealGD()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceRealGD ( const VeryForwardRealGeometryRecord iRecord)
private

◆ produceRealGDFromPreprocessedDB()

std::unique_ptr< DetGeomDesc > CTPPSGeometryESModule::produceRealGDFromPreprocessedDB ( const VeryForwardRealGeometryRecord iRecord)
private

◆ produceRealTG()

std::unique_ptr< CTPPSGeometry > CTPPSGeometryESModule::produceRealTG ( const VeryForwardRealGeometryRecord iRecord)
private

Definition at line 258 of file CTPPSGeometryESModule.cc.

259  {
260  auto const& gD = iRecord.get(dgdRealToken_);
261 
262  return std::make_unique<CTPPSGeometry>(&gD, verbosity_);

References dgdRealToken_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), and verbosity_.

Referenced by CTPPSGeometryESModule().

Member Data Documentation

◆ dbToken_

edm::ESGetToken<PDetGeomDesc, VeryForwardIdealGeometryRecord> CTPPSGeometryESModule::dbToken_
private

◆ dd4hepToken_

edm::ESGetToken<cms::DDCompactView, IdealGeometryRecord> CTPPSGeometryESModule::dd4hepToken_
private

Definition at line 82 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule(), and produceIdealGD().

◆ ddToken_

edm::ESGetToken<DDCompactView, IdealGeometryRecord> CTPPSGeometryESModule::ddToken_
private

Definition at line 81 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule(), and produceIdealGD().

◆ dgdMisToken_

edm::ESGetToken<DetGeomDesc, VeryForwardMisalignedGeometryRecord> CTPPSGeometryESModule::dgdMisToken_
private

Definition at line 92 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule(), and produceMisalignedTG().

◆ dgdRealToken_

edm::ESGetToken<DetGeomDesc, VeryForwardRealGeometryRecord> CTPPSGeometryESModule::dgdRealToken_
private

Definition at line 91 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule(), and produceRealTG().

◆ fromDD4hep_

const bool CTPPSGeometryESModule::fromDD4hep_
private

Definition at line 84 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule(), and produceIdealGD().

◆ fromPreprocessedDB_

const bool CTPPSGeometryESModule::fromPreprocessedDB_
private

Definition at line 84 of file CTPPSGeometryESModule.cc.

Referenced by CTPPSGeometryESModule().

◆ idealDBGDToken_

edm::ESGetToken<DetGeomDesc, VeryForwardIdealGeometryRecord> CTPPSGeometryESModule::idealDBGDToken_
private

◆ idealGDToken_

edm::ESGetToken<DetGeomDesc, IdealGeometryRecord> CTPPSGeometryESModule::idealGDToken_
private

◆ isRun2_

const bool CTPPSGeometryESModule::isRun2_
private

Definition at line 79 of file CTPPSGeometryESModule.cc.

Referenced by produceIdealGD().

◆ misAlignmentToken_

edm::ESGetToken<CTPPSRPAlignmentCorrectionsData, RPMisalignedAlignmentRecord> CTPPSGeometryESModule::misAlignmentToken_
private

◆ realAlignmentToken_

edm::ESGetToken<CTPPSRPAlignmentCorrectionsData, RPRealAlignmentRecord> CTPPSGeometryESModule::realAlignmentToken_
private

◆ verbosity_

const unsigned int CTPPSGeometryESModule::verbosity_
private

Definition at line 78 of file CTPPSGeometryESModule.cc.

Referenced by produceGD(), produceMisalignedTG(), and produceRealTG().

edm::eventsetup::DependentRecordImplementation::getRecord
const DepRecordT getRecord() const
Definition: DependentRecordImplementation.h:50
edm::ESInputTag
Definition: ESInputTag.h:87
CTPPSGeometryESModule::dbToken_
edm::ESGetToken< PDetGeomDesc, VeryForwardIdealGeometryRecord > dbToken_
Definition: CTPPSGeometryESModule.cc:83
CTPPSRPAlignmentCorrectionsData::getRPMap
const mapType & getRPMap() const
returns the map of RP alignment corrections
Definition: CTPPSRPAlignmentCorrectionsData.h:46
VeryForwardIdealGeometryRecord
Event setup record containing the ideal PPS geometry information.
Definition: VeryForwardIdealGeometryRecord.h:9
CTPPSRPAlignmentCorrectionsData::getSensorMap
const mapType & getSensorMap() const
returns the map of sensor alignment corrections
Definition: CTPPSRPAlignmentCorrectionsData.h:49
CTPPSGeometryESModule::isRun2_
const bool isRun2_
Definition: CTPPSGeometryESModule.cc:79
CTPPSGeometryESModule::produceIdealGDFromPreprocessedDB
std::unique_ptr< DetGeomDesc > produceIdealGDFromPreprocessedDB(const VeryForwardIdealGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:172
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
RPMisalignedAlignmentRecord
Definition: RPMisalignedAlignmentRecord.h:6
CTPPSGeometryESModule::dgdMisToken_
edm::ESGetToken< DetGeomDesc, VeryForwardMisalignedGeometryRecord > dgdMisToken_
Definition: CTPPSGeometryESModule.cc:92
CTPPSGeometryESModule::produceRealGD
std::unique_ptr< DetGeomDesc > produceRealGD(const VeryForwardRealGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:237
CTPPSGeometryESModule::ddToken_
edm::ESGetToken< DDCompactView, IdealGeometryRecord > ddToken_
Definition: CTPPSGeometryESModule.cc:81
RPRealAlignmentRecord
Definition: RPRealAlignmentRecord.h:6
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
CTPPSGeometryESModule::produceGD
std::unique_ptr< DetGeomDesc > produceGD(const GEO &, const std::optional< REC > &, edm::ESGetToken< DetGeomDesc, GEO > const &, edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, REC > const &, const char *name)
Definition: CTPPSGeometryESModule.cc:185
CTPPSGeometryESModule::idealGDToken_
edm::ESGetToken< DetGeomDesc, IdealGeometryRecord > idealGDToken_
Definition: CTPPSGeometryESModule.cc:86
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
CTPPSGeometryESModule::produceRealTG
std::unique_ptr< CTPPSGeometry > produceRealTG(const VeryForwardRealGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:258
edm::eventsetup::DependentRecordImplementation::get
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
Definition: DependentRecordImplementation.h:109
CTPPSGeometryESModule::idealDBGDToken_
edm::ESGetToken< DetGeomDesc, VeryForwardIdealGeometryRecord > idealDBGDToken_
Definition: CTPPSGeometryESModule.cc:87
CTPPSGeometryESModule::produceIdealGD
std::unique_ptr< DetGeomDesc > produceIdealGD(const IdealGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:154
CTPPSGeometryESModule::verbosity_
const unsigned int verbosity_
Definition: CTPPSGeometryESModule.cc:78
CTPPSGeometryESModule::realAlignmentToken_
edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPRealAlignmentRecord > realAlignmentToken_
Definition: CTPPSGeometryESModule.cc:88
CTPPSGeometryESModule::fromPreprocessedDB_
const bool fromPreprocessedDB_
Definition: CTPPSGeometryESModule.cc:84
CTPPSGeometryESModule::produceMisalignedGD
std::unique_ptr< DetGeomDesc > produceMisalignedGD(const VeryForwardMisalignedGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:247
alignmentValidation.c1
c1
do drawing
Definition: alignmentValidation.py:1025
DetGeomDesc
Definition: DetGeomDesc.h:50
CTPPSGeometryESModule::misAlignmentToken_
edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPMisalignedAlignmentRecord > misAlignmentToken_
Definition: CTPPSGeometryESModule.cc:89
CTPPSGeometryESCommon::applyAlignments
std::unique_ptr< DetGeomDesc > applyAlignments(const DetGeomDesc &, const CTPPSRPAlignmentCorrectionsData *)
Definition: CTPPSGeometryESCommon.cc:6
PDetGeomDesc
Definition: PDetGeomDesc.h:9
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
CTPPSGeometryESModule::fromDD4hep_
const bool fromDD4hep_
Definition: CTPPSGeometryESModule.cc:84
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
edm::eventsetup::DependentRecordImplementation::tryToGetRecord
std::optional< DepRecordT > tryToGetRecord() const
Definition: DependentRecordImplementation.h:71
edm::LogVerbatim
Log< level::Info, true > LogVerbatim
Definition: MessageLogger.h:128
cms::DDCompactView
Definition: DDCompactView.h:31
CTPPSRPAlignmentCorrectionsData
Container for CTPPS RP alignment corrections. The corrections are stored on two levels - RP and senso...
Definition: CTPPSRPAlignmentCorrectionsData.h:24
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
CTPPSGeometryESModule::dgdRealToken_
edm::ESGetToken< DetGeomDesc, VeryForwardRealGeometryRecord > dgdRealToken_
Definition: CTPPSGeometryESModule.cc:91
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::eventsetup::EventSetupRecordImplementation::get
PRODUCT const & get(ESGetToken< PRODUCT, T > const &iToken) const
Definition: EventSetupRecordImplementation.h:74
c
auto & c
Definition: CAHitNtupletGeneratorKernelsImpl.h:56
detgeomdescbuilder::buildDetGeomDescFromCompactView
std::unique_ptr< DetGeomDesc > buildDetGeomDescFromCompactView(const DDCompactView &myCompactView, const bool isRun2)
Definition: DetGeomDescBuilder.cc:10
CTPPSGeometryESModule::produceMisalignedGDFromPreprocessedDB
std::unique_ptr< DetGeomDesc > produceMisalignedGDFromPreprocessedDB(const VeryForwardMisalignedGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:226
CTPPSGeometryESModule::produceRealGDFromPreprocessedDB
std::unique_ptr< DetGeomDesc > produceRealGDFromPreprocessedDB(const VeryForwardRealGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:215
IdealGeometryRecord
Definition: IdealGeometryRecord.h:25
CTPPSGeometryESModule::produceMisalignedTG
std::unique_ptr< CTPPSGeometry > produceMisalignedTG(const VeryForwardMisalignedGeometryRecord &)
Definition: CTPPSGeometryESModule.cc:266
CTPPSGeometryESModule::dd4hepToken_
edm::ESGetToken< cms::DDCompactView, IdealGeometryRecord > dd4hepToken_
Definition: CTPPSGeometryESModule.cc:82