5#ifndef TRIGT1CALOMAPPINGTOOLS_PPMCOOLMAPPINGTOOL_H
6#define TRIGT1CALOMAPPINGTOOLS_PPMCOOLMAPPINGTOOL_H
11#include "GaudiKernel/IIncidentListener.h"
12#include "GaudiKernel/Incident.h"
13#include "GaudiKernel/ToolHandle.h"
37 using base_class::base_class;
40 virtual void handle(
const Incident&)
override;
43 virtual bool mapping(
int crate,
int module,
int channel,
44 double&
eta,
double&
phi,
int& layer)
const override;
47 int& crate,
int& module,
int& channel)
const override;
52 ToolHandle<CaloTriggerTowerService>
m_ttSvc
53 {
this,
"CaloTriggerTowerService",
"CaloTriggerTowerService" };
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Helper class for offline TT identifiers.
Helper class for Calo TT online identifiers.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...