Belle II Software
development
RelationEntry.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
class
TObject;
12
13
namespace
Belle2
{
24
struct
RelationEntry
{
30
RelationEntry
(TObject* obj =
nullptr
,
float
w = 1.0):
object
(obj),
weight
(w) {}
31
32
TObject*
object
;
33
float
weight
;
34
};
36
}
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
Belle2::RelationEntry
Struct for relations.
Definition:
RelationEntry.h:24
Belle2::RelationEntry::object
TObject * object
Pointer to the object.
Definition:
RelationEntry.h:32
Belle2::RelationEntry::RelationEntry
RelationEntry(TObject *obj=nullptr, float w=1.0)
Constructor.
Definition:
RelationEntry.h:30
Belle2::RelationEntry::weight
float weight
Weight of the relation.
Definition:
RelationEntry.h:33
framework
datastore
include
RelationEntry.h
Generated on Fri Nov 8 2024 02:37:24 for Belle II Software by
1.9.6