| NAIA
    1.1.1
    | 
Accessor class for base TrTrack info. More...
#include <Containers/TrTrack.h>
 
  
| Public Member Functions | |
| TrTrackBase () | |
|  Public Member Functions inherited from NAIA::OnDemandContainer< TrTrackBase > | |
| OnDemandContainer ()=default | |
| void | LoadEvent () | 
| Wrapper to call GetEntryon the underlying TBranch.  More... | |
| void | SetTreeEntry (unsigned long long treeEntry) | 
| Set the TTree entry number.  More... | |
| void | Branch (TTree *tree) | 
| Create the TBranch associated with this container.  More... | |
| void | MirrorBranch (TTree *targetTree, const TrTrackBase *sourceContainer) | 
| Create a TBranch associated with this container mirroring from an existing container.  More... | |
| void | SetBranchAddress (TTree *tree) | 
| Setup reading of the data container.  More... | |
| void | DisableIO () const | 
| Disables I/O for this container. It won't be written on disk and trying to read it will cause an exception.  More... | |
| TrTrackBase * | operator-> () | 
| Access operator. Use this to access container data  More... | |
|  Public Member Functions inherited from NAIA::TrTrackBaseData | |
| void | Clear () | 
| Clear container content.  More... | |
| void | Dump () const | 
| Dump on screen container content.  More... | |
| TrTrack::Span | GetBestSpan (TrTrack::Fit fit=TrTrack::Fit::Choutko) const | 
| Get the best Span available for this track.  More... | |
| bool | FitIDExists (TrTrack::Fit fit, TrTrack::Span span) const | 
| Check if a given combination of fit and span is available for this track.  More... | |
| LayerVariable< HitClusterAssociation > | GetTrackPattern () const | 
| Get the track pattern for a given tracker side. One bit per layer, set to 1 if there is a hit on that layer on that side. You can also get the total number of hits using std::bitset::count.  More... | |
| Static Public Attributes | |
| static const std::string | BranchName = "TrTrackBaseData" | 
| Additional Inherited Members | |
|  Public Attributes inherited from NAIA::TrTrackBaseData | |
| LayerVariable< std::array< float, 3 > > | TrTrackHitPos | 
| X,Y and Z position of hit on each layer, if available.  More... | |
| TrackFitVariable< float > | Rigidity | 
| Track rigidity, corrected for time-dependent rigidity scale shifts and geometry volume correction, for each available fit and span. See TrTrack::Fit and TrTrack::Span for available fits and spans.  More... | |
| TrackFitVariable< TrackSideVariable< float > > | TrChiSq | 
| Normalized track chi-square (X and Y) for each available fit and span. See TrTrack::Fit and TrTrack::Span for available fits and spans.  More... | |
| TrackFitPosVariable< TrackFitVariable< TrackSideVariable< float > > > | TrTrackFitPos | 
| Track X and Y position at different heights in AMS and for each available fit and span. See TrTrack::FitPositionHeight for available heigths and TrTrack::Fit and TrTrack::Span for available fits and spans.  More... | |
| TrackChargeVariable< float > | Charge | 
| Track charge (including external layers) for each available reconstruction. See TrTrack::ChargeRecoType for available reconstructions.  More... | |
| TrackChargeVariable< float > | InnerCharge | 
| Track charge (inner tracker only) for each available reconstruction. See TrTrack::ChargeRecoType for available reconstructions.  More... | |
| TrackChargeVariable< float > | ChargeRMS | 
| Track charge RMS (including external layers) for each charge reconstruction. See TrTrack::ChargeRecoType for available reconstructions.  More... | |
| TrackChargeVariable< float > | InnerChargeRMS | 
| Track charge RMS (inner tracker only) for each charge reconstruction. See TrTrack::ChargeRecoType for available reconstructions.  More... | |
| LayerVariable< int > | LayerChargeStatus | 
| Track hit charge reconstruction status for each layer (this is a bitmask. Bits 0-11 refer to the X-side cluster, bits 12-23 refer to the Y-side cluster. See TrClusterR::GetQStatus for a summary of all bit flags)  More... | |
| LayerVariable< TrackChargeVariable< float > > | LayerChargeXY | 
| Track hit charge (for each single layer, using both sides clusters) for each available reconstruction. See TrTrack::ChargeRecoType for available reconstructions.  More... | |
| float | FitCharge | 
| Initial charge estimate used for track re-fitting.  More... | |
Accessor class for base TrTrack info.
Wrapper implementing read-on-demand behavior for TrTrack data.
| 
 | static | 
 1.8.18
 1.8.18