ATLAS Offline Software
Loading...
Searching...
No Matches
ThreeVectorBranch.cxx File Reference
#include <MuonTesterTree/ThreeVectorBranch.h>
#include "GaudiKernel/SystemOfUnits.h"
Include dependency graph for ThreeVectorBranch.cxx:

Go to the source code of this file.

Namespaces

namespace  MuonVal
 Class to store array like branches into the n-tuples.

Functions

constexpr float inDeg (const float rad)

Function Documentation

◆ inDeg()

float inDeg ( const float rad)
constexpr

Definition at line 8 of file ThreeVectorBranch.cxx.

8 {
9 return rad / Gaudi::Units::deg;
10}