TTTT Analysis
0.1
|
▼Nfv | The namespace containing all filval classes and functions |
▼Nroot | |
C_ContainerTH1D | |
C_ContainerTH1F | |
C_ContainerTH1I | |
C_ContainerTH2D | |
C_ContainerTH2F | |
C_ContainerTH2I | |
CContainerTGraph | |
CContainerTH1 | |
CContainerTH1D | |
CContainerTH1DMany | |
CContainerTH1F | |
CContainerTH1FMany | |
CContainerTH1I | |
CContainerTH1IMany | |
CContainerTH2 | |
CContainerTH2D | |
CContainerTH2DMany | |
CContainerTH2F | |
CContainerTH2FMany | |
CContainerTH2I | |
CContainerTH2IMany | |
CLorentzVector | |
CLorentzVectorEnergy | |
CMassFilter | |
▼Nutil | |
CArgParser | |
CLog | |
CBoundValue | A generic value owning only a function object |
CConstantValue | A Value which always returns the same value, supplied in the constructor |
CContainer | |
CContainerMean | |
CContainerVector | |
CCount | |
CDataSet | |
CDerivedValue | A generic, derived, value |
CElementOf | Extract the element at a specific index from a vector |
CFilter | |
CFunction | |
CFunction< R(ArgTypes...)> | In order to enable proper provenance tracking, and at the same time keep the ability to embed functions into values, the Function class should be used |
CGenContainer | |
CGenFunction | Parent class to all Function classes |
CGenValue | |
CMax | Find and return the maximum value of a vector |
CMaxIndex | Find and return the maximum value of a vector and its index |
CMean | Calculate the mean value of a vector |
CMin | Find and return the minimum value of a vector |
CMinIndex | Find and return the minimum value of a vector and its index |
CObservedValue | A generic, observed, value |
CPair | Creates a std::pair type from a two other Value objects |
CPointerValue | A Value of a pointer |
CRange | Calculate the range of the values in a vector |
CRangeFilter | |
CReduce | Reduce a Value of type vector<T> to just a T |
CReduceIndex | Similar to Reduce, but returns a pair of a T and an int |
CValue | A generic value |
CWrapperVector | A std::vector wrapper around a C-style array |
CZipMapFour | Takes a set of four Value<std::vector<T> > objects and a function of four Ts and returns a std::vector<R> |