#include <EmulatorClasses.h>
Public Member Functions | |
std::vector< ConvertedHit > | Hits () |
PhOutput | PhiMatch () |
std::vector< int > | Segment () |
void | SetHits (std::vector< ConvertedHit > hits) |
void | setM2 (ThOutput2 t2) |
void | SetPhOut (PhOutput ph_output) |
void | SetSegment (std::vector< int > segment) |
void | SetThOut (ThOutput th_output) |
void | SetValues (ThOutput th_output, PhOutput ph_output, std::vector< ConvertedHit > hits, std::vector< std::vector< Winner >> winners, std::vector< int > segment) |
void | SetWinners (std::vector< std::vector< Winner >> winners) |
ThOutput | ThetaMatch () |
ThOutput2 | TMatch2 () |
std::vector< std::vector < Winner > > | Winners () |
Private Attributes | |
std::vector< ConvertedHit > | _hits |
PhOutput | _ph_output |
std::vector< int > | _segment |
ThOutput | _th_output |
ThOutput2 | _th_output2 |
std::vector< std::vector < Winner > > | _winners |
Definition at line 138 of file EmulatorClasses.h.
|
inline |
|
inline |
Definition at line 162 of file EmulatorClasses.h.
References _ph_output.
Referenced by BestTracks(), and Deltas().
|
inline |
|
inline |
|
inline |
Definition at line 154 of file EmulatorClasses.h.
References _th_output2, and reco::t2.
Referenced by PhiMatching().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 146 of file EmulatorClasses.h.
References _hits, _ph_output, _segment, _th_output, and _winners.
Referenced by PhiMatching().
|
inline |
Definition at line 142 of file EmulatorClasses.h.
References _winners.
|
inline |
|
inline |
|
inline |
Definition at line 159 of file EmulatorClasses.h.
References _winners.
Referenced by Deltas().
|
private |
Definition at line 163 of file EmulatorClasses.h.
Referenced by Hits(), SetHits(), and SetValues().
|
private |
Definition at line 170 of file EmulatorClasses.h.
Referenced by PhiMatch(), SetPhOut(), and SetValues().
|
private |
Definition at line 171 of file EmulatorClasses.h.
Referenced by Segment(), SetSegment(), and SetValues().
|
private |
Definition at line 168 of file EmulatorClasses.h.
Referenced by SetThOut(), SetValues(), and ThetaMatch().
|
private |
Definition at line 169 of file EmulatorClasses.h.
|
private |
Definition at line 167 of file EmulatorClasses.h.
Referenced by SetValues(), SetWinners(), and Winners().