Go to the documentation of this file. 1 #ifndef OMTF_OMTFResult_H
2 #define OMTF_OMTFResult_H
34 void addResult(
unsigned int iRefLayer,
unsigned int iLayer,
unsigned int val,
int iRefPhi,
int iRefEta);
void setRefPhiRHits(unsigned int iRefLayer, int iRefPhiRHit)
void configure(const OMTFConfiguration *omtfConfig)
vector1D refPhi1D
Reference phi for each reference layer.
const OMTFResult::vector1D & getSummaryVals() const
std::vector< vector1D > vector2D
std::vector< unsigned int > vector1D
const OMTFResult::vector1D & getRefPhis() const
const OMTFResult::vector1D & getHitsWord() const
vector1D hits1D
Number of hits for each reference layer.
const OMTFResult::vector1D & getRefEtas() const
void addResult(unsigned int iRefLayer, unsigned int iLayer, unsigned int val, int iRefPhi, int iRefEta)
friend std::ostream & operator<<(std::ostream &out, const OMTFResult &aResult)
vector1D refEta1D
Reference phi for each reference layer.
const OMTFResult::vector1D & getRefPhiRHits() const
vector1D hitsBits
Words representing nimber of hit layers for each reference layer.
const OMTFResult::vector2D & getResults() const
const OMTFConfiguration * myOmtfConfig
const OMTFResult::vector1D & getSummaryHits() const
vector1D results1D
Sum of pdf weights for each reference layer.
vector1D refPhiRHit1D
Reference phi for each reference layer - the input value.