Cfv::util::ArgParser | |
▼Cbasic_streambuf | |
Cfv::util::Log | |
Cfv::DataSet | |
Cfv::Function< typename > | |
Cfv::Function< bool()> | |
Cfv::Function< bool(T)> | |
Cfv::Function< R(T, T, T, T)> | |
Cfv::Function< T()> | |
Cfv::Function< T(std::vector< T >)> | |
▼Cfv::GenContainer | |
▼Cfv::Container< std::vector< T > > | |
Cfv::ContainerVector< T > | |
▼Cfv::Container< T > | |
Cfv::ContainerMean< T > | |
▼Cfv::Container< TGraph > | |
Cfv::root::ContainerTGraph | |
▼Cfv::Container< TH1 > | |
►Cfv::root::ContainerTH1< double, double > | |
►Cfv::root::_ContainerTH1D< double > | |
Cfv::root::ContainerTH1D | |
►Cfv::root::ContainerTH1< float, float > | |
►Cfv::root::_ContainerTH1F< float > | |
Cfv::root::ContainerTH1F | |
►Cfv::root::ContainerTH1< int, int > | |
►Cfv::root::_ContainerTH1I< int > | |
Cfv::root::ContainerTH1I | |
►Cfv::root::ContainerTH1< std::vector< double >, double > | |
►Cfv::root::_ContainerTH1D< std::vector< double > > | |
Cfv::root::ContainerTH1DMany | |
►Cfv::root::ContainerTH1< std::vector< float >, float > | |
►Cfv::root::_ContainerTH1F< std::vector< float > > | |
Cfv::root::ContainerTH1FMany | |
►Cfv::root::ContainerTH1< std::vector< int >, int > | |
►Cfv::root::_ContainerTH1I< std::vector< int > > | |
Cfv::root::ContainerTH1IMany | |
►Cfv::root::ContainerTH1< V, double > | |
Cfv::root::_ContainerTH1D< V > | |
►Cfv::root::ContainerTH1< V, float > | |
Cfv::root::_ContainerTH1F< V > | |
►Cfv::root::ContainerTH1< V, int > | |
Cfv::root::_ContainerTH1I< V > | |
Cfv::root::ContainerTH1< V, D > | |
▼Cfv::Container< TH2 > | |
►Cfv::root::ContainerTH2< double, double > | |
►Cfv::root::_ContainerTH2D< double > | |
Cfv::root::ContainerTH2D | |
►Cfv::root::ContainerTH2< float, float > | |
►Cfv::root::_ContainerTH2F< float > | |
Cfv::root::ContainerTH2F | |
►Cfv::root::ContainerTH2< int, int > | |
►Cfv::root::_ContainerTH2I< int > | |
Cfv::root::ContainerTH2I | |
►Cfv::root::ContainerTH2< std::vector< double >, double > | |
►Cfv::root::_ContainerTH2D< std::vector< double > > | |
Cfv::root::ContainerTH2DMany | |
►Cfv::root::ContainerTH2< std::vector< float >, float > | |
►Cfv::root::_ContainerTH2F< std::vector< float > > | |
Cfv::root::ContainerTH2FMany | |
►Cfv::root::ContainerTH2< std::vector< int >, int > | |
►Cfv::root::_ContainerTH2I< std::vector< int > > | |
Cfv::root::ContainerTH2IMany | |
►Cfv::root::ContainerTH2< V, double > | |
Cfv::root::_ContainerTH2D< V > | |
►Cfv::root::ContainerTH2< V, float > | |
Cfv::root::_ContainerTH2F< V > | |
►Cfv::root::ContainerTH2< V, int > | |
Cfv::root::_ContainerTH2I< V > | |
Cfv::root::ContainerTH2< V, D > | |
Cfv::Container< H > | |
▼Cfv::GenFunction | Parent class to all Function classes |
Cfv::Function< 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 |
▼Cfv::GenValue | |
▼Cfv::Value< T > | A generic value |
►Cfv::DerivedValue< T > | A generic, derived, value |
Cfv::BoundValue< T > | A generic value owning only a function object |
Cfv::ConstantValue< T > | A Value which always returns the same value, supplied in the constructor |
►Cfv::Reduce< T > | Reduce a Value of type vector<T> to just a T |
Cfv::ElementOf< T > | Extract the element at a specific index from a vector |
Cfv::Max< T > | Find and return the maximum value of a vector |
Cfv::Mean< T > | Calculate the mean value of a vector |
Cfv::Min< T > | Find and return the minimum value of a vector |
Cfv::Range< T > | Calculate the range of the values in a vector |
Cfv::ObservedValue< T > | A generic, observed, value |
▼Cfv::Value< bool > | |
►Cfv::DerivedValue< bool > | |
►Cfv::Filter | |
Cfv::RangeFilter< T > | |
Cfv::root::MassFilter | |
▼Cfv::Value< double > | |
►Cfv::DerivedValue< double > | |
Cfv::root::LorentzVectorEnergy | |
Cfv::Value< float > | |
▼Cfv::Value< int > | |
►Cfv::DerivedValue< int > | |
Cfv::Count< T > | |
Cfv::Value< std::pair< double, double > > | |
Cfv::Value< std::pair< float, float > > | |
Cfv::Value< std::pair< int, int > > | |
Cfv::Value< std::pair< std::vector< double >, std::vector< double > > > | |
Cfv::Value< std::pair< std::vector< float >, std::vector< float > > > | |
Cfv::Value< std::pair< std::vector< int >, std::vector< int > > > | |
▼Cfv::Value< std::pair< T, int > > | |
►Cfv::DerivedValue< std::pair< T, int > > | |
►Cfv::ReduceIndex< T > | Similar to Reduce, but returns a pair of a T and an int |
Cfv::MaxIndex< T > | Find and return the maximum value of a vector and its index |
Cfv::MinIndex< T > | Find and return the minimum value of a vector and its index |
▼Cfv::Value< std::pair< T1, T2 > > | |
►Cfv::DerivedValue< std::pair< T1, T2 > > | |
Cfv::Pair< T1, T2 > | Creates a std::pair type from a two other Value objects |
Cfv::Value< std::pair< V, V > > | |
Cfv::Value< std::vector< double > > | |
Cfv::Value< std::vector< float > > | |
Cfv::Value< std::vector< int > > | |
▼Cfv::Value< std::vector< R > > | |
►Cfv::DerivedValue< std::vector< R > > | |
Cfv::ZipMapFour< R, T > | Takes a set of four Value<std::vector<T> > objects and a function of four Ts and returns a std::vector<R> |
▼Cfv::Value< std::vector< T > > | |
►Cfv::DerivedValue< std::vector< T > > | |
Cfv::WrapperVector< T > | A std::vector wrapper around a C-style array |
▼Cfv::Value< T * > | |
►Cfv::DerivedValue< T *> | |
Cfv::PointerValue< T > | A Value of a pointer |
Cfv::Value< T *> | |
▼Cfv::Value< TLorentzVector > | |
►Cfv::DerivedValue< TLorentzVector > | |
Cfv::root::LorentzVector | |
Cfv::Value< V > | |