00001 #ifndef ATLFAST_ATLFASTB_H 00002 #define ATLFAST_ATLFASTB_H 00003 00004 #include <vector> 00005 #include "particle/Particle.h" 00006 #include "atlfast/randomATLASJF.h" 00007 00008 void atlfastB(const std::vector<Particle*> &plist, 00009 const int nset_bjet, 00010 const int iftau, 00011 const double epsitau, 00012 const int ifveto, 00013 const int vetoType, 00014 RAN_COMMON &rc, 00015 const int debugFlag = 0); 00016 00017 #endif // ATLFAST_ATLFASTB_H