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_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
 CBoundValueA generic value owning only a function object
 CConstantValueA Value which always returns the same value, supplied in the constructor
 CContainer
 CContainerMean
 CContainerVector
 CCount
 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>