ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtReconstruction
AtPatternRecognition
triplclust
src
util.h
Go to the documentation of this file.
1
//
2
// util.h
3
// Utility functions needed here and there.
4
//
5
// Author: Jens Wilberg, Lukas Aymans, Christoph Dalitz
6
// Date: 2018-08-30
7
// License: see ../LICENSE
8
//
9
10
#ifndef UTIL_H
11
#define UTIL_H
12
13
enum
Linkage
{
SINGLE
,
COMPLETE
,
AVERAGE
};
14
15
// converts *str* to double.
16
double
stod
(
const
char
*str);
17
18
#endif
Linkage
Linkage
Definition:
util.h:13
stod
double stod(const char *str)
Definition:
util.cxx:20
AVERAGE
@ AVERAGE
Definition:
util.h:13
SINGLE
@ SINGLE
Definition:
util.h:13
COMPLETE
@ COMPLETE
Definition:
util.h:13
Generated on Sat Nov 11 2023 15:30:38 for ATTPCROOT by
1.8.18