#include <CACell.h>
Public Types | |
using | CAColl = std::vector< CACell > |
using | CAntuple = std::vector< unsigned int > |
using | CAntuplet = std::vector< unsigned int > |
using | CAStatusColl = std::vector< CACellStatus > |
using | Hit = RecHitsSortedInPhi::Hit |
Public Member Functions | |
int | areAlignedRZ (float r1, float z1, float ro, float zo, const float ptmin, const float thetaCut) const |
CACell (const HitDoublets *doublets, int doubletId, const int innerHitId, const int outerHitId) | |
void | checkAlignmentAndAct (CAColl &allCells, CAntuple &innerCells, const float ptmin, const float region_origin_x, const float region_origin_y, const float region_origin_radius, const float thetaCut, const float phiCut, const float hardPtCut, std::vector< CACell::CAntuplet > *foundTriplets) |
void | checkAlignmentAndPushTriplet (CAColl &allCells, CAntuple &innerCells, std::vector< CACell::CAntuplet > &foundTriplets, const float ptmin, const float region_origin_x, const float region_origin_y, const float region_origin_radius, const float thetaCut, const float phiCut, const float hardPtCut) |
void | checkAlignmentAndTag (CAColl &allCells, CAntuple &innerCells, const float ptmin, const float region_origin_x, const float region_origin_y, const float region_origin_radius, const float thetaCut, const float phiCut, const float hardPtCut) |
void | evolve (unsigned int me, CAStatusColl &allStatus) |
void | findNtuplets (CAColl &allCells, std::vector< CAntuplet > &foundNtuplets, CAntuplet &tmpNtuplet, const unsigned int minHitsPerNtuplet) const |
Hit const & | getInnerHit () const |
float | getInnerPhi () const |
float | getInnerR () const |
float | getInnerX () const |
float | getInnerY () const |
float | getInnerZ () const |
Hit const & | getOuterHit () const |
float | getOuterPhi () const |
float | getOuterR () const |
float | getOuterX () const |
float | getOuterY () const |
float | getOuterZ () const |
bool | haveSimilarCurvature (const CACell &otherCell, const float ptmin, const float region_origin_x, const float region_origin_y, const float region_origin_radius, const float phiCut, const float hardPtCut) const |
void | tagAsOuterNeighbor (unsigned int otherCell) |
Private Attributes | |
const int | theDoubletId |
const HitDoublets * | theDoublets |
const float | theInnerR |
const float | theInnerZ |
CAntuple | theOuterNeighbors |
using CACell::CAColl = std::vector<CACell> |
using CACell::CAntuple = std::vector<unsigned int> |
using CACell::CAntuplet = std::vector<unsigned int> |
using CACell::CAStatusColl = std::vector<CACellStatus> |
using CACell::Hit = RecHitsSortedInPhi::Hit |
|
inline |
|
inline |
Definition at line 166 of file CACell.h.
References funct::abs(), getInnerR(), getInnerZ(), ALCARECOTkAlMinBias_cff::pMin, ptmin, diffTwoXMLs::r1, and mathSSE::sqrt().
Referenced by checkAlignmentAndAct().
|
inline |
Definition at line 77 of file CACell.h.
References areAlignedRZ(), getOuterR(), getOuterZ(), haveSimilarCurvature(), mps_fire::i, dqmiolumiharvest::j, heppy_loop::loop, convertSQLiteXML::ok, ptmin, and diffTwoXMLs::r1.
Referenced by checkAlignmentAndPushTriplet(), and checkAlignmentAndTag().
|
inline |
|
inline |
|
inline |
Definition at line 64 of file CACell.h.
References hlt_dqm_clientPB-live_cfg::me, and theOuterNeighbors.
|
inline |
Definition at line 251 of file CACell.h.
References mps_fire::i, and theOuterNeighbors.
|
inline |
Definition at line 40 of file CACell.h.
References HitDoublets::hit(), HitDoublets::inner, theDoubletId, and theDoublets.
|
inline |
Definition at line 60 of file CACell.h.
References HitDoublets::inner, HitDoublets::phi(), theDoubletId, and theDoublets.
|
inline |
|
inline |
Definition at line 44 of file CACell.h.
References HitDoublets::inner, theDoubletId, theDoublets, and HitDoublets::x().
Referenced by haveSimilarCurvature().
|
inline |
Definition at line 48 of file CACell.h.
References HitDoublets::inner, theDoubletId, theDoublets, and HitDoublets::y().
Referenced by haveSimilarCurvature().
|
inline |
|
inline |
Definition at line 42 of file CACell.h.
References HitDoublets::hit(), HitDoublets::outer, theDoubletId, and theDoublets.
|
inline |
Definition at line 62 of file CACell.h.
References HitDoublets::outer, HitDoublets::phi(), theDoubletId, and theDoublets.
|
inline |
Definition at line 58 of file CACell.h.
References HitDoublets::outer, HitDoublets::rv(), theDoubletId, and theDoublets.
Referenced by checkAlignmentAndAct().
|
inline |
Definition at line 46 of file CACell.h.
References HitDoublets::outer, theDoubletId, theDoublets, and HitDoublets::x().
Referenced by haveSimilarCurvature().
|
inline |
Definition at line 50 of file CACell.h.
References HitDoublets::outer, theDoubletId, theDoublets, and HitDoublets::y().
Referenced by haveSimilarCurvature().
|
inline |
Definition at line 54 of file CACell.h.
References HitDoublets::outer, theDoubletId, theDoublets, and HitDoublets::z().
Referenced by checkAlignmentAndAct().
|
inline |
Definition at line 179 of file CACell.h.
References funct::abs(), hippyaddtobaddatafiles::cd(), MillePedeFileConverter_cfg::e, f, getInnerX(), getInnerY(), getOuterX(), getOuterY(), hltrates_dqm_sourceclient-live_cfg::offset, ptmin, CosmicsPD_Skims::radius, mathSSE::sqrt(), testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
Referenced by checkAlignmentAndAct().
|
inline |
|
private |
Definition at line 276 of file CACell.h.
Referenced by getInnerHit(), getInnerPhi(), getInnerX(), getInnerY(), getOuterHit(), getOuterPhi(), getOuterR(), getOuterX(), getOuterY(), and getOuterZ().
|
private |
Definition at line 275 of file CACell.h.
Referenced by getInnerHit(), getInnerPhi(), getInnerX(), getInnerY(), getOuterHit(), getOuterPhi(), getOuterR(), getOuterX(), getOuterY(), and getOuterZ().
|
private |
Definition at line 278 of file CACell.h.
Referenced by getInnerR().
|
private |
Definition at line 279 of file CACell.h.
Referenced by getInnerZ().
|
private |
Definition at line 273 of file CACell.h.
Referenced by evolve(), findNtuplets(), and tagAsOuterNeighbor().