00001 #ifndef ATLFAST_JET_TAUVETO_CORRECTION_H 00002 #define ATLFAST_JET_TAUVETO_CORRECTION_H 00003 00004 #include <vector> 00005 #include "particle/Particle.h" 00006 #include "atlfast/randomATLASJF.h" 00007 00008 void jetTauVetoCorrection(const std::vector<Particle*> &plist, 00009 const int vetoType, 00010 RAN_COMMON &rc); 00011 00012 #endif // ATLFAST_JET_TAUVETO_CORRECTION_H