Project
Loading...
Searching...
No Matches
clusterProcessing.cxx File Reference
#include <algorithm>
#include <stdexcept>
#include <cstring>
#include <vector>
#include "MCHClustering/ClusterConfig.h"
#include "MCHClustering/clusterProcessing.h"
#include "mathUtil.h"
#include "mathieson.h"
#include "InspectModel.h"

Go to the source code of this file.

Classes

struct  Results_t
 

Namespaces

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

Macros

#define CHECK   1
 

Functions

void storeGroupMapping (const o2::mch::Groups_t *cath0Grp, const o2::mch::PadIdx_t *mapCath0PadIdxToPadIdx, int nCath0, const o2::mch::Groups_t *cath1Grp, const o2::mch::PadIdx_t *mapCath1PadIdxToPadIdx, int nCath1)
 
int clusterProcess (const double *xyDxyi_, const Mask_t *cathi_, const o2::mch::Mask_t *saturated_, const double *zi_, int chId, int nPads)
 

Macro Definition Documentation

◆ CHECK

#define CHECK   1

Definition at line 25 of file clusterProcessing.cxx.

Function Documentation

◆ clusterProcess()

int clusterProcess ( const double *  xyDxyi_,
const Mask_t cathi_,
const o2::mch::Mask_t saturated_,
const double *  zi_,
int  chId,
int  nPads 
)

Definition at line 125 of file clusterProcessing.cxx.

◆ storeGroupMapping()

void storeGroupMapping ( const o2::mch::Groups_t cath0Grp,
const o2::mch::PadIdx_t mapCath0PadIdxToPadIdx,
int  nCath0,
const o2::mch::Groups_t cath1Grp,
const o2::mch::PadIdx_t mapCath1PadIdxToPadIdx,
int  nCath1 
)

Definition at line 73 of file clusterProcessing.cxx.