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 "FairRunAna.h"
#include "KFPTrackVector.h"
#include "KFVertex.h"
#include "Logger.h"
#include "TClonesArray.h"
#include "TMatrixTSym.h"
#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 LOG_(SEVERITY, VERBOSITY)
 

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 38 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 39 of file CbmKFV0FinderTask.cxx.

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