CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/GeneratorInterface/ExhumeInterface/interface/I.h

Go to the documentation of this file.
00001 #ifndef GeneratorInterface_ExhumeInterface_I_h
00002 #define GeneratorInterface_ExhumeInterface_I_h
00003 #include <complex>
00004 namespace Exhume {
00005 const std::complex<double> _i_sq_ = -1.0;
00006 const std::complex<double> _sqrt_i_sq_ = sqrt(_i_sq_);
00007 //#define I _sqrt_i_sq_
00008 const std::complex<double> I = _sqrt_i_sq_;
00009 }
00010 #endif