BmnRoot
Loading...
Searching...
No Matches
BmnParticleStore.cxx
Go to the documentation of this file.
1
#include "
BmnParticleStore.h
"
2
3
BmnParticleStore::BmnParticleStore
() :
4
fP(-1000.),
5
fTx(-1000.),
6
fTy(-1000.),
7
fPdg(0) {
8
9
}
10
11
BmnParticleStore::BmnParticleStore
(Int_t pdg, Double_t p, Double_t tx, Double_t ty) {
12
fP = p;
13
fTx = tx;
14
fTy = ty;
15
fPdg = pdg;
16
17
}
18
19
BmnParticleStore::~BmnParticleStore
() {
20
21
}
22
23
BmnParticleStore.h
BmnParticleStore::BmnParticleStore
BmnParticleStore()
Definition
BmnParticleStore.cxx:3
BmnParticleStore::~BmnParticleStore
~BmnParticleStore()
Definition
BmnParticleStore.cxx:19
physics
embedding
BmnParticleStore.cxx
Generated on Fri May 15 2026 10:40:57 for BmnRoot by
1.9.8