BmnRoot
Loading...
Searching...
No Matches
BmnParticleStore.cxx
Go to the documentation of this file.
1#include "BmnParticleStore.h"
2
4fP(-1000.),
5fTx(-1000.),
6fTy(-1000.),
7fPdg(0) {
8
9}
10
11BmnParticleStore::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
22
23