Nanga Parbat 1.1.0
A TMD fitting framework
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"
9
10#include <memory>
11
12namespace NangaParbat
13{
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}
Definition: cutfactory.h:15
static std::shared_ptr< Cut > GetInstance(DataHandler const &dataset, std::string const &name, double const &min, double const &max)
The "DataHandler" class provides a common interface to all datasets. It provides methods to get kinem...
Definition: datahandler.h:23
Definition: bstar.h:12