TwoBodyDecayGen
TwoBodyDecayGen is a simple MC generator that generates 4-vectors for 2-body B-decays.
 All Classes Files Functions Variables Typedefs Macros
TwoBodyDecayGen.cxx File Reference

Implementation of TwoBodyDecayGen. More...

#include <iostream>
#include <iomanip>
#include <boost/foreach.hpp>
#include <TRandom3.h>
#include "TwoBodyDecayGen.hxx"
Include dependency graph for TwoBodyDecayGen.cxx:

Macros

#define DEBUG(MSG)
 Debug statement with a counter.
#define WARNING(MSG)
 Warning with a counter.
#define ERROR(MSG)
 Error message with a counter.

Detailed Description

Implementation of TwoBodyDecayGen.

Author:
Suvayu Ali Suvay.nosp@m.u.Al.nosp@m.i@cer.nosp@m.nNOS.nosp@m.PAM.c.nosp@m.h
Date:
Thu Oct 11 13:45:20 2012

Macro Definition Documentation

#define DEBUG (   MSG)
Value:
std::cout << "DEBUG: [" << std::setw(4) << std::setfill('0') << _count \
<< "] (" << __func__ << ") " << MSG << std::endl; \
_count++;

Debug statement with a counter.

#define ERROR (   MSG)
Value:
std::cout << "ERROR: [" << std::setw(4) << std::setfill('0') << _count \
<< "] (" << __func__ << ") " << MSG << std::endl; \
_count++;

Error message with a counter.

#define WARNING (   MSG)
Value:
std::cout << "WARNING: [" << std::setw(4) << std::setfill('0') << _count \
<< "] (" << __func__ << ") " << MSG << std::endl; \
_count++;

Warning with a counter.