Main Page   Class Hierarchy   Compound List   File List   Compound Members  

atlfastB.h

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

Generated on Tue Apr 13 13:25:32 2004 for ATLAS JAPAN by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002