CbmRoot
Loading...
Searching...
No Matches
CbmKFV0FinderTask.cxx File Reference

A FairTask for V0 candidates finding in mCBM (implementation) More...

#include "CbmKFV0FinderTask.h"
#include "CbmEvent.h"
#include "CbmEventTriggers.h"
#include "CbmGlobalTrack.h"
#include "CbmKfTarget.h"
#include "CbmStsHit.h"
#include "CbmStsTrack.h"
#include "CbmTofAddress.h"
#include "CbmTofHit.h"
#include "CbmTofTrack.h"
#include "CbmTrdHit.h"
#include "CbmTrdTrack.h"
#include "CbmYaml.h"
#include "FairRunAna.h"
#include "KFPTrackVector.h"
#include "KFVertex.h"
#include "Logger.h"
#include "TClonesArray.h"
#include "TMatrixTSym.h"
#include "algo/kfp/KfpV0FinderConfig.h"
#include "algo/kfp/KfpV0FinderCutter.h"
#include <boost/filesystem.hpp>
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits>
#include <sstream>
Include dependency graph for CbmKFV0FinderTask.cxx:

Go to the source code of this file.

Macros

#define ERR_   LOG(error) << fName << ": "
 
#define WRN_   LOG(warning) << fName << ": "
 
#define LOG_(SEVERITY, VERBOSITY)
 

Enumerations

enum class  ETrackPid
 An enumeration for PID of global tracks. More...
 
enum class  EV0Type
 Type of V0 decay. More...
 

Detailed Description

A FairTask for V0 candidates finding in mCBM (implementation)

Since
10.01.2025
Author
Sergei Zharko s.zha.nosp@m.rko@.nosp@m.gsi.d.nosp@m.e

Definition in file CbmKFV0FinderTask.cxx.

Macro Definition Documentation

◆ ERR_

#define ERR_   LOG(error) << fName << ": "

Definition at line 43 of file CbmKFV0FinderTask.cxx.

Referenced by cbm::kfp::V0FinderTask::Init().

◆ LOG_

#define LOG_ ( SEVERITY,
VERBOSITY )
Value:
LOG_IF(SEVERITY, fVerbose >= VERBOSITY) << fName << ": "

Definition at line 45 of file CbmKFV0FinderTask.cxx.

Referenced by cbm::kfp::V0FinderTask::ApplyConfiguration(), cbm::kfp::V0FinderTask::Finish(), and cbm::kfp::V0FinderTask::Init().

◆ WRN_

#define WRN_   LOG(warning) << fName << ": "

Definition at line 44 of file CbmKFV0FinderTask.cxx.

Enumeration Type Documentation

◆ ETrackPid

enum class cbm::algo::kfp::ETrackPid
strong

An enumeration for PID of global tracks.

Definition at line 24 of file KfpV0FinderDefs.h.

◆ EV0Type

enum class cbm::algo::kfp::EV0Type
strong

Type of V0 decay.

Definition at line 66 of file KfpV0FinderDefs.h.