]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenBase/EvtDecayMode.cpp
Updates EvtGen Code
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtDecayMode.cpp
similarity index 98%
rename from TEvtGen/EvtGenBase/EvtDecayMode.cxx
rename to TEvtGen/EvtGenBase/EvtDecayMode.cpp
index 001c66fa33665059e346017541467cc52874d607..479ddef655d564d205d9b159e2e2390ed44c31ae 100644 (file)
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------------------
 // File and Version Information: 
-//      $Id: EvtDecayMode.cc,v 1.17 2009/02/18 03:31:38 ryd Exp $
+//      $Id: EvtDecayMode.cpp,v 1.3 2009-03-16 15:53:27 robbep Exp $
 // 
 // Environment:
 //      This software is part of the EvtGen package developed jointly
@@ -30,7 +30,7 @@ using std::ostream;
 using std::string;
 using std::vector;
 
+
 EvtDecayMode::EvtDecayMode(std::string mother,vector<string> dau)
   : _mother(mother),
     _dau(dau)