FairRoot/PandaRoot
|
#include <iostream>
#include <Vc/Vc>
#include <Vc/limits>
#include "Rtypes.h"
Go to the source code of this file.
Classes | |
struct | float2 |
Macros | |
#define | ASSERT(v, msg) |
#define | HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER(a, b) a##b |
#define | HLTTPCCA_STATIC_ASSERT_CONCAT(a, b) HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
#define | STATIC_ASSERT(cond, msg) |
#define | unrolled_loop4(_type_, _it_, _start_, _end_, _code_) |
#define | MAY_ALIAS |
#define | ISLIKELY(x) ( x ) |
#define | ISUNLIKELY(x) ( x ) |
Functions | |
template<typename T > | |
int | sign (T val) |
#define ASSERT | ( | v, | |
msg | |||
) |
Definition at line 56 of file PndCADef.h.
Referenced by PndCAGBTracker::FindBestCandidate(), PndFTSCAGBTracker::FindBestCandidate(), PndFTSCATrackParam::GetXYZPxPyPzQ(), and PndFTSTopoReconstructor::Init().
#define HLTTPCCA_STATIC_ASSERT_CONCAT | ( | a, | |
b | |||
) | HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
Definition at line 76 of file PndCADef.h.
Definition at line 75 of file PndCADef.h.
Definition at line 121 of file PndCADef.h.
Definition at line 122 of file PndCADef.h.
Referenced by PndCATrackParam::Filter().
#define MAY_ALIAS |
Definition at line 114 of file PndCADef.h.
#define STATIC_ASSERT | ( | cond, | |
msg | |||
) |
Definition at line 77 of file PndCADef.h.
#define unrolled_loop4 | ( | _type_, | |
_it_, | |||
_start_, | |||
_end_, | |||
_code_ | |||
) |
Definition at line 104 of file PndCADef.h.
int sign | ( | T | val | ) |
Definitions needed for PndCATracker
Definition at line 48 of file PndCADef.h.
References T.
Referenced by RhoSimpleVertexSelector::Accept(), PndMvdRiemannTrackFinderTaskEff::AddGhostTrack(), PndTrkTracking2::AssociateBetterAfterFitSkewHitsToXYTrack(), PndSttTrackFinderReal::AssociateBetterAfterFitSkewHitsToXYTrack(), PndMvdSttGemRiemannTrackFinder::CheckRiemannHitMvd(), PndMvdSttGemRiemannTrackFinder::CheckSZ(), create_stof(), createstt(), RhoVtxPoca::GetPocaTwoCharged(), PndSttTrackFinderIdeal::GetTrack(), PndCATrackParam::InitDirection(), PndTrkTracking2::OrderingSttSkewandSttParallel(), PndSttTrackFinderReal::PndSttInfoXYZSkew(), PndSttTrackFinderReal::PndSttOrderingSkewandParallel(), PndEmc::ProcessHits(), and Tkey::Tkey().