Nanga Parbat
1.1.0
A TMD fitting framework
inc
NangaParbat
cutfactory.h
Go to the documentation of this file.
1
//
2
// Author: Valerio Bertone: valerio.bertone@cern.ch
3
//
4
5
#pragma once
6
7
#include "
NangaParbat/cut.h
"
8
#include "
NangaParbat/datahandler.h
"
9
10
#include <memory>
11
12
namespace
NangaParbat
13
{
14
class
CutFactory
15
{
16
public
:
17
static
std::shared_ptr<Cut>
GetInstance
(
DataHandler
const
& dataset, std::string
const
& name,
double
const
& min,
double
const
& max);
18
};
19
}
NangaParbat::CutFactory
Definition:
cutfactory.h:15
NangaParbat::CutFactory::GetInstance
static std::shared_ptr< Cut > GetInstance(DataHandler const &dataset, std::string const &name, double const &min, double const &max)
NangaParbat::DataHandler
The "DataHandler" class provides a common interface to all datasets. It provides methods to get kinem...
Definition:
datahandler.h:23
cut.h
datahandler.h
NangaParbat
Definition:
bstar.h:12
Generated on Sat Nov 27 2021 08:52:27 for Nanga Parbat by
1.9.2