26 inline float sqr(
float x) {
return x*
x; }
30 float areaParallelogram
31 (
const Vector2D&
a,
const Vector2D&
b)
33 return a.x() * b.y() - a.y() * b.x();
47 if(0.
f == curvature) {
48 LogDebug(
"LowPtClusterShapeSeedComparitor")<<
"the curvature is null:" 51 <<
"\n point3: "<<g[2];
57 Vector2D
c = circle.center();
58 for(
int i=0;
i!=3;
i++)
59 p[
i] = g[
i].basicVector().xy() -
c;
62 float area =
std::abs(areaParallelogram(p[1] - p[0], p[1]));
64 float a12 = std::asin(
std::min(area*curvature*curvature,1.
f));
66 float slope = (g[1].
z() - g[0].
z()) / a12;
72 float cosTheta = cotTheta*sinTheta;
74 if (areaParallelogram(p[0], p[1] ) < 0) sinTheta = - sinTheta;
76 for(
int i = 0;
i!=3;
i++) {
77 Vector2D vl = p[
i]*(curvature*sinTheta);
93 for(
unsigned int i=0;
i!=hits.
size(); ++
i)
94 globalPoss[
i] = hits[
i]->globalPosition();
102 theShapeFilterLabel_(ps.getParameter<
std::
string>(
"clusterShapeHitFilter"))
116 assert(hits.
size()==3);
119 if(filter ==
nullptr)
120 throw cms::Exception(
"LogicError") <<
"LowPtClusterShapeSeedComparitor: init(EventSetup) method was not called";
124 getGlobalPos(hits, globalPoss);
129 bool ok = getGlobalDirs(globalPoss,globalDirs);
136 LogDebug(
"LowPtClusterShapeSeedComparitor")<<
"curvarture 0:" 137 <<
"\nnHits: "<<hits.
size()
138 <<
" will say the seed is good anyway.";
142 for(
int i = 0;
i < 3;
i++)
148 edm::LogError(
"LowPtClusterShapeSeedComparitor")<<
"this is not a pixel cluster";
157 LogDebug(
"LowPtClusterShapeSeedComparitor")<<
"about to compute compatibility." 158 <<
"hit ptr: "<<pixelRecHit
159 <<
"global direction:"<< globalDirs[
i];
164 LogTrace(
"LowPtClusterShapeSeedComparitor")
165 <<
" clusShape is not compatible"
bool getByToken(EDGetToken token, Handle< PROD > &result) const
static const double slope[3]
edm::ESHandle< ClusterShapeHitFilter > theShapeFilter
something
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
edm::ESHandle< TrackerTopology > theTTopo
T curvature(T InversePt, const edm::EventSetup &iSetup)
Basic2DVector< double >::MathVector Vector2D
bool compatible(const SeedingHitSet &hits) const override
std::string theShapeFilterLabel_
Abs< T >::type abs(const T &t)
LowPtClusterShapeSeedComparitor(const edm::ParameterSet &ps, edm::ConsumesCollector &iC)
edm::Handle< SiPixelClusterShapeCache > thePixelClusterShapeCache
edm::EDGetTokenT< SiPixelClusterShapeCache > thePixelClusterShapeCacheToken
void init(const edm::Event &e, const edm::EventSetup &es) override
Square< F >::type sqr(const F &f)
unsigned int size() const
static std::string getInfo(const DetId &id, const TrackerTopology *tTopo)
T const * product() const
Global3DVector GlobalVector