ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
JetTagInfo
JetTagInfo
SVInfoBase.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
#ifndef JETTAGINFO_SVINFOBASE_H
6
#define JETTAGINFO_SVINFOBASE_H
7
#include "
JetTagInfo/BaseTagInfo.h
"
8
#include <iostream>
9
10
class
MsgStream;
11
12
namespace
Analysis
{
13
18
19
class
SVInfoBase
:
public
BaseTagInfo
{
20
public
:
22
SVInfoBase
();
23
25
SVInfoBase
(
const
TagInfoType
&
x
);
26
28
SVInfoBase
(
const
SVInfoBase
&
SVInfoBase
);
29
31
SVInfoBase
&
operator=
(
const
SVInfoBase
& rhs);
32
34
virtual
~SVInfoBase
();
35
virtual
SVInfoBase
*
clone
()
const
;
36
37
}
38
;
// End class
39
41
MsgStream&
operator<<
(MsgStream& out,
const
SVInfoBase
&);
42
44
std::ostream&
operator<<
(std::ostream& out,
const
SVInfoBase
&);
45
46
inline
Analysis::SVInfoBase
*
Analysis::SVInfoBase::clone
()
const
{
47
return
new
SVInfoBase
(*
this
);
48
}
49
50
}
// End namespace
51
#endif
52
BaseTagInfo.h
x
#define x
Analysis::BaseTagInfo::BaseTagInfo
BaseTagInfo()=default
Analysis::SVInfoBase
Basic class to hold SV taggers results.
Definition
SVInfoBase.h:19
Analysis::SVInfoBase::~SVInfoBase
virtual ~SVInfoBase()
default destructor
Definition
SVInfoBase.cxx:40
Analysis::SVInfoBase::clone
virtual SVInfoBase * clone() const
a clone method for the proper workings of the copy constructor
Definition
SVInfoBase.h:46
Analysis::SVInfoBase::SVInfoBase
SVInfoBase()
default constructor
Definition
SVInfoBase.cxx:13
Analysis::SVInfoBase::operator=
SVInfoBase & operator=(const SVInfoBase &rhs)
assigenment operator
Definition
SVInfoBase.cxx:29
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition
IConstituent.h:25
Analysis::operator<<
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.
Definition
IPInfoBase.cxx:47
Analysis::TagInfoType
std::string TagInfoType
Definition
JetTagInfoBase.h:19
Generated on
for ATLAS Offline Software by
1.17.0