1 #ifndef OMTF_OMTFProcessor_H 2 #define OMTF_OMTFProcessor_H 34 const std::vector<OMTFProcessor::resultsMap> &
processInput(
unsigned int iProcessor,
const OMTFinput &aInput);
37 const std::map<Key, GoldenPattern *> &
getPatterns()
const;
67 void fillInputRange(
unsigned int iProcessor,
unsigned int iCone,
unsigned int iRefLayer,
unsigned int iHit);
77 std::map<Key, GoldenPattern *>
theGPs;
void fillCounts(unsigned int iProcessor, const OMTFinput &aInput, const SimTrack *aSimMuon)
void fillInputRange(unsigned int iProcessor, unsigned int iCone, const OMTFinput &aInput)
std::vector< OMTFProcessor::resultsMap > myResults
bool addGP(GoldenPattern *aGP)
void averagePatterns(int charge)
const std::map< Key, GoldenPattern * > & getPatterns() const
Return map of GoldenPatterns.
std::map< Key, OMTFResult > resultsMap
std::map< Key, GoldenPattern * > theGPs
Map holding Golden Patterns.
std::vector< vector1D > vector2D
omtfParams
OMTF ESProducer.
void shiftGP(GoldenPattern *aGP, const GoldenPattern::vector2D &meanDistPhiNew, const GoldenPattern::vector2D &meanDistPhiOld)
const std::vector< OMTFProcessor::resultsMap > & processInput(unsigned int iProcessor, const OMTFinput &aInput)
OMTFinput::vector1D restrictInput(unsigned int iProcessor, unsigned int iCone, unsigned int iLayer, const OMTFinput::vector1D &layerHits)
bool configure(const OMTFConfiguration *omtfParams, const L1TMuonOverlapParams *omtfPatterns)
Fill GP map with patterns from CondFormats object.
const OMTFConfiguration * myOmtfConfig
void resetConfiguration()
Reset all configuration parameters.