ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
GenInterfaces
GenInterfaces
IHiggsTruthCategoryTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/*
6
* Dual-use tool interface for Rivet routine for classifying MC events according to the Higgs template cross section categories
7
* Authors: Jim Lacey (Carleton University)
8
* <james.lacey@cern.ch,jlacey@physics.carleton.ca>
9
*/
10
11
#ifndef GENINTERFACES_IHIGGSTRUTHCATEGORYTOOL_H
12
#define GENINTERFACES_IHIGGSTRUTHCATEGORYTOOL_H 1
13
14
#include "
AsgTools/IAsgTool.h
"
15
#include "
AtlasHepMC/GenEvent.h
"
16
#include "
TruthRivetTools/HiggsTemplateCrossSectionsDefs.h
"
17
namespace
HTXS
{
18
struct
HiggsClassification;
19
20
}
21
22
class
IHiggsTruthCategoryTool
:
public
virtual
asg::IAsgTool
{
23
public
:
24
ASG_TOOL_INTERFACE
(
IHiggsTruthCategoryTool
)
//declares the interface to athena
25
virtual ~
IHiggsTruthCategoryTool
() = default;
26
public:
27
virtual
HTXS
::HiggsClassification*
getHiggsTruthCategoryObject
(
const
HepMC
::GenEvent& HepMCEvent,
const
HTXS
::HiggsProdMode prodMode)
const
=0;
28
};
29
30
#endif
//> !GENINTERFACES_IHIGGSTRUTHCATEGORYTOOL_H
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition
AsgToolMacros.h:40
GenEvent.h
HiggsTemplateCrossSectionsDefs.h
IAsgTool.h
IHiggsTruthCategoryTool
Definition
IHiggsTruthCategoryTool.h:22
IHiggsTruthCategoryTool::getHiggsTruthCategoryObject
virtual HTXS::HiggsClassification * getHiggsTruthCategoryObject(const HepMC::GenEvent &HepMCEvent, const HTXS::HiggsProdMode prodMode) const =0
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition
IAsgTool.h:41
const
HTXS
Higgs Template Cross Section namespace.
Definition
IHiggsTruthCategoryTool.h:17
HepMC
Definition
Barcode.h:14
Generated on
for ATLAS Offline Software by
1.14.0