![]() |
Project
|
Definition of the ITS cluster finder. More...
#include <utility>
#include <vector>
#include <cstring>
#include <memory>
#include <gsl/span>
#include "ITSMFTBase/SegmentationAlpide.h"
#include "DataFormatsITSMFT/CompCluster.h"
#include "DataFormatsITSMFT/ROFRecord.h"
#include "ITSMFTReconstruction/PixelReader.h"
#include "ITSMFTReconstruction/PixelData.h"
#include "ITSMFTReconstruction/LookUp.h"
#include "SimulationDataFormat/MCCompLabel.h"
#include "CommonConstants/LHCConstants.h"
#include "Rtypes.h"
#include <TStopwatch.h>
Go to the source code of this file.
Classes | |
class | o2::itsmft::Clusterer |
struct | o2::itsmft::Clusterer::BBox |
struct | o2::itsmft::Clusterer::ThreadStat |
methods and transient data used within a thread More... | |
struct | o2::itsmft::Clusterer::ClustererThread |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::dataformats |
Definition of a container to keep/associate and arbitrary number of labels associated to an index with contiguous or non-contiguous label storage. | |
namespace | o2::itsmft |
Macros | |
#define | _PERFORM_TIMING_ |
#define | _ALLOW_DIAGONAL_ALPIDE_CLUSTERS_ |
Typedefs | |
using | o2::itsmft::CompClusCont = std::vector< CompClusterExt > |
using | o2::itsmft::PatternCont = std::vector< unsigned char > |
using | o2::itsmft::ROFRecCont = std::vector< ROFRecord > |
Definition of the ITS cluster finder.
Definition in file Clusterer.h.
#define _ALLOW_DIAGONAL_ALPIDE_CLUSTERS_ |
Definition at line 21 of file Clusterer.h.
#define _PERFORM_TIMING_ |
Definition at line 17 of file Clusterer.h.