#include "TLorentzVector.h"
#include "TVector3.h"
#include "Mint/IWeightedEvent.h"
#include "Mint/DalitzEventPattern.h"
#include <vector>
#include <iostream>
#include <complex>
Go to the source code of this file.
◆ EqualEvent()
Definition at line 5 of file IDalitzEvent.cpp.
7 if(0 == a && 0 == b)
return true;
8 if(0 == a && 0 != b)
return false;
9 if(0 != a && 0 == b)
return false;
14 if(a->
p(i) != b->
p(i))
return false;
virtual const TLorentzVector & p(unsigned int i) const =0
virtual const DalitzEventPattern & eventPattern() const =0
unsigned int size() const
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IDalitzEvent & |
de |
|
) |
| |
Definition at line 20 of file IDalitzEvent.cpp.
virtual void print(std::ostream &os=std::cout) const =0