ATLAS Offline Software
Functions
JfexSimMonitorAlgorithm.cxx File Reference
#include "JfexSimMonitorAlgorithm.h"
Include dependency graph for JfexSimMonitorAlgorithm.cxx:

Go to the source code of this file.

Functions

template<typename T >
uint16_t tobEt (const T *tob)
 
template<>
uint16_t tobEt (const xAOD::jFexMETRoI *)
 
template<>
uint16_t tobEt (const xAOD::jFexSumETRoI *)
 

Function Documentation

◆ tobEt() [1/3]

template<typename T >
uint16_t tobEt ( const T *  tob)

Definition at line 104 of file JfexSimMonitorAlgorithm.cxx.

104 { return tob->tobEt(); }

◆ tobEt() [2/3]

template<>
uint16_t tobEt ( const xAOD::jFexMETRoI )

Definition at line 105 of file JfexSimMonitorAlgorithm.cxx.

105 { return 0; }

◆ tobEt() [3/3]

template<>
uint16_t tobEt ( const xAOD::jFexSumETRoI )

Definition at line 106 of file JfexSimMonitorAlgorithm.cxx.

106 { return 0; }