Go to the documentation of this file. 1 #ifndef L1Trigger_DTTriggerPhase2_MuonPathAnalyzerInChamber_h
2 #define L1Trigger_DTTriggerPhase2_MuonPathAnalyzerInChamber_h
10 constexpr
int NLayers = 8;
11 typedef std::array<cmsdt::LATERAL_CASES, NLayers> TLateralities;
28 std::vector<cmsdt::metaPrimitive> &metaPrimitives)
override{};
49 bool hasPosRF(
int wh,
int sec) {
return wh > 0 || (wh == 0 &&
sec % 4 > 1); };
std::vector< cmsdt::LATQ_TYPE > latQuality_
MuonPathAnalyzerInChamber(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
void setChiSquareThreshold(float ch2Thr)
void calculateFitParameters(MuonPathPtr &mpath, TLateralities lat, int present_layer[NLayers])
float chiSquareThreshold_
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
const DTGeometry * dtGeo_
void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, MuonPathPtrs &inMpath, std::vector< cmsdt::metaPrimitive > &metaPrimitives) override
std::vector< MuonPathPtr > MuonPathPtrs
void setLateralitiesInMP(MuonPathPtr &mpath, TLateralities lat)
int totalNumValLateralities_
bool hasPosRF(int wh, int sec)
void initialise(const edm::EventSetup &iEventSetup) override
void setMinHits4Fit(int h)
void evaluateQuality(MuonPathPtr &mPath)
edm::FileInPath shift_filename_
void setCellLayout(MuonPathPtr &mpath)
void setBxTolerance(int t)
std::map< int, float > shiftinfo_
cmsdt::MP_QUALITY minQuality_
std::vector< TLateralities > lateralities_
void setMinimumQuality(cmsdt::MP_QUALITY q)
~MuonPathAnalyzerInChamber() override
std::shared_ptr< MuonPath > MuonPathPtr
void analyze(MuonPathPtr &inMPath, MuonPathPtrs &outMPaths)
void setWirePosAndTimeInMP(MuonPathPtr &mpath)
cmsdt::MP_QUALITY minQuality(void)
edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomH
void buildLateralities(MuonPathPtr &mpath)