|
CbmRoot
|
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>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... | |
A FairTask for V0 candidates finding in mCBM (implementation)
Definition in file CbmKFV0FinderTask.cxx.
| #define ERR_ LOG(error) << fName << ": " |
Definition at line 43 of file CbmKFV0FinderTask.cxx.
Referenced by cbm::kfp::V0FinderTask::Init().
| #define LOG_ | ( | SEVERITY, | |
| VERBOSITY ) |
Definition at line 45 of file CbmKFV0FinderTask.cxx.
Referenced by cbm::kfp::V0FinderTask::ApplyConfiguration(), cbm::kfp::V0FinderTask::Finish(), and cbm::kfp::V0FinderTask::Init().
| #define WRN_ LOG(warning) << fName << ": " |
Definition at line 44 of file CbmKFV0FinderTask.cxx.
|
strong |
An enumeration for PID of global tracks.
Definition at line 24 of file KfpV0FinderDefs.h.
|
strong |
Type of V0 decay.
Definition at line 66 of file KfpV0FinderDefs.h.