9 #include <vxd/modules/vxdMisalignment/VXDMisalignmentModule.h>
10 #include <vxd/geometry/MisalignmentCache.h>
26 Module(), m_xmlFilename("")
29 setDescription(
"Initialize VXD misalignment");
30 setPropertyFlags(c_ParallelProcessingCertified);
31 addParam(
"misalignmentFilename", m_xmlFilename,
32 "Name of an xml misalignment data file. If empty, no misalignment will take place.",
36 void VXDMisalignmentModule::beginRun()
Class to hold misalignment information.
void clear()
clear cache data
void readMisalignmentsFromXml(const std::string &filename)
Read misalignment data from an xml file and store sensor misalignments.
The VXD misalignment module.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Namespace to provide code needed by both Vertex Detectors, PXD and SVD, and also testbeam telescopes.
Abstract base class for different kinds of events.