ATLAS Offline Software
Loading...
Searching...
No Matches
jLJetMultiplicity.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __TopoCore__jLJetMultiplicity__
6#define __TopoCore__jLJetMultiplicity__
7
8#include <iostream>
9#include <vector>
12
14
15class TH2;
16
17namespace TCS {
18
20 public:
21 jLJetMultiplicity(const std::string & name);
22 virtual ~jLJetMultiplicity();
23
24 virtual StatusCode initialize() override;
25
26 virtual StatusCode processBitCorrect( const TCS::InputTOBArray & input,
27 Count & count ) override final ;
28
29 virtual StatusCode process( const TCS::InputTOBArray & input,
30 Count & count ) override final ;
31
32
33
34 private:
35
37 };
38
39}
40
41#endif
const std::string & name() const
CountingAlg(const std::string &name)
Definition CountingAlg.h:28
TrigConf::L1Threshold const * m_threshold
jLJetMultiplicity(const std::string &name)
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
virtual StatusCode initialize() override
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