20 #include "CLHEP/Random/RandGauss.h"
36 : theAlignableTracker(0),
53 if (m_radialEpsilon > -990.0){
56 if (m_telescopeEpsilon > -990.0){
59 if (m_layerRotEpsilon > -990.0){
62 if (m_bowingEpsilon > -990.0){
65 if (m_zExpEpsilon > -990.0){
68 if (m_twistEpsilon > -990.0){
71 if (m_ellipticalEpsilon > -990.0){
74 if (m_skewEpsilon > -990.0){
77 if (m_saggitaEpsilon > -990.0){
85 edm::LogWarning(
"MisalignedTracker") <<
"Blind movements suppressed (TIB/TOB in z, TID/TEC in r)";
143 std::string theAlignRecordName =
"TrackerAlignmentRcd";
144 std::string theErrorRecordName =
"TrackerAlignmentErrorRcd";
148 throw cms::Exception(
"NotAvailable") <<
"PoolDBOutputService not available";
158 unsigned int nComp = comp.size();
161 bool usecomps =
true;
163 for (
unsigned int i = 0;
i < nComp; ++
i){
168 bool blindToZ(
false), blindToR(
false);
190 if ((level == 1)||(level == 2)){
204 const double oldX = globalPos.
x();
205 const double oldY = globalPos.
y();
206 const double oldZ = globalPos.
z();
207 const double oldPhi = globalPos.
phi();
208 const double oldR =
sqrt(globalPos.
x()*globalPos.
x() + globalPos.
y()*globalPos.
y());
220 const double Roffset = 57.0;
223 deltaX += (xP - oldX);
224 deltaY += (yP - oldY);
227 const double trackeredgePlusZ=271.846;
228 const double bowfactor=
m_bowingEpsilon*(trackeredgePlusZ*trackeredgePlusZ-oldZ*oldZ);
229 deltaX += oldX*bowfactor;
230 deltaY += oldY*bowfactor;
238 deltaX += (xP - oldX);
239 deltaY += (yP - oldY);
void applySystematicMisalignment(Alignable *)
T getUntrackedParameter(std::string const &, T const &) const
Class to update a given geometry with a set of alignments.
#define DEFINE_FWK_MODULE(type)
TrackerGeometry * build(const GeometricDet *gd, const edm::ParameterSet &pSet)
Sin< T >::type sin(const T &t)
Geom::Phi< T > phi() const
virtual void move(const GlobalVector &displacement)=0
Movement with respect to the global reference frame.
const edm::ParameterSet theParameterSet
virtual Alignables components() const =0
Return vector of all direct components.
AlignableTracker * theAlignableTracker
double m_telescopeEpsilon
cond::Time_t beginOfTime() const
align::GlobalVector findSystematicMis(const align::PositionType &, const bool blindToZ, const bool blindToR)
Cos< T >::type cos(const T &t)
TrackerSystematicMisalignments(const edm::ParameterSet &)
virtual StructureType alignableObjectId() const =0
Return the alignable type identifier.
AlignmentErrors * alignmentErrors() const
Return alignment errors, sorted by DetId.
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)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
virtual void beginJob()
Read ideal tracker geometry from DB.
T const * product() const
double m_ellipticalEpsilon
std::vector< Alignable * > Alignables
const PositionType & globalPosition() const
Return the global position of the object.
Alignments * alignments() const
Return alignments, sorted by DetId.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
const DetId & geomDetId() const
virtual void analyze(const edm::Event &, const edm::EventSetup &)