PandaRoot
genfit::PruneFlags Struct Reference

Info which information has been pruned from the Track. More...

#include <FitStatus.h>

Public Member Functions

 PruneFlags ()
 
void reset ()
 
void setFlags (Option_t *option="")
 does not reset! If a flag is already true and is not in opt, it will stay true. More...
 
bool hasFlags (Option_t *option="CFLWRMIU") const
 check if all the given flags are set More...
 
bool isPruned () const
 check if any of the flags is set More...
 
void Print (const Option_t *="") const
 

Detailed Description

Info which information has been pruned from the Track.

Possible options: C: prune all reps except cardinalRep F: prune all points except first point (also prune referenceInfo from fitterInfos) L: prune all points except last point (also prune referenceInfo from fitterInfos) FL: prune all points except first and last point (also prune referenceInfo from fitterInfos) W: prune rawMeasurements from TrackPoints R: prune referenceInfo from fitterInfos M: prune measurementInfo from fitterInfos I: if F, L, or FL is set, prune forward (backward) info of first (last) point U: if fitterInfo is a KalmanFitterInfo, prune predictions and keep updates

Definition at line 45 of file FitStatus.h.

Constructor & Destructor Documentation

◆ PruneFlags()

genfit::PruneFlags::PruneFlags ( )

Member Function Documentation

◆ hasFlags()

bool genfit::PruneFlags::hasFlags ( Option_t *  option = "CFLWRMIU") const

check if all the given flags are set

◆ isPruned()

bool genfit::PruneFlags::isPruned ( ) const

check if any of the flags is set

◆ Print()

void genfit::PruneFlags::Print ( const Option_t *  = "") const

◆ reset()

void genfit::PruneFlags::reset ( )

◆ setFlags()

void genfit::PruneFlags::setFlags ( Option_t *  option = "")

does not reset! If a flag is already true and is not in opt, it will stay true.


The documentation for this struct was generated from the following file: