15 aTree =
new TTree(
"pullAnaTree",
"Tree for Pull Error Analysis");
26 for (
const auto& trkNode : kalmTrack.GetNodes())
29 if ( onlyNodesWithCandidates && !trkNode.GetCandidateProxyHits().size() )
46 Error(
"FillHists",
"Internal type of Sti hit assigned to this node is not specified. "
47 "Histograms won't be filled");
virtual void createTree()
void FillTree(const StiHifyEvent &event, StiNodeHitStatus hitStatus=StiNodeHitStatus::Any, bool onlyNodesWithCandidates=false)
const StiHifyPrgOptions & fPrgOptions
Command line arguments and options requested by the user.
Processes and controls user options provided in the command line.
std::string GetVolumeName() const
bool MatchedVolName(const std::string &volName) const
Note that the function returns true when the internal list of regex'es formed by the user specified o...
const std::vector< TStiKalmanTrack > & GetTStiKalmanTracks() const
double CalcDistanceToClosestHit() const
StiHifyAnalysisTreeMaker(const StiHifyPrgOptions &)
const TVector3 & GetTrackP() const
bool IsInsideVolume() const
const TVector3 & GetProjError() const