ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
EnergyThreshold.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// EnergyThreshold.h
6
// TopoCore
7
// Created by Jack Harrison on 16/12/21.
8
9
#ifndef __TopoCore__EnergyThreshold__
10
#define __TopoCore__EnergyThreshold__
11
12
#include <vector>
13
#include <
L1TopoInterfaces/CountingAlg.h
>
14
#include "
L1TopoEvent/TOBArray.h
"
15
#include "
TrigConfData/L1Threshold.h
"
16
17
18
class
TH2;
19
20
21
namespace
TCS
{
22
23
class
EnergyThreshold
:
public
CountingAlg
{
24
25
public
:
26
27
EnergyThreshold
(
const
std::string &
name
);
28
29
virtual
~EnergyThreshold
() =
default
;
30
31
virtual
StatusCode
initialize
()
override
;
32
33
virtual
StatusCode
processBitCorrect
(
const
TCS::InputTOBArray
& input,
34
Count
&
count
)
override
final
;
35
36
virtual
StatusCode
process
(
const
TCS::InputTOBArray
& input,
37
Count
&
count
)
override
final
;
38
39
private
:
40
41
TrigConf::L1Threshold
const
*
m_threshold
{
nullptr
};
42
43
};
44
}
45
46
#endif
CountingAlg.h
L1Threshold.h
TOBArray.h
TCS::ConfigurableAlg::name
const std::string & name() const
Definition
ConfigurableAlg.h:49
TCS::Count
Definition
Count.h:20
TCS::CountingAlg::CountingAlg
CountingAlg(const std::string &name)
Definition
CountingAlg.h:28
TCS::EnergyThreshold::processBitCorrect
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
Definition
EnergyThreshold.cxx:54
TCS::EnergyThreshold::m_threshold
TrigConf::L1Threshold const * m_threshold
Definition
EnergyThreshold.h:41
TCS::EnergyThreshold::initialize
virtual StatusCode initialize() override
Definition
EnergyThreshold.cxx:38
TCS::EnergyThreshold::EnergyThreshold
EnergyThreshold(const std::string &name)
Definition
EnergyThreshold.cxx:31
TCS::EnergyThreshold::~EnergyThreshold
virtual ~EnergyThreshold()=default
TCS::InputTOBArray
Definition
InputTOBArray.h:15
TCS::StatusCode
Definition
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TrigConf::L1Threshold
Standard L1 threshold configuration.
Definition
L1ThresholdBase.h:125
process
const std::string process
Definition
fbtTestBasics.cxx:76
count
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
Definition
hcg.cxx:148
TCS
Definition
AnomalyDetectionBDT.h:18
Generated on
for ATLAS Offline Software by
1.17.0