ATLAS Offline Software
Loading...
Searching...
No Matches
InvariantMassDeltaPhiInclusive1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4// InvariantMassDeltaPhiInclusive1.h
5// TopoCore
6// Based on InvariantMassDeltaPhiInclusive2 by Joerg Stelzer on 19/02/2019. For questions contact atlas-trig-l1topo-algcom@cern.ch.
7
8#ifndef __TopoCore__InvariantMassDeltaPhiInclusive1__
9#define __TopoCore__InvariantMassDeltaPhiInclusive1__
10
12
13class TH2;
14
15namespace TCS {
16
18 public:
19 InvariantMassDeltaPhiInclusive1(const std::string & name);
21
22 virtual StatusCode initialize() override final;
23
24 virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
25 const std::vector<TCS::TOBArray *> & output,
26 Decision & decison ) override final;
27
28
29 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
30 const std::vector<TCS::TOBArray *> & output,
31 Decision & decison ) override final;
32
33
34 private:
35
37 parType_t p_InvMassMin[6] = { 0,0,0,0,0,0 };
38 parType_t p_InvMassMax[6] = { 0,0,0,0,0,0 };
39 parType_t p_MinET1[6] = { 0,0,0,0,0,0 };
40 parType_t p_MinET2[6] = { 0,0,0,0,0,0 };
46 parType_t p_DeltaPhiMin[6] = { 0,0,0,0,0,0 };
47 parType_t p_DeltaPhiMax[6] = { 0,0,0,0,0,0 };
48
49 };
50
51}
52
53#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
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