FairShip
Loading...
Searching...
No Matches
BeamSmearingUtils.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP
3// Collaboration
4
5#ifndef SHIPGEN_BEAMSMEARINGUTILS_H_
6#define SHIPGEN_BEAMSMEARINGUTILS_H_
7
8#include <utility>
9
10#include "Rtypes.h"
11
21std::pair<Double_t, Double_t> CalculateBeamOffset(Double_t smearBeam,
22 Double_t paintBeam);
23
24#endif // SHIPGEN_BEAMSMEARINGUTILS_H_
std::pair< Double_t, Double_t > CalculateBeamOffset(Double_t smearBeam, Double_t paintBeam)