Detectors are renamed - FT0 and FV0 #2278
Conversation
shahor02
left a comment
There was a problem hiding this comment.
Please see comments below. Also, either squash all commits to one, or I can do this at merging (the message of the 1st commit will be assigned)
| } | ||
|
|
||
| ///< number of validated V0 candidates (at most 2 are possible) | ||
| ///< number of validated FV0 candidates (at most 2 are possible) |
There was a problem hiding this comment.
I've already commented on this in the previous PR #2255 (comment), these are secondary vertices V0s, please revert this file
| double bz = 5.0; | ||
|
|
||
| // create V0 | ||
| // create FV0 |
| TVector3 startMom, double startE, | ||
| double endTime, double eLoss, Int_t particlePdg) | ||
| o2::fv0::Hit* Detector::addHit(Int_t trackId, Int_t cellId, | ||
| TVector3 startPos, TVector3 endPos, |
There was a problem hiding this comment.
No need to use TObject based virtual object to transfer the position/momentum, please change this to Point3D<float> or Vector3D<float>, also in related methods
| TH2S* getHistoT0(ROC roc, Bool_t force) | ||
| { | ||
| return getHistogram(roc, mT0Histograms, mNbinsT0, mXminT0, mXmaxT0, "T0", force); | ||
| return getHistogram(roc, mT0Histograms, mNbinsT0, mXminT0, mXmaxT0, "FT0", force); |
There was a problem hiding this comment.
This one also was commented in the prev. PR https://stackoverflow.com/questions/32766151/check-for-optionally-targets-in-cmake-that-are-not-in-the-correct-order, it is for TPC start time, revert this file please
| { | ||
| auto f = std::unique_ptr<TFile>(TFile::Open(filename.c_str(), "recreate")); | ||
| f->WriteObject(&mT0, "T0"); | ||
| f->WriteObject(&mT0, "T0"); |
There was a problem hiding this comment.
sorry, I did not check, I was sure he fixed this...
|
|
||
| enum ETrackType { | ||
| Standard, | ||
| Standard, |
There was a problem hiding this comment.
This one also is for secondary vertices, revert.
caac918 to
6fbc499
Compare
|
We satisfied all requests, yes? |
|
Hi @AllaMaevskaya |
* T0 and V0 namespace changes * clang-format fixes * T0 string changes * clang-format fixes * T0 function names, variables, file path * renaming files, directories, #includes, cmakes * more file renames, directory renames * V0 string changes * V0 comments, variables, and functions * updated V0 variable * more T0 strings, comments, and FITT0, FIT_T0 * more T0 strings, comments, and FITT0, FIT_T0 again * FIT V0 renames * lowercase t0 changes * V0 file and directory names, T0 string * Clang format fixes * fixing erroneous T0 and V0 changes * T0 and V0 namespace changes * clang-format fixes * T0 string changes * clang-format fixes * T0 function names, variables, file path * renaming files, directories, #includes, cmakes * more file renames, directory renames * V0 string changes * V0 comments, variables, and functions * updated V0 variable * more T0 strings, comments, and FITT0, FIT_T0 * more T0 strings, comments, and FITT0, FIT_T0 again * FIT V0 renames * lowercase t0 changes * V0 file and directory names, T0 string * Clang format fixes * fixing erroneous T0 and V0 changes * Clang format fixed * Revert "fixing erroneous T0 and V0 changes" This reverts commit 30ba3bd. * Revert "Clang format fixed" This reverts commit ebbebd7. * clang format fixes * fixing erroneous T0 and V0 changes * Simplify containers in FV0 from TVector3's to TPoint3D and TVector3D * merge conflict solved * clang format after merge * revert accidental changes * Update testDCAFitter.cxx
* T0 and V0 namespace changes * clang-format fixes * T0 string changes * clang-format fixes * T0 function names, variables, file path * renaming files, directories, #includes, cmakes * more file renames, directory renames * V0 string changes * V0 comments, variables, and functions * updated V0 variable * more T0 strings, comments, and FITT0, FIT_T0 * more T0 strings, comments, and FITT0, FIT_T0 again * FIT V0 renames * lowercase t0 changes * V0 file and directory names, T0 string * Clang format fixes * fixing erroneous T0 and V0 changes * T0 and V0 namespace changes * clang-format fixes * T0 string changes * clang-format fixes * T0 function names, variables, file path * renaming files, directories, #includes, cmakes * more file renames, directory renames * V0 string changes * V0 comments, variables, and functions * updated V0 variable * more T0 strings, comments, and FITT0, FIT_T0 * more T0 strings, comments, and FITT0, FIT_T0 again * FIT V0 renames * lowercase t0 changes * V0 file and directory names, T0 string * Clang format fixes * fixing erroneous T0 and V0 changes * Clang format fixed * Revert "fixing erroneous T0 and V0 changes" This reverts commit 30ba3bd. * Revert "Clang format fixed" This reverts commit ebbebd7. * clang format fixes * fixing erroneous T0 and V0 changes * Simplify containers in FV0 from TVector3's to TPoint3D and TVector3D * merge conflict solved * clang format after merge * revert accidental changes * Update testDCAFitter.cxx
No description provided.