15 #define CORRECT_FOR_BIG_PIXELS
36 const bool useNewSimplerErrors =
false;
53 : useLAOffsetFromConfig_(
false),
54 useLAWidthFromConfig_(
false), useLAWidthFromDB_(
false), theFlag_(flag),
55 magfield_(mag), geom_(geom)
98 = (
unsigned int) conf.
getParameter<
int>(
"ClusterProbComputationFlag");
131 LogDebug(
"PixelCPEBase") <<
" LA constants - "
149 for (
unsigned i=0;
i!=m_detectors;++
i) {
153 assert(
p.theDet->index()==int(
i));
155 p.theOrigin =
p.theDet->surface().toLocal(
GlobalPoint(0,0,0));
158 p.thePart =
p.theDet->type().subDetector();
171 p.theThickness =
p.theDet->surface().bounds().thickness();
179 if(useNewSimplerErrors)
196 auto topol = &(
p.theDet->specificTopology());
202 assert(
p.theRecTopol);
207 std::pair<float,float> pitchxy =
p.theRecTopol->pitch();
208 p.thePitchX = pitchxy.first;
209 p.thePitchY = pitchxy.second;
225 LogDebug(
"PixelCPEBase") <<
"***** PIXEL LAYOUT *****"
226 <<
" thePart = " <<
p.thePart
227 <<
" theThickness = " <<
p.theThickness
228 <<
" thePitchX = " <<
p.thePitchX
229 <<
" thePitchY = " <<
p.thePitchY;
244 int minInX,minInY,maxInX,maxInY=0;
281 float locx = localDir.
x();
282 float locy = localDir.
y();
283 float locz = localDir.
z();
294 theClusterParam.
cotalpha = locx/locz;
295 theClusterParam.
cotbeta = locy/locz;
400 theClusterParam.
cotbeta = gvy*gvz;
440 if ( tmp2<tmp1 )
return true;
471 const bool LocalPrint =
false;
483 if(LocalPrint)
cout<<
" Will use LA Offset from DB "<<langle<<endl;
486 if(LocalPrint)
cout<<
" Will use LA Offset from config "<<langle<<endl;
526 if(LocalPrint)
cout<<
" in PixelCPEBase:driftDirection - "<<langle<<
" "<<Bfield<<endl;
537 float dir_x = -( langle * Bfield.
y() + alpha2* Bfield.
z()* Bfield.
x() );
538 float dir_y = ( langle * Bfield.
x() - alpha2* Bfield.
z()* Bfield.
y() );
539 float dir_z = -( 1.f + alpha2* Bfield.
z()*Bfield.
z() );
543 LogDebug(
"PixelCPEBase") <<
" The drift direction in local coordinate is " <<
dd ;
565 LogDebug(
"PixelCPEBase") <<
" The drift direction in local coordinate is "
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
T getParameter(std::string const &) const
bool containsBigPixelInY(int iymin, int iymax) const
void setProbabilityXY(float prob, QualWordType &qualWord) const
T getUntrackedParameter(std::string const &, T const &) const
static const Packing thePacking
static std::vector< std::string > checklist log
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
bool isItEdgePixelInY(int iybin) const
virtual LocalPoint localPosition(const MeasurementPoint &) const =0
const SiPixelLorentzAngle * lorentzAngleWidth_
LocalVector driftDirection(DetParam &theDetParam, GlobalVector bfield) const
short getTemplateID(const uint32_t &detid) const
LocalPoint position() const
Local x and y position coordinates.
virtual GlobalVector inTesla(const GlobalPoint &gp) const =0
Field value ad specified global point, in Tesla.
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
const SiPixelCluster * theCluster
bool isItEdgePixelInX(int ixbin) const
Global3DPoint GlobalPoint
bool isFlipped(DetParam const &theDetParam) const
short getGenErrorID(const uint32_t &detid) const
const Plane & surface() const
The nominal surface of the GeomDet.
const PixelGeomDetUnit * theDet
GeomDetType::SubDetector thePart
const RectangularPixelTopology * theRecTopol
uint32_t rawId() const
get the raw id
bool useLAWidthFromConfig_
virtual const DetUnitContainer & detUnits() const
Returm a vector of all GeomDetUnit.
Measurement2DPoint MeasurementPoint
Measurement points are two-dimensional by default.
const PixelTopology * theTopol
bool LoadTemplatesFromDB_
void computeAnglesFromTrajectory(DetParam const &theDetParam, ClusterParam &theClusterParam, const LocalTrajectoryParameters <p) const
unsigned int offsetDU(SubDetector sid) const
void computeLorentzShifts(DetParam &) const
Abs< T >::type abs(const T &t)
const SiPixelTemplateDBObject * templateDBobject_
void setHasBadPixels(bool flag, QualWordType &qualWord) const
DetId geographicalId() const
The label of this GeomDet.
const MagneticField * magfield_
LocalVector momentum() const
Momentum vector in the local frame.
unsigned int clusterProbComputationFlag_
void computeAnglesFromDetPosition(DetParam const &theDetParam, ClusterParam &theClusterParam) const
void setProbabilityQ(float prob, QualWordType &qualWord) const
bool containsBigPixelInX(int ixmin, int ixmax) const
SiPixelRecHitQuality::QualWordType rawQualityWord(ClusterParam &theClusterParam) const
void setSpansTwoROCs(bool flag, QualWordType &qualWord) const
Point3DBase< float, LocalTag > Local3DPoint
Topology::LocalTrackPred loc_trk_pred
void setIsOnEdge(bool flag, QualWordType &qualWord) const
ROOT::Math::SVector< double, 5 > AlgebraicVector5
const SiPixelLorentzAngle * lorentzAngle_
const SiPixelGenErrorDBObject * genErrorDBObject_
void setTheClu(DetParam const &, ClusterParam &theClusterParam) const
AlgebraicVector5 mixedFormatVector() const
bool useLAOffsetFromConfig_
PixelCPEBase(edm::ParameterSet const &conf, const MagneticField *mag, const TrackerGeometry &geom, const SiPixelLorentzAngle *lorentzAngle, const SiPixelGenErrorDBObject *genErrorDBObject, const SiPixelTemplateDBObject *templateDBobject, const SiPixelLorentzAngle *lorentzAngleWidth, int flag=0)
const TrackerGeometry & geom_
unsigned int QualWordType
float getLorentzAngle(const uint32_t &) const
LocalVector driftDirection
const RotationType & rotation() const
volatile std::atomic< bool > shutdown_flag false
void setHasFilledProb(bool flag, QualWordType &qualWord) const
const PositionType & position() const
void setQBin(int qbin, QualWordType &qualWord) const
DetParam const & detParam(const GeomDetUnit &det) const