Nanga Parbat 1.1.0
A TMD fitting framework
preprocessing.h
Go to the documentation of this file.
1//
2// Author: Chiara Bissolotti
3//
4
5#pragma once
6
7#include <string>
8
9namespace NangaParbat
10{
18 std::string PreprocessE288(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
19
27 std::string PreprocessE605(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
28
36 std::string PreprocessPHENIX200(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
37
45 std::string PreprocessSTAR510(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
46
54 std::string PreprocessCDFRunI(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
55
63 std::string PreprocessCDFRunII(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
64
72 std::string PreprocessD0RunI(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
73
81 std::string PreprocessD0RunIImu(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
82
90 std::string PreprocessD0RunII(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
91
99 std::string PreprocessLHCb7TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
100
108 std::string PreprocessLHCb8TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
109
117 std::string PreprocessLHCb13TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
118
126 std::string PreprocessCMS7TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
127
135 std::string PreprocessCMS8TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
136
144 std::string PreprocessATLAS7TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
145
153 std::string PreprocessATLAS8TeV(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
154
162 std::string PreprocessEICPseudodata(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
163
171 std::string PreprocessHERMES(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
172
180 std::string PreprocessCOMPASS(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
181
189 std::string PreprocessE537(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
190
198 std::string PreprocessE537_xF(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
199
207 std::string PreprocessE615(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
208
216 std::string PreprocessE615_xF(std::string const& RawDataPath, std::string const& ProcessedDataPath, bool const& PDFError = true);
217}
Definition: bstar.h:12
std::string PreprocessLHCb7TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the LHCb dataset at 7 TeV.
std::string PreprocessD0RunII(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the D0 RunII dataset.
std::string PreprocessLHCb8TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the LHCb dataset at 8 TeV.
std::string PreprocessATLAS7TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the ATLAS dataset at 7 TeV.
std::string PreprocessE537(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E537 data.
std::string PreprocessEICPseudodata(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the EIC pseudodata.
std::string PreprocessCMS7TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the CMS dataset at 7 TeV.
std::string PreprocessD0RunIImu(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the D0 RunII dataset for muons.
std::string PreprocessLHCb13TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the LHCb dataset at 13 TeV.
std::string PreprocessPHENIX200(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the STAR dataset at 510 GeV.
std::string PreprocessE615(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E615 data.
std::string PreprocessCDFRunII(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the CDF RunII dataset.
std::string PreprocessCDFRunI(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the CDF RunI dataset.
std::string PreprocessD0RunI(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the D0 RunI dataset.
std::string PreprocessCMS8TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the CMS dataset at 8 TeV.
std::string PreprocessE537_xF(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E537 data.
std::string PreprocessE288(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E288 datasets.
std::string PreprocessCOMPASS(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the COMPASS multiplicities.
std::string PreprocessATLAS8TeV(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the ATLAS dataset at 8 TeV.
std::string PreprocessE605(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E605 datasets.
std::string PreprocessSTAR510(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the STAR dataset at 510 GeV.
std::string PreprocessHERMES(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the HERMES multiplicities.
std::string PreprocessE615_xF(std::string const &RawDataPath, std::string const &ProcessedDataPath, bool const &PDFError=true)
Preprocessing of the E615 data.