ATLAS Offline Software
TeATIME.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 // TeATIME.h
5 // TopoCore
6 // Based on the JIRA ticket: https://its.cern.ch/jira/browse/ATR-31097
7 
8 #ifndef __TopoCore__TeATIME__
9 #define __TopoCore__TeATIME__
10 
11 #include <iostream>
13 
14 class TH2;
15 
16 namespace TCS {
17 
18  class TeATIME : public DecisionAlg {
19  public:
20  TeATIME(const std::string & name);
21  virtual ~TeATIME() = default;
22 
23  virtual StatusCode initialize() override;
24 
25  virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
26  const std::vector<TCS::TOBArray *> & output,
27  Decision & decison ) override;
28 
29 
30  virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
31  const std::vector<TCS::TOBArray *> & output,
32  Decision & decison ) override;
33 
34  };
35 
36 }
37 
38 #endif
TCS::TeATIME::TeATIME
TeATIME(const std::string &name)
Definition: TeATIME.cxx:25
TCS::TeATIME
Definition: TeATIME.h:18
TCS::TeATIME::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override
Definition: TeATIME.cxx:57
TCS::DecisionAlg
Definition: Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::TeATIME::~TeATIME
virtual ~TeATIME()=default
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::Decision
Definition: L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
DecisionAlg.h
TCS::TeATIME::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override
Definition: TeATIME.cxx:84
TCS::TeATIME::initialize
virtual StatusCode initialize() override
Definition: TeATIME.cxx:42
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15