ATLAS Offline Software
Loading...
Searching...
No Matches
LArSaturation.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// LArSaturation.h
6// TopoCore
7// Currently a dummy alg, to be filled in with logic later if needed
8// Author: Teng Jian Khoo
9
10#ifndef __TopoCore__LArSaturation__
11#define __TopoCore__LArSaturation__
12
13#include <vector>
17
18
19class TH2;
20
21
22namespace TCS {
23
24 class LArSaturation : public CountingAlg {
25
26 public:
27
28 LArSaturation(const std::string & name);
29
30 virtual ~LArSaturation() = default;
31
32 virtual StatusCode initialize() override;
33
35 Count & count) override final;
36
37 virtual StatusCode process(const TCS::InputTOBArray & input,
38 Count & count) override final;
39
40 private:
41
43
44 };
45}
46
47#endif
const std::string & name() const
CountingAlg(const std::string &name)
Definition CountingAlg.h:28
LArSaturation(const std::string &name)
virtual StatusCode initialize() override
virtual ~LArSaturation()=default
TrigConf::L1Threshold const * m_threshold
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
Standard L1 threshold configuration.
const std::string process
int count(std::string s, const std::string &regx)
count how many occurances of a regx are in a string
Definition hcg.cxx:146