ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
JetTagTools
JetTagTools
CombinerTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETTAGTOOLS_COMBINERTOOL_H
6
#define JETTAGTOOLS_COMBINERTOOL_H
7
8
/******************************************************
9
@class CombinerTool
10
Helper class for likelihood calculations
11
12
Package : JetTagTools
13
Created : January 2005
14
15
@author andreas.wildauer@cern.ch
16
********************************************************/
17
18
#include "
AthenaBaseComps/AthAlgTool.h
"
19
#include "
JetTagTools/ICombinerTool.h
"
20
#include <string>
21
#include <vector>
22
#include "
xAODJet/Jet.h
"
23
24
//class Jet;
25
class
JetTagInfoBase
;
26
//namespace xAOD { class Jet; }
27
28
namespace
Analysis
29
{
30
31
class
CombinerTool
:
public
AthAlgTool
,
virtual
public
ICombinerTool
32
{
33
public
:
34
35
CombinerTool
(
const
std::string&,
const
std::string&,
const
IInterface*);
36
virtual
~CombinerTool
();
37
39
StatusCode
initialize
();
41
StatusCode
finalize
();
42
48
//virtual std::vector<double> simpleCombine(const JetTagInfoBase*) const;
49
virtual
std::vector<double>
simpleCombine
(
const
xAOD::Jet
& particleJet,
const
std::string& infoKey)
const
;
50
55
virtual
std::vector<double>
simpleCombine
(
const
xAOD::Jet
& particleJet,
56
const
std::vector<std::string>& combineTheseTaggers )
const
;
57
58
};
59
60
}
61
#endif
62
AthAlgTool.h
Jet.h
ICombinerTool.h
Analysis::CombinerTool::initialize
StatusCode initialize()
AlgTool initailize method.
Definition
CombinerTool.cxx:27
Analysis::CombinerTool::~CombinerTool
virtual ~CombinerTool()
Definition
CombinerTool.cxx:24
Analysis::CombinerTool::CombinerTool
CombinerTool(const std::string &, const std::string &, const IInterface *)
Definition
CombinerTool.cxx:18
Analysis::CombinerTool::simpleCombine
virtual std::vector< double > simpleCombine(const xAOD::Jet &particleJet, const std::string &infoKey) const
all tools used same samples (1 signal, N background) to create the LH histograms
Definition
CombinerTool.cxx:77
Analysis::CombinerTool::finalize
StatusCode finalize()
AlgTool finalize method.
Definition
CombinerTool.cxx:32
Analysis::ICombinerTool
Definition
ICombinerTool.h:31
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
JetTagInfoBase
This is the abstract base class for additional information to be put into the JetTag class.
Definition
JetTagInfoBase.h:56
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition
IConstituent.h:25
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition
Event/xAOD/xAODJet/xAODJet/Jet.h:17
Generated on
for ATLAS Offline Software by
1.17.0