source: huonglan/MYSIMULATION/Decaybottom.h @ 15

Last change on this file since 15 was 15, checked in by huonglan, 13 years ago

fast simulation of t't'bar pair production from my stage

File size: 381 bytes
Line 
1#ifndef _DECAYBOTTOM
2#define _DECAYBOTTOM
3
4#include <iostream>
5#include <math.h>
6#include "MyVector4.h"
7#include "MyVector3.h"
8#include "Particle.h"
9#include "TRandom.h"
10#include "TH1F.h"
11#include "TF1.h"
12
13using namespace std;
14
15class Decaybottom {
16
17public:
18  Decaybottom();
19  ~ Decaybottom() {};
20
21  static std::vector<Particle> DecayParticle(Particle &a, Particle &m);
22
23};
24
25#endif
Note: See TracBrowser for help on using the repository browser.