Project
Loading...
Searching...
No Matches
BasicOps.h File Reference

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::framework
 Defining PrimaryVertex explicitly as messageable.
 

Enumerations

enum  o2::framework::BasicOp : unsigned int {
  o2::framework::LogicalAnd , o2::framework::LogicalOr , o2::framework::Addition , o2::framework::Subtraction ,
  o2::framework::Division , o2::framework::Multiplication , o2::framework::BitwiseAnd , o2::framework::BitwiseOr ,
  o2::framework::BitwiseXor , o2::framework::LessThan , o2::framework::LessThanOrEqual , o2::framework::GreaterThan ,
  o2::framework::GreaterThanOrEqual , o2::framework::Equal , o2::framework::NotEqual , o2::framework::Atan2 ,
  o2::framework::Power , o2::framework::Sqrt , o2::framework::Exp , o2::framework::Log ,
  o2::framework::Log10 , o2::framework::Sin , o2::framework::Cos , o2::framework::Tan ,
  o2::framework::Asin , o2::framework::Acos , o2::framework::Atan , o2::framework::Abs ,
  o2::framework::Round , o2::framework::BitwiseNot , o2::framework::Conditional
}