Project
Loading...
Searching...
No Matches
testDCAFitterNGPU.cxx File Reference
#include <boost/test/unit_test.hpp>
#include "DCAFitter/DCAFitterN.h"
#include "CommonUtils/TreeStreamRedirector.h"
#include <TRandom.h>
#include <TGenPhaseSpace.h>
#include <TLorentzVector.h>
#include <TStopwatch.h>
#include <Math/SVector.h>
#include <array>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::vertexing
 

Macros

#define BOOST_TEST_MODULE   Test DCAFitterN class
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

using o2::vertexing::Vec3D = ROOT::Math::SVector< double, 3 >
 

Functions

template<class FITTER >
float o2::vertexing::checkResults (o2::utils::TreeStreamRedirector &outs, std::string &treeName, FITTER &fitter, Vec3D &vgen, TLorentzVector &genPar, const std::vector< double > &dtMass)
 
TLorentzVector o2::vertexing::generate (Vec3D &vtx, std::vector< o2::track::TrackParCov > &vctr, float bz, TGenPhaseSpace &genPHS, double parMass, const std::vector< double > &dtMass, std::vector< int > forceQ)
 
 o2::vertexing::BOOST_AUTO_TEST_CASE (DCAFitterNProngsBulk)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 14 of file testDCAFitterNGPU.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 13 of file testDCAFitterNGPU.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test DCAFitterN class

Definition at line 12 of file testDCAFitterNGPU.cxx.