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);
96 createCalibrations(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) {
304 iCalib.getParameter<
std::string>(
"calibrationName"), iCalib, iC));
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";
435 trackerGeometry_ = std::shared_ptr<TrackerGeometry>(trackerBuilder.
build(geometricDet, *ptp, tTopo));
456 applyDB<TrackerGeometry, TrackerAlignmentRcd, TrackerAlignmentErrorExtendedRcd>(
467 applyDB<DTGeometry, DTAlignmentRcd, DTAlignmentErrorExtendedRcd>(
474 applyDB<CSCGeometry, CSCAlignmentRcd, CSCAlignmentErrorExtendedRcd>(
481 applyDB<GEMGeometry, GEMAlignmentRcd, GEMAlignmentErrorExtendedRcd>(
521 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore" 522 <<
"Creating AlignmentParameterBuilder";
536 const auto& alignables = alignmentParameterBuilder.alignables();
537 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore" 538 <<
"got " << alignables.size() <<
" alignables";
542 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::buildParameterStore" 543 <<
"AlignmentParameterStore created!";
552 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyMisalignment" 553 <<
"Applying misalignment scenario to " << (
doTracker_ ?
"tracker" :
"")
568 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyMisalignment" 569 <<
"NOT applying misalignment scenario!";
580 std::ostringstream
output;
583 output <<
"Adding random flat shift of max size " <<
shift <<
" and adding random flat rotation of max size " <<
rot 586 std::vector<bool> commSel(0);
592 <<
"[AlignmentProducerBase::simpleMisalignment_]\n" 593 <<
"Expect selection string '" <<
selection <<
"' to be at least of length " 595 <<
"(Most probably you have to adjust the parameter 'parameterSelectorSimple'.)";
597 for (
const auto& cIter : cSel) {
598 commSel.push_back(cIter ==
'0' ?
false :
true);
600 output <<
"parameters defined by (" <<
selection <<
"), representing (x,y,z,alpha,beta,gamma),";
602 output <<
"the active parameters of each alignable,";
604 output <<
" in " << (
local ?
"local" :
"global") <<
" frame.";
606 for (
const auto& ali : alivec) {
607 std::vector<bool> mysel(commSel.empty() ? ali->alignmentParameters()->selector() : commSel);
610 double s0 = 0., s1 = 0., s2 = 0.;
612 s0 =
shift * double(random() % 1000 - 500) / 500.;
614 s1 =
shift * double(random() % 1000 - 500) / 500.;
616 s2 =
shift * double(random() % 1000 - 500) / 500.;
630 r(1) =
rot * double(random() % 1000 - 500) / 500.;
632 r(2) =
rot * double(random() % 1000 - 500) / 500.;
634 r(3) =
rot * double(random() % 1000 - 500) / 500.;
638 ali->rotateInLocalFrame(mrot);
640 ali->rotateInGlobalFrame(mrot);
646 output <<
"No simple misalignment added!";
648 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::simpleMisalignment" <<
output.str();
653 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry" 654 <<
"Now physically apply alignments to geometry...";
661 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry\n" 662 <<
"Trying to apply tracker alignment before creating it.";
666 std::unique_ptr<AlignmentErrorsExtended> alignmentErrExt{
alignableTracker_->alignmentErrors()};
667 std::unique_ptr<AlignmentSurfaceDeformations> aliDeforms{
alignableTracker_->surfaceDeformations()};
675 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::applyAlignmentsToGeometry\n" 676 <<
"Trying to apply muon alignment before creating it.";
679 std::unique_ptr<Alignments> dtAlignments{
alignableMuon_->dtAlignments()};
680 std::unique_ptr<Alignments> cscAlignments{
alignableMuon_->cscAlignments()};
681 std::unique_ptr<Alignments> gemAlignments{
alignableMuon_->gemAlignments()};
683 std::unique_ptr<AlignmentErrorsExtended> dtAlignmentErrExt{
alignableMuon_->dtAlignmentErrorsExtended()};
684 std::unique_ptr<AlignmentErrorsExtended> cscAlignmentErrExt{
alignableMuon_->cscAlignmentErrorsExtended()};
685 std::unique_ptr<AlignmentErrorsExtended> gemAlignmentErrExt{
alignableMuon_->gemAlignmentErrorsExtended()};
699 edm::LogInfo(
"Alignment") <<
"watcher tksurveyrcd: " << tkSurveyBool;
700 edm::LogInfo(
"Alignment") <<
"watcher tksurveyerrrcd: " << tkSurveyErrBool;
701 if (tkSurveyBool || tkSurveyErrBool) {
702 edm::LogInfo(
"Alignment") <<
"ADDING THE SURVEY INFORMATION";
719 if (DTSurveyBool || DTSurveyErrBool || CSCSurveyBool || CSCSurveyErrBool) {
729 for (
const auto&
barrel : barrels)
736 for (
const auto&
endcap : endcaps)
746 for (
const auto&
comp : comps)
752 throw cms::Exception(
"DatabaseError") <<
"Error reading survey info from DB. Mismatched id!";
783 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::finish" 784 <<
"No payload to be stored!";
800 const auto& uniqueRunRanges =
803 std::vector<AlgebraicVector> beamSpotParameters;
805 for (
const auto& iRunRange : uniqueRunRanges) {
818 if (!beamSpotAliPars) {
819 throw cms::Exception(
"LogicError") <<
"@SUB=AlignmentProducerBase::storeAlignmentsToDB\n" 820 <<
"First alignable of alignableExtras_ does not have " 821 <<
"'BeamSpotAlignmentParameters', while it should have.";
824 beamSpotParameters.push_back(beamSpotAliPars->parameters());
830 std::ostringstream bsOutput;
832 auto itPar = beamSpotParameters.cbegin();
833 for (
auto iRunRange = uniqueRunRanges.cbegin(); iRunRange != uniqueRunRanges.cend(); ++iRunRange, ++itPar) {
834 bsOutput <<
"Run range: " << (*iRunRange).first <<
" - " << (*iRunRange).second <<
"\n";
835 bsOutput <<
" Displacement: x=" << (*itPar)[0] <<
", y=" << (*itPar)[1] <<
"\n";
836 bsOutput <<
" Slope: dx/dz=" << (*itPar)[2] <<
", dy/dz=" << (*itPar)[3] <<
"\n";
839 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::storeAlignmentsToDB" 840 <<
"Parameters for alignable beamspot:\n" 859 const auto alignmentSurfaceDeformations = *(
alignableTracker_->surfaceDeformations());
860 this->
writeDB(alignmentSurfaceDeformations,
"TrackerSurfaceDeformationRcd",
time);
871 auto alignmentErrors =
alignableMuon_->dtAlignmentErrorsExtended();
872 this->
writeDB(alignments,
"DTAlignmentRcd", alignmentErrors,
"DTAlignmentErrorExtendedRcd", muonGlobal,
time);
877 this->
writeDB(alignments,
"CSCAlignmentRcd", alignmentErrors,
"CSCAlignmentErrorExtendedRcd", muonGlobal,
time);
894 delete tempAlignments;
895 delete tempAlignmentErrorsExtended;
896 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
899 if (globalCoordinates
900 && globalCoordinates->
transform() != AlignTransform::Transform::Identity) {
906 alignments, alignmentErrors, *globalCoordinates, tempAlignments, tempAlignmentErrorsExtended);
909 delete alignmentErrors;
911 edm::LogInfo(
"Alignment") <<
"@SUB=AlignmentProducerBase::writeDB" 912 <<
"globalCoordinates removed from alignments (" << alignRcd <<
") and errors (" 917 edm::LogInfo(
"Alignment") <<
"Writing Alignments for run " <<
time <<
" to " << alignRcd <<
".";
920 delete tempAlignments;
924 edm::LogInfo(
"Alignment") <<
"Writing AlignmentErrorsExtended for run " <<
time <<
" to " << errRcd <<
".";
927 delete tempAlignmentErrorsExtended;
938 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
942 edm::LogInfo(
"Alignment") <<
"Writing AlignmentSurfaceDeformations for run " <<
time <<
" to " 943 << surfaceDeformationRcd <<
".";
void attachSurfaceDeformations(const C *geometry, const AlignmentSurfaceDeformations *surfaceDeformations)
const TimeTypeSpecs timeTypeSpecs[]
AlignmentProducerBase(const edm::ParameterSet &, edm::ConsumesCollector)
void terminateProcessing(const edm::EventSetup *=nullptr)
Terminate processing of events.
T getParameter(std::string const &) const
void readInSurveyRcds(const edm::EventSetup &)
Reads in survey records.
const bool applyDbAlignment_
void applyAlignmentsToDB(const edm::EventSetup &)
void createGeometries(const edm::EventSetup &, const TrackerTopology *)
Creates ideal geometry from IdealGeometryRecord.
std::vector< ConstTrajTrackPair > ConstTrajTrackPairs
Builds a scenario from configuration and applies it to the alignable Muon.
AlignmentMonitors monitors_
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Alignment producer base class.
const AlignableSurface & surface() const
Return the Surface (global position and orientation) of the object.
const edm::ESGetToken< AlignmentErrorsExtended, CSCAlignmentErrorExtendedRcd > cscAliErrToken_
def create(alignables, pedeDump, additionalData, outputFile, config)
edm::ESWatcher< DTAlignmentErrorExtendedRcd > watchDTAlErrExtRcd_
edm::ESWatcher< DTAlignmentRcd > watchDTAlRcd_
Class to update a given geometry with a set of alignments.
bool processEvent(const edm::Event &, const edm::EventSetup &)
Process event.
void initAlignmentAlgorithm(const edm::EventSetup &, bool update=false)
void writeDB(Alignments *, const std::string &, AlignmentErrorsExtended *, const std::string &, const AlignTransform *, cond::Time_t) const
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > gemGeomToken_
std::vector< ParameterSet > VParameterSet
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_
std::vector< char > convertParamSel(const std::string &selString) const
Converting std::string into std::vector<char>
const bool enableAlignableUpdates_
ParameterSet const & getParameterSet(std::string const &) const
virtual ~AlignmentProducerBase() noexcept(false)
void buildParameterStore()
Creates the , which manages all Alignables.
align::Scalar width() const
virtual bool getAliClusterValueMap(const edm::Event &, edm::Handle< AliClusterValueMap > &)=0
std::unique_ptr< AlignableMuon > alignableMuon_
const edm::ESGetToken< Alignments, DTSurveyRcd > dtSurveyToken_
double dydz() const
dydz slope
TrackerGeometry * build(const GeometricDet *gd, const PTrackerParameters &ptp, const TrackerTopology *tTopo)
const Alignments * surveyValues_
void setWidth(align::Scalar width)
Log< level::Error, false > LogError
std::unique_ptr< AlignmentParameterStore > alignmentParameterStore_
const double stRandomShift_
std::vector< AlignTransform > m_align
virtual bool getTkFittedLasBeamCollection(const edm::Run &, edm::Handle< TkFittedLasBeamCollection > &)=0
const edm::ESGetToken< Alignments, CSCAlignmentRcd > cscAliToken_
define event information passed to algorithms
std::shared_ptr< TrackerGeometry > trackerGeometry_
const edm::ESGetToken< SurveyErrors, CSCSurveyErrorExtendedRcd > cscSurvErrorToken_
const std::string tkAliRcdName_
void applyAlignments(const C *geometry, const Alignments *alignments, const AlignmentErrorsExtended *alignmentErrors, const AlignTransform &globalCoordinates)
const_iterator end() const
last iterator over the map (read only)
void setLength(align::Scalar length)
edm::ESWatcher< GlobalPositionRcd > watchGlobalPositionRcd_
virtual bool getTsosVectorCollection(const edm::Run &, edm::Handle< TsosVectorCollection > &)=0
double x0() const
x coordinate
void writeForRunRange(cond::Time_t)
const edm::ESGetToken< Alignments, TrackerAlignmentRcd > tkAliToken_
unsigned long long Time_t
const edm::ESGetToken< Alignments, TrackerSurveyRcd > tkSurveyToken_
const edm::ESGetToken< Alignments, GEMAlignmentRcd > gemAliToken_
std::unique_ptr< AlignableExtras > alignableExtras_
void createMonitors(edm::ConsumesCollector &)
Creates the monitors.
const edm::ESGetToken< PTrackerParameters, PTrackerParametersRcd > ptpToken_
RunRanges makeUniqueRunRanges(const edm::VParameterSet &runRanges, const RunNumber &defaultRun)
void createAlignmentAlgorithm(edm::ConsumesCollector &)
Creates the choosen alignment algorithm.
const edm::ESGetToken< SurveyErrors, DTSurveyErrorExtendedRcd > dtSurvErrorToken_
void removeGlobalTransform(const Alignments *alignments, const AlignmentErrorsExtended *alignmentErrors, const AlignTransform &globalCoordinates, Alignments *newAlignments, AlignmentErrorsExtended *newAlignmentErrorsExtended)
edm::ESWatcher< TrackerSurveyErrorExtendedRcd > watchTkSurveyErrExtRcd_
void endRunImpl(const edm::Run &, const edm::EventSetup &)
end run
void addSurveyInfo(Alignable *)
Adds survey info to an Alignable.
virtual StructureType alignableObjectId() const =0
Return the alignable type identifier.
Abs< T >::type abs(const T &t)
Hash writeOneIOV(const T &payload, Time_t time, const std::string &recordName)
std::unique_ptr< AlignableTracker > alignableTracker_
void endLuminosityBlockImpl(const edm::LuminosityBlock &, const edm::EventSetup &)
end lumi block
void createAlignables(const TrackerTopology *, bool update=false)
std::unique_ptr< const Alignments > globalPositions_
GlobalPositions that might be read from DB, nullptr otherwise.
AlignmentAlgorithmBase::EndRunInfo EndRunInfo
double y0() const
y coordinate
const edm::ESGetToken< Alignments, DTAlignmentRcd > dtAliToken_
const bool doMisalignmentScenario_
virtual const Alignables & components() const =0
Return vector of all direct components.
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
void startProcessing()
Start processing of events.
edm::ESWatcher< IdealGeometryRecord > watchIdealGeometryRcd_
virtual bool getBeamSpot(const edm::Event &, edm::Handle< reco::BeamSpot > &)=0
edm::ESWatcher< CSCAlignmentErrorExtendedRcd > watchCSCAlErrExtRcd_
Log< level::Info, false > LogInfo
const int stNFixAlignables_
const edm::ESGetToken< AlignmentErrorsExtended, GEMAlignmentErrorExtendedRcd > gemAliErrToken_
edm::ESHandle< DTGeometry > muonDTGeometry_
edm::ESWatcher< TrackerSurfaceDeformationRcd > watchTrackerSurDeRcd_
align::ID id() const
Return the ID of Alignable, i.e. DetId of 'first' component GeomDet(Unit).
AlgebraicVector EulerAngles
void createCalibrations(edm::ConsumesCollector &)
Creates the calibrations.
edm::Handle< reco::BeamSpot > beamSpot_
void applyMisalignment()
Applies misalignment scenario to .
const edm::ESGetToken< AlignmentErrorsExtended, TrackerAlignmentErrorExtendedRcd > tkAliErrToken_
void setSurvey(const SurveyDet *)
Set survey info.
double dxdz() const
dxdz slope
align::Scalar length() const
const align::RunRanges uniqueRunRanges_
void storeAlignmentsToDB()
Writes Alignments (i.e. Records) to database-file.
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeomToken_
virtual bool getTrajTrackAssociationCollection(const edm::Event &, edm::Handle< TrajTrackAssociationCollection > &)=0
bool check(const edm::EventSetup &iSetup)
std::vector< Alignable * > Alignables
const double stRandomRotation_
edm::ESWatcher< TrackerAlignmentRcd > watchTrackerAlRcd_
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > ttopoToken_
double z0() const
z coordinate
void applyScenario(const edm::ParameterSet &scenario) override
Apply misalignment scenario to the tracker.
void beginLuminosityBlockImpl(const edm::LuminosityBlock &, const edm::EventSetup &)
begin lumi block
const_iterator begin() const
first iterator over the map (read only)
edm::ESWatcher< TrackerAlignmentErrorExtendedRcd > watchTrackerAlErrorExtRcd_
bool setupChanged(const edm::EventSetup &)
Checks if one of the EventSetup-Records has changed.
VParameterSet const & getParameterSetVector(std::string const &name) const
edm::ESWatcher< TrackerSurveyRcd > watchTkSurveyRcd_
const edm::ESGetToken< SurveyErrors, TrackerSurveyErrorExtendedRcd > tkSurvErrorToken_
const edm::ESGetToken< AlignmentSurfaceDeformations, TrackerSurfaceDeformationRcd > tkSurfDefToken_
void applyAlignmentsToGeometry()
RotationType toMatrix(const EulerAngles &)
Convert rotation angles about x-, y-, z-axes to matrix.
const edm::ESGetToken< Alignments, CSCSurveyRcd > cscSurveyToken_
const edm::ESGetToken< GeometricDet, IdealGeometryRecord > geomDetToken_
static unsigned int const shift
edm::ESHandle< CSCGeometry > muonCSCGeometry_
edm::ESWatcher< CSCAlignmentRcd > watchCSCAlRcd_
const AlignTransform & DetectorGlobalPosition(const Alignments &allGlobals, const DetId &id)
const edm::InputTag tkLasBeamTag_
LAS beams in edm::Run (ignore if empty)
const SurveyErrors * surveyErrors_
void initBeamSpot(const edm::Event &)
Initializes Beamspot of Alignables .
std::pair< const Trajectory *, const reco::Track * > ConstTrajTrackPair
void applyScenario(const edm::ParameterSet &scenario) override
Apply misalignment scenario to the Muon.
eventInfo
add run, event number and lumi section
const edm::ESGetToken< Alignments, GlobalPositionRcd > gprToken_
CalibrationsOwner calibrations_
std::vector< SurveyError > m_surveyErrors
const edm::ESGetToken< AlignmentErrorsExtended, DTAlignmentErrorExtendedRcd > dtAliErrToken_
const bool saveDeformationsToDB_
edm::ESHandle< GEMGeometry > muonGEMGeometry_
Builds a scenario from configuration and applies it to the alignable tracker.
void beginRunImpl(const edm::Run &, const edm::EventSetup &)
begin run
const edm::InputTag clusterValueMapTag_
ValueMap containing associtaion cluster-flag.
void simpleMisalignment(const align::Alignables &, const std::string &, float, float, bool)
Applies misalignment scenario to .
edm::ParameterSet config_
cond::RealTimeType< cond::runnumber >::type RunNumber
std::unique_ptr< AlignmentAlgorithmBase > alignmentAlgo_