ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoInterfaces
Root
CountingAlg.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
// CountingAlg.cxx
5
// TopoCore
6
// Created by Carlos Moreno on 05/05/20.
7
8
#include "
L1TopoInterfaces/CountingAlg.h
"
9
10
TCS::StatusCode
11
TCS::CountingAlg::doReset
() {
12
return
StatusCode::SUCCESS
;
13
}
14
15
TCS::CountingAlg::~CountingAlg
() {}
16
17
TCS::StatusCode
18
TCS::CountingAlg::processBitCorrect
(
const
TCS::InputTOBArray
& input,
19
Count
&
count
)
20
{
21
return
process
(input,
count
);
22
}
CountingAlg.h
TCS::Count
Definition
Count.h:20
TCS::CountingAlg::~CountingAlg
virtual ~CountingAlg()
Definition
CountingAlg.cxx:15
TCS::CountingAlg::doReset
virtual StatusCode doReset()
Definition
CountingAlg.cxx:11
TCS::CountingAlg::processBitCorrect
virtual TCS::StatusCode processBitCorrect(const InputTOBArray &input, Count &count)=0
Definition
CountingAlg.cxx:18
TCS::InputTOBArray
Definition
InputTOBArray.h:15
TCS::StatusCode
Definition
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::StatusCode::SUCCESS
@ SUCCESS
Definition
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:17
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:146
Generated on
for ATLAS Offline Software by
1.14.0