Cmp.hh 301 inline Cmp<Projection> pcmp(const Projection& parent1, const Projection& parent2, const string& pname) { 308 inline Cmp<Projection> pcmp(const Projection* parent1, const Projection& parent2, const string& pname) { 316 inline Cmp<Projection> pcmp(const Projection& parent1, const Projection* parent2, const string& pname) { 323 inline Cmp<Projection> pcmp(const Projection* parent1, const Projection* parent2, const string& pname) { Definition: ALICE_2010_I880049.cc:13 const Cmp< double > & operator||(const Cmp< U > &c) const If this state is equivalent, set this state to the state of c. Definition: Cmp.hh:250 ~Cmp() The destructor is not virtual since this is not intended to be a base class. Definition: Cmp.hh:224 ~Cmp() The destructor is not virtual since this is not intended to be a base class. Definition: Cmp.hh:43 const Cmp< double > & operator=(const Cmp< U > &x) The assignment operator. Definition: Cmp.hh:228 const Cmp< Projection > & operator=(const Cmp< U > &x) The assignment operator. Definition: Cmp.hh:133 const Cmp< T > & operator||(const Cmp< U > &c) const If this state is equivalent, set this state to the state of c. Definition: Cmp.hh:70 ~Cmp() The destructor is not virtual since this is not intended to be a base class. Definition: Cmp.hh:129 Specialization of Cmp for checking the ordering of two {Projection}s. Definition: Cmp.hh:112 Cmp< Projection > pcmp(const Projection &p1, const Projection &p2) Global helper function for easy creation of Cmp<Projection> objects. Definition: Cmp.hh:295 Specialization of Cmp for checking the ordering of two floating point numbers. Definition: Cmp.hh:207 std::enable_if< std::is_arithmetic< N1 >::value &&std::is_arithmetic< N2 >::value &&(std::is_floating_point< N1 >::value||std::is_floating_point< N2 >::value), bool >::type fuzzyEquals(N1 a, N2 b, double tolerance=1e-5) Compare two numbers for equality with a degree of fuzziness. Definition: MathUtils.hh:45 const PROJ & getProjection(const std::string &name) const Definition: ProjectionApplier.hh:56 Definition: Cmp.hh:27 const Cmp< T > & operator=(const Cmp< U > &x) The assignment operator. Definition: Cmp.hh:47 const Cmp< Projection > & operator||(const Cmp< U > &c) const If this state is equivalent, set this state to the state of c. Definition: Cmp.hh:156 Cmp< T > cmp(const T &t1, const T &t2) Global helper function for easy creation of Cmp objects. Definition: Cmp.hh:285 Generated on Sun Feb 17 2019 21:04:56 for Rivet by ![]() |