26 #include <boost/shared_ptr.hpp>
68 theSaveToDB(p.getUntrackedParameter<bool>(
"saveToDbase")),
69 theSaveFakeScenario(p.getUntrackedParameter<bool>(
"saveFakeScenario")),
70 theScenario(p.getParameter<edm::
ParameterSet>(
"scenario")),
72 theAlignRecordName(
"TrackerAlignmentRcd"),
73 theErrorRecordName(
"TrackerAlignmentErrorRcd")
85 boost::shared_ptr<TrackerGeometry>
107 Alignments* alignments = theAlignableTracker->alignments();
108 AlignmentErrors* alignmentErrors = theAlignableTracker->alignmentErrors();
121 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
124 alignmentErrors->clear();
134 delete alignmentErrors;
const bool theSaveFakeScenario
whether or not writing to DB
Class to update a given geometry with a set of alignments.
const edm::ParameterSet thePSet
misalignment scenario
TrackerGeometry * build(const GeometricDet *gd, const edm::ParameterSet &pSet)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
const DepRecordT & getRecord() const
const std::string theErrorRecordName
MisalignedTrackerESProducer(const edm::ParameterSet &p)
Constructor.
const std::string theAlignRecordName
void applyAlignments(C *geometry, const Alignments *alignments, const AlignmentErrors *alignmentErrors, const AlignTransform &globalCoordinates)
void writeOne(T *payload, Time_t time, const std::string &recordName, bool withlogging=false)
void applyScenario(const edm::ParameterSet &scenario)
Apply misalignment scenario to the tracker.
boost::shared_ptr< TrackerGeometry > produce(const TrackerDigiGeometryRecord &iRecord)
Produce the misaligned tracker geometry and store it.
T const * product() const
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
boost::shared_ptr< TrackerGeometry > theTracker
const edm::ParameterSet theScenario
if theSaveToDB is true, save a fake scenario (empty alignments), irrespective of the misalignment sce...
cond::Time_t currentTime() const
Builds a scenario from configuration and applies it to the alignable tracker.
virtual ~MisalignedTrackerESProducer()
Destructor.