![]() |
ATLAS Offline Software
|
#include <TrackFitter.h>
Private Member Functions | |
| void | resetCounters () |
| int | fitTracks (const FPGATrackSimRoad &road, std::vector< FPGATrackSimTrack > &tracks) |
| Creates tracks from the given road. | |
| void | getMissingInfo (const FPGATrackSimRoad &road, int &nMissing, bool &missPixel, bool &missStrip, layer_bitmask_t &missing_mask, layer_bitmask_t &norecovery_mask) |
| FPGATrackSimTrack | makeTrackCandidate (const FPGATrackSimRoad &road, const FPGATrackSimTrack &temp, const std::vector< int > &hit_indices) |
| FPGATrackSimTrack | recoverTrack (FPGATrackSimTrack const &t, sector_t sector, layer_bitmask_t norecovery_mask, double qoverpt) |
| Given a N/N track that has a bad chi2, try to refit the track by taking away a single hit, trying N combinations of N-1/N tracks. | |
| void | compute_truth (FPGATrackSimTrack &newtrk) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| bool | m_do2ndStage = false |
| bool | m_guessinghits = true |
| TrackCorrType | m_IdealCoordFitType = TrackCorrType::None |
| bool | m_doDeltaGPhis = false |
| const int | m_max_ncomb = 10000 |
| unsigned | m_do_majority = 1 |
| bool | m_require_first = true |
| int | m_norecovery_nhits = -1 |
| bool | m_setDoMissingHitsCheck = false |
| float | m_Chi2Dof_recovery_min = 40. |
| float | m_Chi2Dof_recovery_max = 1e30 |
| bool | m_identify_badhit = false |
| bool | m_fitFromRoad = false |
| FPGATrackSimPlaneMap const * | m_pmap = nullptr |
| FPGATrackSimRegionMap const * | m_rmap = nullptr |
| const FPGATrackSimFitConstantBank * | m_nominalBank |
| std::vector< const FPGATrackSimFitConstantBank * > | m_droppedLayerBanks |
| std::vector< FPGATrackSimTrack > | m_tracks_missinghits_track |
| int | m_idbase = 0 |
| int | m_nfits = 0 |
| int | m_nfits_maj = 0 |
| int | m_nfits_maj_SCT = 0 |
| int | m_nfits_maj_pix = 0 |
| int | m_nfits_rec = 0 |
| int | m_nfits_addrec = 0 |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels). | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging). | |
| TrackFitter::TrackFitter | ( | const FPGATrackSimFitConstantBank * | nominalbank, |
| const std::vector< const FPGATrackSimFitConstantBank * > & | droppedLayerbanks, | ||
| bool | guessingHits ) |
Definition at line 22 of file TrackFitter.cxx.
|
private |
Definition at line 444 of file TrackFitter.cxx.
|
private |
Creates tracks from the given road.
Takes all combinations of hits in the road to create track candidates, fits them using the constant bank, and filters them based on the chi2 of the fit.
Definition at line 71 of file TrackFitter.cxx.
| int TrackFitter::fitTracks | ( | const std::vector< FPGATrackSimRoad > & | roads, |
| std::vector< FPGATrackSimTrack > & | tracks ) |
Definition at line 53 of file TrackFitter.cxx.
|
inline |
Definition at line 68 of file TrackFitter.h.
|
inline |
Definition at line 65 of file TrackFitter.h.
|
inline |
Definition at line 77 of file TrackFitter.h.
|
inline |
Definition at line 59 of file TrackFitter.h.
|
inline |
Definition at line 62 of file TrackFitter.h.
|
inline |
Definition at line 71 of file TrackFitter.h.
|
inline |
Definition at line 80 of file TrackFitter.h.
|
inline |
Definition at line 74 of file TrackFitter.h.
|
inline |
Definition at line 45 of file TrackFitter.h.
|
inline |
Definition at line 34 of file TrackFitter.h.
|
private |
Definition at line 260 of file TrackFitter.cxx.
|
inline |
Definition at line 85 of file TrackFitter.h.
|
inline |
Definition at line 86 of file TrackFitter.h.
|
inline |
Definition at line 88 of file TrackFitter.h.
|
inline |
Definition at line 87 of file TrackFitter.h.
|
inline |
Definition at line 89 of file TrackFitter.h.
|
inline |
Definition at line 53 of file TrackFitter.h.
|
inline |
Definition at line 48 of file TrackFitter.h.
|
inline |
Definition at line 56 of file TrackFitter.h.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
private |
Definition at line 319 of file TrackFitter.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 167 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 182 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
private |
Given a N/N track that has a bad chi2, try to refit the track by taking away a single hit, trying N combinations of N-1/N tracks.
Returns the track with the best chi2 (or the original track if none of the N-1/N tracks are an improvement).
| norecovery_mask | - will skip removing hits from layers with bit set in this mask |
Definition at line 382 of file TrackFitter.cxx.
|
private |
Definition at line 36 of file TrackFitter.cxx.
|
inline |
Definition at line 67 of file TrackFitter.h.
|
inline |
Definition at line 64 of file TrackFitter.h.
|
inline |
Definition at line 76 of file TrackFitter.h.
|
inline |
Definition at line 58 of file TrackFitter.h.
|
inline |
Definition at line 61 of file TrackFitter.h.
|
inline |
Definition at line 70 of file TrackFitter.h.
|
inline |
Definition at line 79 of file TrackFitter.h.
|
inline |
Definition at line 73 of file TrackFitter.h.
|
inline |
Definition at line 44 of file TrackFitter.h.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
inline |
Definition at line 52 of file TrackFitter.h.
|
inline |
Definition at line 47 of file TrackFitter.h.
|
inline |
Definition at line 50 of file TrackFitter.h.
|
inline |
Definition at line 55 of file TrackFitter.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 110 of file TrackFitter.h.
|
private |
Definition at line 109 of file TrackFitter.h.
|
private |
Definition at line 95 of file TrackFitter.h.
|
private |
Definition at line 102 of file TrackFitter.h.
|
private |
Definition at line 98 of file TrackFitter.h.
|
private |
Definition at line 131 of file TrackFitter.h.
|
private |
Definition at line 115 of file TrackFitter.h.
|
private |
Definition at line 96 of file TrackFitter.h.
|
private |
Definition at line 137 of file TrackFitter.h.
|
private |
Definition at line 97 of file TrackFitter.h.
|
private |
Definition at line 113 of file TrackFitter.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
private |
Definition at line 101 of file TrackFitter.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 138 of file TrackFitter.h.
|
private |
Definition at line 143 of file TrackFitter.h.
|
private |
Definition at line 139 of file TrackFitter.h.
|
private |
Definition at line 141 of file TrackFitter.h.
|
private |
Definition at line 140 of file TrackFitter.h.
|
private |
Definition at line 142 of file TrackFitter.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 127 of file TrackFitter.h.
|
private |
Definition at line 104 of file TrackFitter.h.
|
private |
Definition at line 121 of file TrackFitter.h.
|
private |
Definition at line 103 of file TrackFitter.h.
|
private |
Definition at line 122 of file TrackFitter.h.
|
private |
Definition at line 106 of file TrackFitter.h.
|
private |
Definition at line 134 of file TrackFitter.h.