ATLAS Offline Software
Loading...
Searching...
No Matches
InvariantMassThreeTOBsIncl1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4// InvariantMassThreeTOBsIncl1.h
5// TopoCore
6// Created by Carlos Moreno based on InvariantMassInclusive1 by Joerg Stelzer on 11/16/12.
7
8#ifndef L1TOPOALGORITHMS_INVARIANTMASSTHREETOBSINCL1_H
9#define L1TOPOALGORITHMS_INVARIANTMASSTHREETOBSINCL1_H
10
11#include <iostream>
13
14namespace TCS {
15
17 public:
18 InvariantMassThreeTOBsIncl1(const std::string & name);
20
21 virtual StatusCode initialize() override final;
22
23 virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
24 const std::vector<TCS::TOBArray *> & output,
25 Decision & decison ) override final;
26
27 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
28 const std::vector<TCS::TOBArray *> & output,
29 Decision & decison ) override final;
30
31
32 private:
33
35 parType_t p_InvMassMin[6] = {0, 0, 0,0,0,0};
36 parType_t p_InvMassMax[6] = {0, 0, 0,0,0,0};
37 parType_t p_MinET1[6] = { 0 ,0,0,0,0,0};
39
40 };
41
42}
43
44#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
virtual StatusCode initialize() override final
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
const std::string process
uint32_t parType_t
Definition Parameter.h:22