28 : mControlTree(nullptr),
29 mControlFile(nullptr),
30 mIsSuccessfulInit(false),
31 mNEntriesAutoSave(10000),
32 mOutFileName(
"mft_align_point.root"),
33 mTreeTitle(
"align point info tree")
64 LOG(info) <<
"AlignPointControl - closed file "
117 LOG(error) <<
"AlignPointControl::init() - failed, no viable output file !";
121 LOG(error) <<
"AlignPointControl::init() - failed, no TTree !";
131 LOG(info) <<
"AlignPointControl::terminate() - wrote "
142 LOG(warning) <<
"AlignPointControl::fill() - aborted, init was not ok !";
151 LOGF(info,
"AlignPointControl::fillControlTree() - track %i h %d d %d l %d s %4d lMpos x %.2e y %.2e z %.2e gMpos x %.2e y %.2e z %.2e gRpos x %.2e y %.2e z %.2e",
165 LOG(warning) <<
"AlignPointControl::setControlPoint() - aborted, can not use a null pointer";
ClassImp(o2::mft::AlignPointControl)
Compute the local and global derivatives at an alignment point (track position, cluster position)
void setCyclicAutoSave(const long nEntries)
Set the number of entries to be used by TTree::AutoSave()
AlignPointInfo mPointInfo
information to be written to the output TTree
virtual ~AlignPointControl()
destructor
TTree * mControlTree
the ROOT TTree container
bool setControlPoint(o2::mft::AlignPointHelper *aPoint)
TFile * mControlFile
the output file
TString mTreeTitle
title of the TTree
TString mOutFileName
name of the output file that will store the TTree
void init()
init output file and tree
void fill(o2::mft::AlignPointHelper *aPoint, const int iTrack=0, const bool doPrint=false)
fill the tree from an align point
long mNEntriesAutoSave
max entries in the buffer after which TTree::AutoSave() is automatically used
bool mIsSuccessfulInit
boolean to monitor the success of the initialization
bool isInitOk() const
check if init went well
AlignPointControl()
constructor
void terminate()
write tree and close output file
Container of a single alignment point and methods to fill it.
o2::math_utils::Point3D< double > getLocalResidual() const
o2::math_utils::Point3D< double > getGlobalResidual() const
o2::math_utils::Point3D< double > getLocalMeasuredPosition() const
o2::math_utils::Point3D< double > getGlobalRecoPosition() const
UShort_t getSensorId() const
o2::math_utils::Point3D< double > getGlobalMeasuredPosition() const
o2::math_utils::Point3D< double > getLocalRecoPosition() const
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"