CbmRoot
|
#include "TStopwatch.h"
#include <assert.h>
#include <iostream>
#include <vector>
#include "vectors/PSEUDO_F32vec4.h"
Go to the source code of this file.
Classes | |
class | L1Vector< T > |
Macros | |
#define | L1_DYNAMIC_CAST dynamic_cast |
#define | ISLIKELY(x) (x) |
#define | ISUNLIKELY(x) (x) |
#define | L1_ASSERT(v, msg) |
#define | L1_assert(v) assert(v) |
Typedefs | |
typedef int | index_type |
Functions | |
template<typename T > | |
T | finite (T x) |
Definition at line 41 of file CbmL1Def.h.
Definition at line 42 of file CbmL1Def.h.
Definition at line 57 of file CbmL1Def.h.
#define L1_ASSERT | ( | v, | |
msg | |||
) |
Definition at line 49 of file CbmL1Def.h.
#define L1_DYNAMIC_CAST dynamic_cast |
Definition at line 33 of file CbmL1Def.h.
typedef int index_type |
Definition at line 62 of file CbmL1Def.h.
T finite | ( | T | x | ) |
Definition at line 21 of file CbmL1Def.h.
References x.
Referenced by L1AlgoPulls::AddOne(), CbmStsKFTrackFitter::CheckTrack(), ClassImp(), CbmKFParticleFinder::Exec(), CbmStsFitPerformanceTask::Exec(), CbmKFFieldMath::ExtrapolateALight(), L1Algo::f4(), CbmKFTrackFitQA::FillHistoAtFirstPoint(), CbmKFTrackFitQA::FillHistoAtParticleVertex(), CbmStsFitPerformanceTask::FillTrackHisto(), CbmKFPixelMeasurement::Filter(), CbmKFUMeasurement::Filter(), CbmPVFinderKF::FindEventVertex(), CbmStsKFTrackFitter::FitToVertex(), CbmKFMath::GetNoise(), CbmL1TrdTrackFinderSts::ProcessStation(), and CbmL1::TrackFitPerformance().