6#ifndef TrigEgammaEmulationL1CaloHypoTool_h
7#define TrigEgammaEmulationL1CaloHypoTool_h
38 bool isolationL1(
float min,
float offset,
float slope,
float energy,
float emE)
const;
39 bool variableEtL1(std::string L1item,
float l1energy,
float l1eta)
const;
40 float emulationL1V(
const std::string& L1item,
float l1eta)
const;
43 Gaudi::Property<std::string>
m_l1item{
this,
"L1Item",
"",
"" };
The common trigger namespace for trigger analysis tools.