PandaRoot
RhoBeamConstraint.h
Go to the documentation of this file.
1
#ifndef RHOBEAMCONSTRAINT_H
2
#define RHOBEAMCONSTRAINT_H
3
// //
5
// RhoBeamConstraint //
6
// //
7
// Definition of a beam constraint for particle fitters //
8
// //
9
// Author List: //
10
// Ralf Kliemt, HIM/GSI Feb.2013 //
11
// //
13
14
#include "
RhoConstraint.h
"
15
#include "
RhoLorentzVectorErr.h
"
16
17
class
RhoBeamConstraint
:
public
RhoConstraint
{
18
public
:
19
RhoBeamConstraint
(
const
RhoLorentzVectorErr
&beam);
20
~RhoBeamConstraint
();
21
22
void
SetBeamConstraint
(
const
RhoLorentzVectorErr
&beam) { fBeamConstraint = beam; };
23
RhoLorentzVectorErr
GetBeamConstraint
()
const
{
return
fBeamConstraint; };
24
25
private
:
26
RhoLorentzVectorErr
fBeamConstraint;
// fourmomentum in the LAB [GeV/c]
27
28
ClassDef(
RhoBeamConstraint
, 1);
29
};
30
31
#endif // RHOBEAMCONSTRAINT_H
RhoConstraint.h
RhoConstraint
Definition:
RhoConstraint.h:16
RhoBeamConstraint::GetBeamConstraint
RhoLorentzVectorErr GetBeamConstraint() const
Definition:
RhoBeamConstraint.h:23
RhoLorentzVectorErr
Definition:
RhoLorentzVectorErr.h:23
RhoBeamConstraint::SetBeamConstraint
void SetBeamConstraint(const RhoLorentzVectorErr &beam)
Definition:
RhoBeamConstraint.h:22
RhoBeamConstraint
Definition:
RhoBeamConstraint.h:17
RhoBeamConstraint::~RhoBeamConstraint
~RhoBeamConstraint()
RhoBeamConstraint::RhoBeamConstraint
RhoBeamConstraint(const RhoLorentzVectorErr &beam)
RhoLorentzVectorErr.h
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
analysis
rho
RhoConstraints
RhoBeamConstraint.h
Generated on Fri Oct 21 2022 07:04:00 for PandaRoot by
1.8.13