NdbReaction.h

Go to the documentation of this file.
00001 #ifndef REACTION_H
00002 #define REACTION_H
00003 
00004 #include <TObjArray.h>
00005 
00006 #include "NdbMF.h"
00007 #include "NdbMTReactionXS.h"
00008 #include "NdbParticleList.h"
00009 
00010 /* ========= NdbReaction ============ */
00011 class NdbReaction : public NdbMF
00012 {
00013 protected:
00014         TObjArray       reac;           // List of reaction Cross Sections
00015 
00016 public:
00017         NdbReaction()
00018                 : NdbMF(3, "Reaction cross sections"),
00019                   reac() { }
00020         ~NdbReaction() {}
00021 
00022         ClassDef(NdbReaction,1)
00023 }; // NdbReaction
00024 
00025 #endif

Generated on Tue Jul 5 15:15:04 2011 for ROOT_528-00b_version by  doxygen 1.5.1