TTTT Analysis  0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NfvThe namespace containing all filval classes and functions
 Nroot
 C_ContainerTH1
 C_ContainerTH2
 C_Counter
 CContainerTGraph
 CContainerTH1
 CContainerTH1Many
 CContainerTH2
 CContainerTH2Many
 CCounter
 CCounterMany
 CCounterManyI
 CLorentzVector
 CLorentzVectorEnergy
 CMassFilter
 Nutil
 CArgParser
 CLog
 CBoundValueA generic value owning only a function object
 CConstantValueA Value which always returns the same value, supplied in the constructor
 CContainer
 CContainerMean
 CContainerVector
 CCountReturns the count of elements in the input vector passing a test function
 CDataSet
 CDerivedValueA generic, derived, value
 CElementOfExtract 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
 CGenFunctionParent class to all Function classes
 CGenValue
 CMaxFind and return the maximum value of a vector
 CMaxIndexFind and return the maximum value of a vector and its index
 CMeanCalculate the mean value of a vector
 CMinFind and return the minimum value of a vector
 CMinIndexFind and return the minimum value of a vector and its index
 CObservedValueA generic, observed, value
 CPairCreates a std::pair type from a two other Value objects
 CPointerValueA Value of a pointer
 CRangeCalculate the range of the values in a vector
 CRangeFilter
 CReduceReduce a Value of type vector<T> to just a T
 CReduceIndexSimilar to Reduce, but returns a pair of a T and an int
 CValueA generic value
 CWrapperVectorA std::vector wrapper around a C-style array
 CZipMapFourTakes a set of four Value<std::vector<T> > objects and a function of four Ts and returns a std::vector<R>