|
|
Go to the documentation of this file.
29 : doTracker_{
config.getUntrackedParameter<
bool>(
"doTracker")},
30 doMuon_{
config.getUntrackedParameter<
bool>(
"doMuon")},
31 useExtras_{
config.getUntrackedParameter<
bool>(
"useExtras")},
39 stNFixAlignables_{
config.getParameter<
int>(
"nFixAlignables")},
40 stRandomShift_{
config.getParameter<
double>(
"randomShift")},
41 stRandomRotation_{
config.getParameter<
double>(
"randomRotation")},
42 applyDbAlignment_{
config.getUntrackedParameter<
bool>(
"applyDbAlignment")},
43 checkDbAlignmentValidity_{
config.getUntrackedParameter<
bool>(
"checkDbAlignmentValidity")},
44 doMisalignmentScenario_{
config.getParameter<
bool>(
"doMisalignmentScenario")},
45 saveToDB_{
config.getParameter<
bool>(
"saveToDB")},
46 saveApeToDB_{
config.getParameter<
bool>(
"saveApeToDB")},
47 saveDeformationsToDB_{
config.getParameter<
bool>(
"saveDeformationsToDB")},
48 useSurvey_{
config.getParameter<
bool>(
"useSurvey")},
49 enableAlignableUpdates_{
config.getParameter<
bool>(
"enableAlignableUpdates")},
73 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::AlignmentProducerBase";
75 const auto&
algoConfig = config_.getParameterSet(
"algoConfig");
76 if (config_.existsAs<
bool>(
"runAtPCL")) {
78 runAtPCL_ = config_.getParameter<
bool>(
"runAtPCL");
80 if (
algoConfig.existsAs<
bool>(
"runAtPCL") && (runAtPCL_ !=
algoConfig.getParameter<
bool>(
"runAtPCL"))) {
81 throw cms::Exception(
"BadConfig") <<
"Inconsistent settings for 'runAtPCL' in configuration of the "
82 <<
"alignment producer and the alignment algorithm.";
85 }
else if (
algoConfig.existsAs<
bool>(
"runAtPCL")) {
87 runAtPCL_ =
algoConfig.getParameter<
bool>(
"runAtPCL");
94 createAlignmentAlgorithm(iC);
107 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::startProcessing"
111 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::startProcessing\n"
112 <<
"Trying to start event processing before initializing the alignment "
122 iCal->startNewLoop();
135 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::terminateProcessing"
136 <<
"Terminating algorithm.";
155 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::processEvent"
156 <<
"EventSetup-Record changed.";
173 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::processEvent"
174 <<
"Skipping event. The current configuration of the alignment algorithm "
175 <<
"does not need to process any events.";
183 for (
int i = 10;
i < 10000000;
i *= 10) {
185 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::processEvent"
186 <<
"Events processed: " <<
nevent_;
197 for (
auto iter = handleTrajTracksCollection->
begin(); iter != handleTrajTracksCollection->
end(); ++iter) {
206 clusterValueMapPtr = &(*clusterValueMap);
216 edm::LogError(
"Alignment") <<
"@SUB=AlignmentProducerBase::processEvent"
217 <<
"No track collection found: skipping event";
227 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::beginRunImpl"
228 <<
"EventSetup-Record changed.";
245 if (
firstRun_ > static_cast<cond::Time_t>(
run.id().run())) {
260 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::endRunImpl"
261 <<
"No Tk LAS beams to forward to algorithm.";
293 for (
const auto& miter :
monitors) {
362 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::initAlignmentAlgorithm"
380 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::initAlignmentAlgorithm"
381 <<
"Initializing alignment algorithm.";
391 throw cms::Exception(
"BadConfig") <<
"@SUB=AlignmentProducerBase::createCalibrations\n"
392 <<
"Configured " <<
calibrations_.size() <<
" calibration(s) "
393 <<
"for algorithm not supporting it.";
412 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::initAlignmentAlgorithm"
421 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::initBeamSpot"
422 <<
"Initializing AlignableBeamSpot";
436 trackerGeometry_ = std::shared_ptr<TrackerGeometry>(trackerBuilder.
build(geometricDet, ptitp, *ptp, tTopo));
457 applyDB<TrackerGeometry, TrackerAlignmentRcd, TrackerAlignmentErrorExtendedRcd>(
468 applyDB<DTGeometry, DTAlignmentRcd, DTAlignmentErrorExtendedRcd>(
475 applyDB<CSCGeometry, CSCAlignmentRcd, CSCAlignmentErrorExtendedRcd>(
482 applyDB<GEMGeometry, GEMAlignmentRcd, GEMAlignmentErrorExtendedRcd>(
522 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore"
523 <<
"Creating AlignmentParameterBuilder";
537 const auto& alignables = alignmentParameterBuilder.alignables();
538 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore"
539 <<
"got " << alignables.size() <<
" alignables";
543 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore"
544 <<
"AlignmentParameterStore created!";
553 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyMisalignment"
554 <<
"Applying misalignment scenario to " << (
doTracker_ ?
"tracker" :
"")
569 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyMisalignment"
570 <<
"NOT applying misalignment scenario!";
581 std::ostringstream
output;
584 output <<
"Adding random flat shift of max size " <<
shift <<
" and adding random flat rotation of max size " <<
rot
587 std::vector<bool> commSel(0);
593 <<
"[AlignmentProducerBase::simpleMisalignment_]\n"
594 <<
"Expect selection string '" <<
selection <<
"' to be at least of length "
596 <<
"(Most probably you have to adjust the parameter 'parameterSelectorSimple'.)";
598 for (
const auto& cIter : cSel) {
599 commSel.push_back(cIter ==
'0' ?
false :
true);
601 output <<
"parameters defined by (" <<
selection <<
"), representing (x,y,z,alpha,beta,gamma),";
603 output <<
"the active parameters of each alignable,";
605 output <<
" in " << (
local ?
"local" :
"global") <<
" frame.";
607 for (
const auto& ali : alivec) {
608 std::vector<bool> mysel(commSel.empty() ? ali->alignmentParameters()->selector() : commSel);
611 double s0 = 0., s1 = 0., s2 = 0.;
613 s0 =
shift * double(random() % 1000 - 500) / 500.;
615 s1 =
shift * double(random() % 1000 - 500) / 500.;
617 s2 =
shift * double(random() % 1000 - 500) / 500.;
631 r(1) =
rot * double(random() % 1000 - 500) / 500.;
633 r(2) =
rot * double(random() % 1000 - 500) / 500.;
635 r(3) =
rot * double(random() % 1000 - 500) / 500.;
639 ali->rotateInLocalFrame(mrot);
641 ali->rotateInGlobalFrame(mrot);
647 output <<
"No simple misalignment added!";
649 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::simpleMisalignment" <<
output.str();
654 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry"
655 <<
"Now physically apply alignments to geometry...";
662 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry\n"
663 <<
"Trying to apply tracker alignment before creating it.";
667 std::unique_ptr<AlignmentErrorsExtended> alignmentErrExt{
alignableTracker_->alignmentErrors()};
668 std::unique_ptr<AlignmentSurfaceDeformations> aliDeforms{
alignableTracker_->surfaceDeformations()};
676 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry\n"
677 <<
"Trying to apply muon alignment before creating it.";
680 std::unique_ptr<Alignments> dtAlignments{
alignableMuon_->dtAlignments()};
681 std::unique_ptr<Alignments> cscAlignments{
alignableMuon_->cscAlignments()};
682 std::unique_ptr<Alignments> gemAlignments{
alignableMuon_->gemAlignments()};
684 std::unique_ptr<AlignmentErrorsExtended> dtAlignmentErrExt{
alignableMuon_->dtAlignmentErrorsExtended()};
685 std::unique_ptr<AlignmentErrorsExtended> cscAlignmentErrExt{
alignableMuon_->cscAlignmentErrorsExtended()};
686 std::unique_ptr<AlignmentErrorsExtended> gemAlignmentErrExt{
alignableMuon_->gemAlignmentErrorsExtended()};
700 edm::LogInfo(
"Alignment") <<
"watcher tksurveyrcd: " << tkSurveyBool;
701 edm::LogInfo(
"Alignment") <<
"watcher tksurveyerrrcd: " << tkSurveyErrBool;
702 if (tkSurveyBool || tkSurveyErrBool) {
703 edm::LogInfo(
"Alignment") <<
"ADDING THE SURVEY INFORMATION";
720 if (DTSurveyBool || DTSurveyErrBool || CSCSurveyBool || CSCSurveyErrBool) {
730 for (
const auto&
barrel : barrels)
737 for (
const auto&
endcap : endcaps)
747 for (
const auto&
comp : comps)
753 throw cms::Exception(
"DatabaseError") <<
"Error reading survey info from DB. Mismatched id!";
784 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::finish"
785 <<
"No payload to be stored!";
801 const auto& uniqueRunRanges =
804 std::vector<AlgebraicVector> beamSpotParameters;
806 for (
const auto& iRunRange : uniqueRunRanges) {
818 auto beamSpotAliPars = dynamic_cast<BeamSpotAlignmentParameters*>(alis[0]->alignmentParameters());
819 if (!beamSpotAliPars) {
820 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::storeAlignmentsToDB\n"
821 <<
"First alignable of alignableExtras_ does not have "
822 <<
"'BeamSpotAlignmentParameters', while it should have.";
825 beamSpotParameters.push_back(beamSpotAliPars->parameters());
831 std::ostringstream bsOutput;
833 auto itPar = beamSpotParameters.cbegin();
834 for (
auto iRunRange = uniqueRunRanges.cbegin(); iRunRange != uniqueRunRanges.cend(); ++iRunRange, ++itPar) {
835 bsOutput <<
"Run range: " << (*iRunRange).first <<
" - " << (*iRunRange).second <<
"\n";
836 bsOutput <<
" Displacement: x=" << (*itPar)[0] <<
", y=" << (*itPar)[1] <<
"\n";
837 bsOutput <<
" Slope: dx/dz=" << (*itPar)[2] <<
", dy/dz=" << (*itPar)[3] <<
"\n";
840 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::storeAlignmentsToDB"
841 <<
"Parameters for alignable beamspot:\n"
857 alignments,
"TrackerAlignmentRcd", alignmentErrors,
"TrackerAlignmentErrorExtendedRcd", trackerGlobal,
time);
862 this->
writeDB(alignmentSurfaceDeformations,
"TrackerSurfaceDeformationRcd",
time);
873 auto alignmentErrors =
alignableMuon_->dtAlignmentErrorsExtended();
874 this->
writeDB(alignments,
"DTAlignmentRcd", alignmentErrors,
"DTAlignmentErrorExtendedRcd", muonGlobal,
time);
879 this->
writeDB(alignments,
"CSCAlignmentRcd", alignmentErrors,
"CSCAlignmentErrorExtendedRcd", muonGlobal,
time);
896 delete tempAlignments;
897 delete tempAlignmentErrorsExtended;
898 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
901 if (globalCoordinates
902 && globalCoordinates->
transform() != AlignTransform::Transform::Identity) {
908 alignments, alignmentErrors, *globalCoordinates, tempAlignments, tempAlignmentErrorsExtended);
911 delete alignmentErrors;
913 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::writeDB"
914 <<
"globalCoordinates removed from alignments (" << alignRcd <<
") and errors ("
919 edm::LogInfo(
"Alignment") <<
"Writing Alignments for run " <<
time <<
" to " << alignRcd <<
".";
922 delete tempAlignments;
926 edm::LogInfo(
"Alignment") <<
"Writing AlignmentErrorsExtended for run " <<
time <<
" to " << errRcd <<
".";
929 delete tempAlignmentErrorsExtended;
940 delete alignmentSurfaceDeformations;
941 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
945 edm::LogInfo(
"Alignment") <<
"Writing AlignmentSurfaceDeformations for run " <<
time <<
" to "
946 << surfaceDeformationRcd <<
".";
949 delete alignmentSurfaceDeformations;
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_
bool check(const edm::EventSetup &iSetup)
void initAlignmentAlgorithm(const edm::EventSetup &, bool update=false)
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > gemGeomToken_
edm::ESHandle< DTGeometry > muonDTGeometry_
void beginLuminosityBlockImpl(const edm::LuminosityBlock &, const edm::EventSetup &)
begin lumi block
void createGeometries(const edm::EventSetup &, const TrackerTopology *)
Creates ideal geometry @trackerGeometry_ from IdealGeometryRecord.
std::unique_ptr< AlignableMuon > alignableMuon_
void endRunImpl(const edm::Run &, const edm::EventSetup &)
end run
edm::ESWatcher< DTAlignmentErrorExtendedRcd > watchDTAlErrExtRcd_
void applyMisalignment()
Applies misalignment scenario to @alignableTracker_.
void endLuminosityBlockImpl(const edm::LuminosityBlock &, const edm::EventSetup &)
end lumi block
const edm::ESGetToken< SurveyErrors, TrackerSurveyErrorExtendedRcd > tkSurvErrorToken_
std::unique_ptr< AlignableExtras > alignableExtras_
Builds a scenario from configuration and applies it to the alignable tracker.
double z0() const
z coordinate
TrackerGeometry * build(const GeometricDet *gd, const PTrackerAdditionalParametersPerDet *ptitp, const PTrackerParameters &ptp, const TrackerTopology *tTopo)
edm::ESWatcher< DTAlignmentRcd > watchDTAlRcd_
cond::RealTimeType< cond::runnumber >::type RunNumber
void createAlignmentAlgorithm(edm::ConsumesCollector &)
Creates the choosen alignment algorithm.
void removeGlobalTransform(const Alignments *alignments, const AlignmentErrorsExtended *alignmentErrors, const AlignTransform &globalCoordinates, Alignments *newAlignments, AlignmentErrorsExtended *newAlignmentErrorsExtended)
void simpleMisalignment(const align::Alignables &, const std::string &, float, float, bool)
Applies misalignment scenario to @alignableTracker_.
edm::ESWatcher< TrackerAlignmentErrorExtendedRcd > watchTrackerAlErrorExtRcd_
std::vector< ParameterSet > VParameterSet
const edm::ESGetToken< Alignments, CSCAlignmentRcd > cscAliToken_
Alignment producer base class.
const Alignments * surveyValues_
Log< level::Info, false > LogInfo
def create(alignables, pedeDump, additionalData, outputFile, config)
const edm::ESGetToken< AlignmentErrorsExtended, TrackerAlignmentErrorExtendedRcd > tkAliErrToken_
const bool doMisalignmentScenario_
double dxdz() const
dxdz slope
align::Scalar length() const
const edm::ESGetToken< GeometricDet, IdealGeometryRecord > geomDetToken_
void applyAlignments(const C *geometry, const Alignments *alignments, const AlignmentErrorsExtended *alignmentErrors, const AlignTransform &globalCoordinates)
const edm::ESGetToken< PTrackerParameters, PTrackerParametersRcd > ptpToken_
virtual bool getBeamSpot(const edm::Event &, edm::Handle< reco::BeamSpot > &)=0
const edm::ESGetToken< SurveyErrors, DTSurveyErrorExtendedRcd > dtSurvErrorToken_
const align::RunRanges uniqueRunRanges_
std::shared_ptr< TrackerGeometry > trackerGeometry_
const edm::ESGetToken< AlignmentErrorsExtended, GEMAlignmentErrorExtendedRcd > gemAliErrToken_
const_iterator end() const
last iterator over the map (read only)
void setSurvey(const SurveyDet *)
Set survey info.
std::vector< ConstTrajTrackPair > ConstTrajTrackPairs
std::vector< char > convertParamSel(const std::string &selString) const
Converting std::string into std::vector<char>
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > ttopoToken_
const TimeTypeSpecs timeTypeSpecs[]
void applyScenario(const edm::ParameterSet &scenario) override
Apply misalignment scenario to the Muon.
edm::Handle< reco::BeamSpot > beamSpot_
void writeForRunRange(cond::Time_t)
edm::ESWatcher< TrackerSurveyErrorExtendedRcd > watchTkSurveyErrExtRcd_
void addSurveyInfo(Alignable *)
Adds survey info to an Alignable.
virtual StructureType alignableObjectId() const =0
Return the alignable type identifier.
AlignmentAlgorithmBase::EndRunInfo EndRunInfo
const edm::ESGetToken< Alignments, TrackerSurveyRcd > tkSurveyToken_
AlignmentProducerBase(const edm::ParameterSet &, edm::ConsumesCollector)
edm::ESWatcher< IdealGeometryRecord > watchIdealGeometryRcd_
void applyScenario(const edm::ParameterSet &scenario) override
Apply misalignment scenario to the tracker.
edm::ESHandle< CSCGeometry > muonCSCGeometry_
CalibrationsOwner calibrations_
virtual bool getTrajTrackAssociationCollection(const edm::Event &, edm::Handle< TrajTrackAssociationCollection > &)=0
const bool applyDbAlignment_
const edm::ESGetToken< AlignmentErrorsExtended, DTAlignmentErrorExtendedRcd > dtAliErrToken_
const AlignableSurface & surface() const
Return the Surface (global position and orientation) of the object.
edm::ESWatcher< TrackerAlignmentRcd > watchTrackerAlRcd_
const int stNFixAlignables_
const edm::ESGetToken< Alignments, CSCSurveyRcd > cscSurveyToken_
void createAlignables(const TrackerTopology *, bool update=false)
edm::ESWatcher< CSCAlignmentRcd > watchCSCAlRcd_
bool processEvent(const edm::Event &, const edm::EventSetup &)
Process event.
std::unique_ptr< AlignmentAlgorithmBase > alignmentAlgo_
std::unique_ptr< AlignableTracker > alignableTracker_
const AlignTransform & DetectorGlobalPosition(const Alignments &allGlobals, const DetId &id)
const edm::ESGetToken< AlignmentSurfaceDeformations, TrackerSurfaceDeformationRcd > tkSurfDefToken_
void storeAlignmentsToDB()
Writes Alignments (i.e. Records) to database-file.
void createCalibrations()
Creates the calibrations.
virtual bool getTkFittedLasBeamCollection(const edm::Run &, edm::Handle< TkFittedLasBeamCollection > &)=0
align::ID id() const
Return the ID of Alignable, i.e. DetId of 'first' component GeomDet(Unit).
void terminateProcessing(const edm::EventSetup *=nullptr)
Terminate processing of events.
const edm::ESGetToken< Alignments, TrackerAlignmentRcd > tkAliToken_
unsigned long long Time_t
edm::ESHandle< GEMGeometry > muonGEMGeometry_
void buildParameterStore()
Creates the @alignmentParameterStore_, which manages all Alignables.
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
void readInSurveyRcds(const edm::EventSetup &)
Reads in survey records.
const bool enableAlignableUpdates_
void applyAlignmentsToGeometry()
edm::ESWatcher< TrackerSurfaceDeformationRcd > watchTrackerSurDeRcd_
bool setupChanged(const edm::EventSetup &)
Checks if one of the EventSetup-Records has changed.
Log< level::Error, false > LogError
AlignmentMonitors monitors_
const edm::InputTag tkLasBeamTag_
LAS beams in edm::Run (ignore if empty)
AlgebraicVector EulerAngles
virtual bool getTsosVectorCollection(const edm::Run &, edm::Handle< TsosVectorCollection > &)=0
const edm::ESGetToken< Alignments, GlobalPositionRcd > gprToken_
bool getData(T &iHolder) const
double dydz() const
dydz slope
void setWidth(align::Scalar width)
eventInfo
add run, event number and lumi section
double x0() const
x coordinate
edm::ESWatcher< CSCAlignmentErrorExtendedRcd > watchCSCAlErrExtRcd_
void attachSurfaceDeformations(const C *geometry, const AlignmentSurfaceDeformations *surfaceDeformations)
const SurveyErrors * surveyErrors_
std::vector< Alignable * > Alignables
void initBeamSpot(const edm::Event &)
Initializes Beamspot @beamSpot_ of Alignables @alignableExtras_.
static unsigned const int shift
align::Scalar width() const
virtual ~AlignmentProducerBase() noexcept(false)
Hash writeOne(const T *payload, Time_t time, const std::string &recordName)
const_iterator begin() const
first iterator over the map (read only)
std::pair< const Trajectory *, const reco::Track * > ConstTrajTrackPair
void applyAlignmentsToDB(const edm::EventSetup &)
const edm::InputTag clusterValueMapTag_
ValueMap containing associtaion cluster-flag.
void setLength(align::Scalar length)
edm::ESWatcher< GlobalPositionRcd > watchGlobalPositionRcd_
const edm::ESGetToken< Alignments, GEMAlignmentRcd > gemAliToken_
RunRanges makeUniqueRunRanges(const edm::VParameterSet &runRanges, const RunNumber &defaultRun)
T getParameter(std::string const &) const
std::unique_ptr< AlignmentParameterStore > alignmentParameterStore_
void createMonitors(edm::ConsumesCollector &)
Creates the monitors.
RotationType toMatrix(const EulerAngles &)
Convert rotation angles about x-, y-, z-axes to matrix.
std::unique_ptr< const Alignments > globalPositions_
GlobalPositions that might be read from DB, nullptr otherwise.
VParameterSet const & getParameterSetVector(std::string const &name) const
std::vector< AlignTransform > m_align
const edm::ESGetToken< PTrackerAdditionalParametersPerDet, PTrackerAdditionalParametersPerDetRcd > ptitpToken_
Abs< T >::type abs(const T &t)
const double stRandomRotation_
const double stRandomShift_
const edm::ESGetToken< SurveyErrors, CSCSurveyErrorExtendedRcd > cscSurvErrorToken_
void startProcessing()
Start processing of events.
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeomToken_
double y0() const
y coordinate
std::vector< SurveyError > m_surveyErrors
const bool saveDeformationsToDB_
virtual const Alignables & components() const =0
Return vector of all direct components.
const edm::ESGetToken< AlignmentErrorsExtended, CSCAlignmentErrorExtendedRcd > cscAliErrToken_
void beginRunImpl(const edm::Run &, const edm::EventSetup &)
begin run
edm::ParameterSet config_
Builds a scenario from configuration and applies it to the alignable Muon.
ParameterSet const & getParameterSet(std::string const &) const
virtual bool getAliClusterValueMap(const edm::Event &, edm::Handle< AliClusterValueMap > &)=0
const edm::ESGetToken< Alignments, DTAlignmentRcd > dtAliToken_
void writeDB(Alignments *, const std::string &, AlignmentErrorsExtended *, const std::string &, const AlignTransform *, cond::Time_t) const
Class to update a given geometry with a set of alignments.
edm::ESWatcher< TrackerSurveyRcd > watchTkSurveyRcd_
define event information passed to algorithms
const edm::ESGetToken< Alignments, DTSurveyRcd > dtSurveyToken_