Class Reference for E1039 Core & Analysis Software
SQSingleMuonTruthInfo.cxx
Go to the documentation of this file.
1
#include "
SQSingleMuonTruthInfo.h
"
2
3
SQSingleMuonTruthInfo::SQSingleMuonTruthInfo
():
4
motherPid(0),
5
motherMom(0., 0., 0.),
6
motherVtx(0., 0., 0.),
7
decayLength(-1.),
8
muMom(0., 0., 0.),
9
muVtx(0., 0., 0.)
10
{}
11
12
SQSingleMuonTruthInfo::~SQSingleMuonTruthInfo
()
13
{
14
}
15
16
void
SQSingleMuonTruthInfo::identify
(std::ostream& os)
const
17
{
18
os <<
"Mother particle momentum/vertex: "
<< std::endl;
19
os <<
" PID: "
<<
motherPid
<< std::endl;
20
os <<
" Mom: "
;
motherMom
.Print();
21
os <<
" Mom: "
;
motherVtx
.Print();
22
23
os <<
"Decay particle momentum/vertex: "
<< std::endl;
24
os <<
" Mom: "
;
muMom
.Print();
25
os <<
" Mom: "
;
muVtx
.Print();
26
os <<
" Decay length: "
<<
decayLength
<< std::endl;
27
}
28
29
void
SQSingleMuonTruthInfo::Reset
()
30
{
31
motherMom
.SetXYZ(0., 0., 0.);
32
motherVtx
.SetXYZ(0., 0., 0.);
33
motherPid
= 0;
34
muMom
.SetXYZ(0., 0., 0.);
35
muVtx
.SetXYZ(0., 0., 0.);
36
decayLength
= -1.;
37
}
SQSingleMuonTruthInfo.h
SQSingleMuonTruthInfo::SQSingleMuonTruthInfo
SQSingleMuonTruthInfo()
Definition:
SQSingleMuonTruthInfo.cxx:3
SQSingleMuonTruthInfo::identify
void identify(std::ostream &os=std::cout) const
Definition:
SQSingleMuonTruthInfo.cxx:16
SQSingleMuonTruthInfo::muVtx
TVector3 muVtx
Definition:
SQSingleMuonTruthInfo.h:27
SQSingleMuonTruthInfo::Reset
void Reset()
Clear Event.
Definition:
SQSingleMuonTruthInfo.cxx:29
SQSingleMuonTruthInfo::~SQSingleMuonTruthInfo
virtual ~SQSingleMuonTruthInfo()
Definition:
SQSingleMuonTruthInfo.cxx:12
SQSingleMuonTruthInfo::decayLength
double decayLength
Definition:
SQSingleMuonTruthInfo.h:25
SQSingleMuonTruthInfo::motherPid
int motherPid
Definition:
SQSingleMuonTruthInfo.h:21
SQSingleMuonTruthInfo::motherMom
TVector3 motherMom
Definition:
SQSingleMuonTruthInfo.h:22
SQSingleMuonTruthInfo::muMom
TVector3 muMom
Definition:
SQSingleMuonTruthInfo.h:26
SQSingleMuonTruthInfo::motherVtx
TVector3 motherVtx
Definition:
SQSingleMuonTruthInfo.h:23
e1039-core
generators
SingleMuonGen
SQSingleMuonTruthInfo.cxx
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration