#include <CreateSurveyRcds.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
Do nothing for each event. More... | |
CreateSurveyRcds (const edm::ParameterSet &) | |
Public Member Functions inherited from SurveyInputBase | |
virtual void | beginJob () |
Read data from input. More... | |
virtual | ~SurveyInputBase () |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 &) |
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 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.
|
virtual |
Do nothing for each event.
Implements SurveyInputBase.
Definition at line 39 of file CreateSurveyRcds.cc.
References SurveyInputBase::addComponent(), alignments, GeometryAligner::applyAlignments(), TrackerGeomBuilderFromGeometricDet::build(), SurveyInputBase::detector(), relativeConstraints::geom, edm::EventSetup::get(), m_inputGeom, edm::ESHandle< class >::product(), setGeometry(), setSurveyErrors(), and patCandidatesForDimuonsSequences_cff::tracker.
|
private |
default values for survey uncertainty
Definition at line 388 of file CreateSurveyRcds.cc.
Referenced by setGeometry(), and setSurveyErrors().
|
private |
default values for assembly precision
Definition at line 240 of file CreateSurveyRcds.cc.
|
private |
module which modifies the geometry
Definition at line 79 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), align::diffR(), getStructureErrors(), i, Alignable::id(), AlignableSurface::length(), testEve_cfg::level, m_generatedRandom, m_generatedSimple, m_inputSimpleMis, Alignable::mother(), Alignable::move(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), DetId::subdetId(), Alignable::surface(), AlignableSurface::toGlobal(), and relativeConstraints::value.
Referenced by analyze().
|
private |
module which creates/inserts the survey errors
Definition at line 146 of file CreateSurveyRcds.cc.
References Alignable::alignableObjectId(), AlCaHLTBitMon_QueryRunRegistry::comp, Alignable::components(), relativeConstraints::error, getStructureErrors(), i, Alignable::id(), testEve_cfg::level, Alignable::setSurvey(), DetId::subdetId(), and Alignable::surface().
Referenced by analyze().
|
private |
Definition at line 60 of file CreateSurveyRcds.h.
Referenced by analyze().
|
private |
Definition at line 52 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 53 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 50 of file CreateSurveyRcds.h.
Referenced by analyze(), and CreateSurveyRcds().
|
private |
Definition at line 51 of file CreateSurveyRcds.h.
Referenced by CreateSurveyRcds(), and setGeometry().
|
private |
Definition at line 58 of file CreateSurveyRcds.h.
|
private |
Definition at line 56 of file CreateSurveyRcds.h.