Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ClusterizationTests1D.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Clusterization/Clusterization.hpp"
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <random>
#include <utility>
#include <vector>
#include <boost/functional/hash.hpp>
+ Include dependency graph for ClusterizationTests1D.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::Cell1D
 
struct  Acts::Test::Cluster1D
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Functions

bool Acts::Test::cellComp (const Cell1D &left, const Cell1D &right)
 
Ccl::Label & Acts::Test::getCellLabel (Cell1D &cell)
 
int Acts::Test::getCellColumn (const Cell1D &cell)
 
void Acts::Test::clusterAddCell (Cluster1D &cl, const Cell1D &cell)
 
bool Acts::Test::clHashComp (const Cluster1D &left, const Cluster1D &right)
 
void Acts::Test::hash (Cluster1D &cl)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (Grid_1D_rand)