#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 < PTrackerAdditionalParametersPerDet, PTrackerAdditionalParametersPerDetRcd > | ptitpToken_ |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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 37 of file CreateSurveyRcds.h.
CreateSurveyRcds::CreateSurveyRcds | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 18 of file CreateSurveyRcds.cc.
References edm::ParameterSet::getUntrackedParameter(), m_generatedRandom, m_generatedSimple, m_inputGeom, m_inputSimpleMis, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Do nothing for each event.
Implements SurveyInputBase.
Definition at line 31 of file CreateSurveyRcds.cc.
References SurveyInputBase::addComponent(), aliErrToken_, aliToken_, GeometryAligner::applyAlignments(), TrackerGeomBuilderFromGeometricDet::build(), SurveyInputBase::detector(), relativeConstraints::geom, geomDetToken_, edm::EventSetup::getData(), m_inputGeom, ptitpToken_, ptpToken_, setGeometry(), setSurveyErrors(), and tTopoToken_.
|
private |
default values for survey uncertainty
Definition at line 639 of file CreateSurveyRcds.cc.
Referenced by setGeometry(), and setSurveyErrors().
|
private |
|
private |
module which modifies the geometry
Definition at line 60 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), align::diffR(), getStructureErrors(), mps_fire::i, gpuClustering::id, Alignable::id(), AlignableSurface::length(), testEve_cfg::level, m_generatedRandom, m_generatedSimple, m_inputSimpleMis, Alignable::mother(), Alignable::move(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), Alignable::surface(), AlignableSurface::toGlobal(), and relativeConstraints::value.
Referenced by analyze().
|
private |
module which creates/inserts the survey errors
Definition at line 125 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), relativeConstraints::error, getStructureErrors(), mps_fire::i, gpuClustering::id, Alignable::id(), testEve_cfg::level, Alignable::setSurvey(), and Alignable::surface().
Referenced by analyze().
|
private |
Definition at line 61 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 60 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 57 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 65 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 66 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 63 of file CreateSurveyRcds.h.
Referenced by analyze(), and CreateSurveyRcds().
|
private |
Definition at line 64 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 59 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 58 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 70 of file CreateSurveyRcds.h.
|
private |
Definition at line 56 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 68 of file CreateSurveyRcds.h.