#include <CreateSurveyRcds.h>
Private Member Functions | |
AlgebraicVector | getStructureErrors (int, int) |
default values for survey uncertainty More... | |
AlgebraicVector | getStructurePlacements (int, int) |
default values for assembly precision More... | |
void | setGeometry (Alignable *) |
module which modifies the geometry More... | |
void | setSurveyErrors (Alignable *) |
module which creates/inserts the survey errors More... | |
Private Attributes | |
const edm::ESGetToken< AlignmentErrorsExtended, TrackerAlignmentErrorExtendedRcd > | aliErrToken_ |
const edm::ESGetToken< Alignments, TrackerAlignmentRcd > | aliToken_ |
const edm::ESGetToken< GeometricDet, IdealGeometryRecord > | geomDetToken_ |
bool | m_generatedRandom |
bool | m_generatedSimple |
std::string | m_inputGeom |
double | m_inputSimpleMis |
const edm::ESGetToken< PTrackerParameters, PTrackerParametersRcd > | ptpToken_ |
std::string | textFileName |
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
SurveyInputTextReader::MapType | uIdMap |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from SurveyInputBase | |
static void | addComponent (Alignable *) |
static Alignable * | detector () |
Get alignable detector as read from input. More... | |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from SurveyInputBase | |
bool | theFirstEvent |
Class to create Survey[Error]Rcd for alignment with survey constraint
Definition at line 34 of file CreateSurveyRcds.h.
CreateSurveyRcds::CreateSurveyRcds | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 18 of file CreateSurveyRcds.cc.
References looper::cfg, m_generatedRandom, m_generatedSimple, m_inputGeom, m_inputSimpleMis, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Do nothing for each event.
Implements SurveyInputBase.
Definition at line 30 of file CreateSurveyRcds.cc.
References SurveyInputBase::addComponent(), aliErrToken_, aliToken_, GeometryAligner::applyAlignments(), TrackerGeomBuilderFromGeometricDet::build(), SurveyInputBase::detector(), relativeConstraints::geom, geomDetToken_, m_inputGeom, ptpToken_, setGeometry(), setSurveyErrors(), singleTopDQM_cfi::setup, PbPb_ZMuSkimMuonDPG_cff::tracker, and tTopoToken_.
|
private |
default values for survey uncertainty
Definition at line 637 of file CreateSurveyRcds.cc.
References personalPlayback::level.
Referenced by setGeometry(), and setSurveyErrors().
|
private |
default values for assembly precision
Definition at line 270 of file CreateSurveyRcds.cc.
References personalPlayback::level.
|
private |
module which modifies the geometry
Definition at line 58 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), align::diffR(), getStructureErrors(), mps_fire::i, l1ctLayer2EG_cff::id, Alignable::id(), AlignableSurface::length(), personalPlayback::level, m_generatedRandom, m_generatedSimple, m_inputSimpleMis, Alignable::mother(), Alignable::move(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), Alignable::surface(), AlignableSurface::toGlobal(), HLT_2023v12_cff::value1, and HLT_2023v12_cff::value2.
Referenced by analyze().
|
private |
module which creates/inserts the survey errors
Definition at line 123 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), relativeConstraints::error, getStructureErrors(), mps_fire::i, l1ctLayer2EG_cff::id, Alignable::id(), personalPlayback::level, Alignable::setSurvey(), and Alignable::surface().
Referenced by analyze().
|
private |
Definition at line 57 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 56 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 54 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 61 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 62 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 59 of file CreateSurveyRcds.h.
Referenced by analyze(), and CreateSurveyRcds().
|
private |
Definition at line 60 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 55 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 66 of file CreateSurveyRcds.h.
|
private |
Definition at line 53 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 64 of file CreateSurveyRcds.h.