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 102 of file JfexSimMonitorAlgorithm.cxx.

102 { return tob->tobEt(); }

◆ tobEt() [2/3]

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

Definition at line 103 of file JfexSimMonitorAlgorithm.cxx.

103 { return 0; }

◆ tobEt() [3/3]

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

Definition at line 104 of file JfexSimMonitorAlgorithm.cxx.

104 { return 0; }