#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 | |
edm::ESHandle< Alignments > | alignments |
bool | m_generatedRandom |
bool | m_generatedSimple |
std::string | m_inputGeom |
double | m_inputSimpleMis |
std::string | textFileName |
SurveyInputTextReader::MapType | uIdMap |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | 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::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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<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) |
Protected Attributes inherited from SurveyInputBase | |
bool | theFirstEvent |
Class to create Survey[Error]Rcd for alignment with survey constraint
Definition at line 21 of file CreateSurveyRcds.h.
CreateSurveyRcds::CreateSurveyRcds | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 31 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 38 of file CreateSurveyRcds.cc.
References SurveyInputBase::addComponent(), alignments, GeometryAligner::applyAlignments(), TrackerGeomBuilderFromGeometricDet::build(), SurveyInputBase::detector(), relativeConstraints::geom, edm::EventSetup::get(), m_inputGeom, edm::ESHandle< T >::product(), setGeometry(), setSurveyErrors(), and trackingTruthProducer_cfi::tracker.
|
private |
default values for survey uncertainty
Definition at line 653 of file CreateSurveyRcds.cc.
References DEFINE_FWK_MODULE.
Referenced by setGeometry(), and setSurveyErrors().
|
private |
|
private |
module which modifies the geometry
Definition at line 74 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), align::diffR(), getStructureErrors(), mps_fire::i, triggerObjects_cff::id, Alignable::id(), AlignableSurface::length(), hcalDigis_cfi::level, m_generatedRandom, m_generatedSimple, m_inputSimpleMis, Alignable::mother(), Alignable::move(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), Alignable::surface(), AlignableSurface::toGlobal(), hiDetachedQuadStep_cff::value1, and hiDetachedQuadStep_cff::value2.
Referenced by analyze().
|
private |
module which creates/inserts the survey errors
Definition at line 139 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), relativeConstraints::error, getStructureErrors(), mps_fire::i, triggerObjects_cff::id, Alignable::id(), hcalDigis_cfi::level, Alignable::setSurvey(), and Alignable::surface().
Referenced by analyze().
|
private |
Definition at line 48 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 41 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 42 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 39 of file CreateSurveyRcds.h.
Referenced by analyze(), and CreateSurveyRcds().
|
private |
Definition at line 40 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 46 of file CreateSurveyRcds.h.
|
private |
Definition at line 44 of file CreateSurveyRcds.h.