| ▼Nfv | The namespace containing all filval classes and functions |
| ▼Nroot | |
| C_ContainerTH1 | |
| C_ContainerTH2 | |
| C_Counter | |
| CContainerTGraph | |
| CContainerTH1 | |
| CContainerTH1Many | |
| CContainerTH2 | |
| CContainerTH2Many | |
| CCounter | A Counter that keeps a mapping of the number of occurances of each input value |
| CCounterMany | Same as Counter but accepts multiple values per fill |
| CEnergies | |
| CLorentzVectors | |
| CMassFilter | |
| ▼Nutil | |
| CArgParser | |
| CLog | |
| C_Zip | |
| C_Zip< Head, Tail... > | |
| C_Zip<> | |
| CBoundValue | A generic value owning only a function object |
| Ccall_impl | |
| Ccall_impl< F, Tuple, true, Total, N... > | |
| CConstantValue | A Value which always returns the same value, supplied in the constructor |
| CContainer | |
| CContainerMean | |
| CContainerVector | |
| CCount | Returns the count of elements in the input vector passing a test function |
| 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 | |
| CMapOver | |
| CMapOver< Ret(ArgTypes...)> | |
| 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 |
| CZip | Zips a series of observations together |
| CZipMapFour | Takes a set of four Value<std::vector<T> > objects and a function of four Ts and returns a std::vector<R> |